@@ -8,11 +8,17 @@ main :: proc() {
rl.SetTargetFPS(60)
game := game_init()
for !rl.WindowShouldClose() {
rl.BeginDrawing()
defer rl.EndDrawing()
dt := rl.GetFrameTime()
game_update(&game, dt)
rl.ClearBackground({30, 33, 40, 255})
game_draw(&game)
}
The note is not visible to the blocked user.