Skip to content

Version 1.0 - Full Level Editing

Compare
Choose a tag to compare
@kieranmillar kieranmillar released this 31 Dec 14:24
· 109 commits to master since this release

This version marks the first time all relevant level features can be edited via the level editor. No more need for hex editors!

The main addition for this release is a dialog with which to edit miscellaneous level properties, such as the release rate and time limit.

Changes:

  • New menu available through which release rate, initial spawn delay, and time limit can be edited. The maximum time limit is 7 mins constrained by the game, but the editor will allow inputs up to 7:59, although will change this to 7:00 internally. Hotkey: p
  • More buttons to rely less on hotkeys.
  • Tooltips display when hovering over a button to explain what they do.
  • The numpad can now be used for number inputs and changing layers.
  • New external library used: SDL_ttf.