thomasahle / TrinityProject

A mindblowing trainbased game for entire family
http://thomasahle.github.com/TrinityProject/
GNU General Public License v3.0
8 stars 3 forks source link

Link to go home goes to the demo. #44

Closed EdShaw closed 12 years ago

EdShaw commented 12 years ago

In the LevelScene menu, the link to go home does to the demoscene.

esizikova commented 12 years ago

I think this was a problem not with the worng links, but with the pointers or something, with attach and detach and attach scenes, as I've looked at it at the weekend, and the links were correct, but home still linked to guide.

EdShaw commented 12 years ago

Is it still a problem? I think it may have been fixed now. I noticed the main menu was using a mouse listener and never removing focus, so clicks were always being registered on the main menu.

I fixed it when I moved everything over to pointer listeners, and I can't seem to reproduce the issue anymore.

Edd

On Wed 16 May 2012 19:47:38 BST, esizikova wrote

I think this was a problem not with the worng links, but with the pointers or something, with attach and detach and attach scenes, as I've looked at it at the weekend, and the links were correct, but home still linked to guide.


Reply to this email directly or view it on GitHub: https://github.com/thomasahle/TrinityProject/issues/44#issuecomment-5748648

esizikova commented 12 years ago

Let me check if it is. I was originally planning to make the Demo not implement a Scene, so that you could just show it on top of any other scene/level/whatever, but I'll check if your version works first.

MattPellegrini commented 12 years ago

This is fixed.