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
ikey, requires use ofSPATHSconstant - Reset the game with
rkey, calls$gtk.reset - Put all debug-only code in
#debug_tick #initmethod that gets run once on game bootCHEATSHEET.mdwith common APIs from DRGTK and Scale#versionto 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.