0 of 0

File information

Last updated

Original upload

Created by

MindMeltMax

Uploaded by

MindMeltMax

Virus scan

Safe to use

Mod articles

  • Elements included in the first alpha

    The first release comes with a limited set of 8 prefab elements:

    Label - A simple text element
    Button - A blank clickable element
    CheckBox - A clickable element with a toggleable value
    TextBox - A simple focusable element that allows text input
    ItemBox - A clickable element with an item value
    Container - A simple container element that allows multiple elements to be attached to it
    StackPanel - A container that automatically aligns elements in it's given orientation
    WrapPanel - A stackpanel variant that automatically wraps content based on its orientation and max-width / max-height

    I chose to go with a limited set of elements for the first release so testing can focus on some key elements, the feedback of which will...