Simple
This release marks the version of Scale that was just app/main.rb
with the following features:
- Displays framerate in the upper-right hand corner of the game when running in development mode
#debug?
helper to easily check if the game is running in development mode; useful for custom commands- Reload all sprites in development using the
i
key, requires use ofSPATHS
constant - Reset the game with
r
key, calls$gtk.reset
- Put all debug-only code in
#debug_tick
#init
method that gets run once on game bootCHEATSHEET.md
with common APIs from DRGTK and Scale#version
to get the version of your game- Constants for various values and enums:
FPS
,BLEND_*
,ALIGN_*
Use this simple version of Scale if you don't want all of the scene and settings features.