Minor fixes
This commit is contained in:
parent
6bd838968d
commit
dbdd0e9bab
5 changed files with 75 additions and 35 deletions
|
|
@ -55,6 +55,7 @@ ElementConfiguration :: struct {
|
|||
margin, padding: v2,
|
||||
}
|
||||
|
||||
// TODO (Synthas): Element type can be removed since it is implemented by the user
|
||||
ElementType :: enum {
|
||||
Container,
|
||||
Button,
|
||||
|
|
@ -64,16 +65,7 @@ ElementType :: enum {
|
|||
Dropdown,
|
||||
Label,
|
||||
Divider,
|
||||
Custom0,
|
||||
Custom1,
|
||||
Custom2,
|
||||
Custom3,
|
||||
Custom4,
|
||||
Custom5,
|
||||
Custom6,
|
||||
Custom7,
|
||||
Custom8,
|
||||
Custom9,
|
||||
Custom0, Custom1, Custom2, Custom3, Custom4, Custom5, Custom6, Custom7, Custom8, Custom9,
|
||||
}
|
||||
|
||||
@rodata element_type_input := bit_set[ElementType] {.InputFloat}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue