WIP: Stuff related to working on the settings menu + more
Moved core ui to its own folder. Worked on theming (proper light and dark theme) Began to work on the scroll box widget and input box constructions I added back a script for flattening the codebase: gen_flattened_codebase.ps1
This commit is contained in:
@ -101,6 +101,8 @@ Range2 :: struct #raw_union {
|
||||
|
||||
UnitRange2 :: distinct Range2
|
||||
|
||||
range2_zero :: Range2 {}
|
||||
|
||||
range2 :: #force_inline proc "contextless" ( a, b : Vec2 ) -> Range2 {
|
||||
result := Range2 { pts = { a, b } }
|
||||
return result
|
||||
|
Reference in New Issue
Block a user