ippa / chingu

OpenGL accelerated 2D game framework for Ruby
http://ippa.se/chingu
GNU Lesser General Public License v2.1
309 stars 66 forks source link

How to disable enter name gamestate once pushed to remote #52

Open ismyhc opened 12 years ago

ismyhc commented 12 years ago

This is more of a question rather than a issue, but Im wondering how I can disable the enter_name gamestate once a user has already entered and successfully added their name to the remote highscores list? My idea initially was to re-assign the input that pushed the enter_name gamestate to something else, but that doesnt seem to work? Any ideas?

Also, is there a better place to ask general questions?

Thanks! Jacob