Minor fixes

This commit is contained in:
Synthasmagoria 2026-08-26 00:43:22 +02:00
commit dbdd0e9bab
5 changed files with 75 additions and 35 deletions

View file

@ -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}