aphadeon / OpenGame.exe

A custom Ruby-powered game engine that supports RPG Maker games.
24 stars 10 forks source link

Input repeats too fast #3

Closed aphadeon closed 9 years ago

aphadeon commented 9 years ago

Input currently repeats every frame. I haven't implemented a way to slow it down yet. While things like on-map movement are throttled by the relative scripts, this is very inconvenient for things like menus, and most of all, its inaccurate emulation of the vanilla behaviour.

aphadeon commented 9 years ago

Fixed with 8c09829156f04a5a64aaf004ba996dbc8a9f9e53 .