You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just checked out your game, cool project! I noticed that the keyboard controls were not working on my keyboard until I changed GameWindowController.rb, line 19, to:
key = event.characters[0].bytes.to_a[0]
Using zero index instead of -1... maybe this is a difference between keyboard events for different regions?
-Gabriel
The text was updated successfully, but these errors were encountered:
Just checked out your game, cool project! I noticed that the keyboard controls were not working on my keyboard until I changed GameWindowController.rb, line 19, to:
key = event.characters[0].bytes.to_a[0]
Using zero index instead of -1... maybe this is a difference between keyboard events for different regions?
-Gabriel
The text was updated successfully, but these errors were encountered: