Skip to content

Instantly share code, notes, and snippets.

@pvinis
Created September 7, 2011 22:12
Show Gist options
  • Save pvinis/1201947 to your computer and use it in GitHub Desktop.
Save pvinis/1201947 to your computer and use it in GitHub Desktop.
id)
case id
when Gosu::KbUp
@selected = (@selected - 1) % @menu_items.size
when Gosu::KbDown
##sound
@selected = (@selected +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment