Skip to content

v0.3.1

Choose a tag to compare

@Treefire33 Treefire33 released this 08 Jun 03:46
· 17 commits to main since this release

Checkbox improvements.

  • Checkboxes now use button-style instead of checkbox-style
  • Checkboxes now use textures for checkmarks.
    • (New CSS property: checkmark-style)
  • Checkboxes can now have custom nine patches.
    Font improvements.
  • Based on the size the font is loaded at, it's texture will be filtered differently.
  • Fonts can now be added with custom codepoints.
    Textboxes can now have padding.
    ProcessEvents() is now public so it can be used along with a custom event processor.