ericoporto / fgmk

Retro RPG Game Maker
http://ericoporto.github.io/fgmk/
GNU General Public License v2.0
863 stars 39 forks source link

Game speed settings? #2

Closed KixPanganiban closed 8 years ago

KixPanganiban commented 8 years ago

The demo game feels too fast for me. It's like playing a NES game on 2x speed. Any way to change that in-browser?

Google Chrome Version 53.0.2785.116 (64-bit) macOS Sierra

ericoporto commented 8 years ago

Try the following, using f12 (to load the console), type:

engine.step = 2

I will add an option in the menu to allow setting the base steps (this will half the walking speed for everything, the default is 4).

Update:

where_to_change_speed

Changed the demo engine and added an option to change speed. I think this is reasonable - mobile I feel the current speed is fine. In some browsers the page may be cached and you won't see this new option in the menu.

KixPanganiban commented 8 years ago

Yeah, that seems to do the trick! Awesome work!

ericoporto commented 8 years ago

Thank you!

I am writing docs. Hopefully I will have documentation this week!

KixPanganiban commented 8 years ago

Awesome. Would love to try making my own game soon. Good luck!