Setup project to auto-grab dependencies directory from a fork of the odin repo.

This commit is contained in:
2024-01-22 21:38:09 -05:00
parent 761794f594
commit 89f2041b79
7 changed files with 177 additions and 22 deletions

View File

@ -125,6 +125,7 @@ render :: proc()
draw_text( "Monitor : %v", rl.GetMonitorName(0) )
draw_text( "Screen Width : %v", rl.GetScreenWidth() )
draw_text( "Screen Height: %v", rl.GetScreenHeight() )
// draw_text( "HOT RELOAD BITCHES" )
draw_debug_text_y = 50
}