kevinputnam / js_basic_game

Implements a simple HTML5/Canvas RPG style game engine with a built-in editor with no other library dependencies
0 stars 0 forks source link

Button presses are being processed on splash scenes #4

Open kevinputnam opened 1 week ago

kevinputnam commented 1 week ago

The game menu will spawn as many times as "a" is pressed while waiting for a timer to countdown as soon as the countdown completes. Need to handle this in a better way.

kevinputnam commented 1 week ago

Especially bad because the button press is registering many times per key press.