Skip to content

Simple

Compare
Choose a tag to compare
@brettchalupa brettchalupa released this 08 Jan 10:50
· 47 commits to main since this release

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 of SPATHS 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 boot
  • CHEATSHEET.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.