Skip to content

Time Tracker ILs / Level Editor Refactor

Compare
Choose a tag to compare
@gmjosack gmjosack released this 19 Nov 20:31
· 267 commits to main since this release

Time Tracker Updates

  • Add all IL times option to timer tracker
  • Add slider to change tracker font size
  • Add combobox to change tracker font family
  • Make session timer more accurate by only using ingame frames for init and append real time to that

Level Editor Refactor

Refactor levels tab into multiple files and reuse logic in vanilla and custom editors.

The two editors, as well as the vanilla levels' "Full Level View" canvas are now all using the same canvas, so the editors get some of each others' functionality.

Vanilla editor

  • Adding tiles to the palette by shift-clicking
  • Displaying the bg without stretch on larger rooms
  • Splash screen when no room is selected

Custom editor gets:

  • dual-tile percentage slider
  • Splash screen when no level is selected
  • Backgrounds

Full level view

  • Hide grid lines