container index baked into id
This commit is contained in:
parent
f923e07fbf
commit
cf0f52ca73
2 changed files with 34 additions and 22 deletions
|
|
@ -15,8 +15,8 @@ v2 :: [2]f32
|
|||
V2_ONE :: v2{1.0, 1.0}
|
||||
V2_LEFT :: v2{-1.0, 0.0}
|
||||
V2_RIGHT :: v2{1.0, 0.0}
|
||||
V2_UP :: v2{-1.0, 0.0}
|
||||
V2_DOWN :: v2{1.0, 0.0}
|
||||
V2_UP :: v2{0.0, -1.0}
|
||||
V2_DOWN :: v2{0.0, 1.0}
|
||||
|
||||
UiContainerType :: enum {
|
||||
Normal,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue