Refactors, lots and lots of it... plus coodinate space

This commit is contained in:
2024-02-11 23:00:06 -05:00
parent f76ba4e9ba
commit 6147d4e344
18 changed files with 596 additions and 174 deletions

View File

@ -40,5 +40,9 @@ OS_Type :: type_of(ODIN_OS)
import rl "vendor:raylib"
Font :: rl.Font
Rectangle :: rl.Rectangle
Font :: rl.Font
get_bounds :: proc {
box_get_bounds,
view_get_bounds,
}