ludum-dare-22/objects/obj_settings/Keyboard_38.gml

9 lines
114 B
Plaintext
Raw Permalink Normal View History

if wait > 0
exit;
wait = 5
menuchoice -= 1
if menuchoice < 0
menuchoice = 3
sound_play(snd_menuselect)