-
Notifications
You must be signed in to change notification settings - Fork 179
Widgets JSON
brachy84 edited this page Aug 12, 2021
·
3 revisions
Fixed widgets are locked in a position and size
They require x
, y
, width
and a height
property (all signed 32 bit integers)
Streamed widgets's position and size will be calculated from margin and available space. They are also layed out in a column
Requires no default properties
First you want a type
property. It defines what widget you are placing. Currently those are valid types:
-
textbox
-> a text box -
image
-> an image -
card
-> -
slots
-> a list of slots -
tanks
-> a list of fluid slots