draw overlay + move gold to overlay in pure raylib
This commit is contained in:
@@ -18,6 +18,7 @@ run :: proc() {
|
||||
rl.ClearBackground(rl.Color{34, 139, 34, 255})
|
||||
|
||||
render_world(&world)
|
||||
render_overlay(&world)
|
||||
rl.EndDrawing()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user