able to spawn enemy when pressing space

This commit is contained in:
2026-06-10 02:32:01 -07:00
parent 4032a5ea76
commit d7ac123359
8 changed files with 100 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package game
import rl "vendor:raylib"
run :: proc() {
rl.InitWindow(640, 480, "Tower Defense")
rl.InitWindow(SCREEN_W, SCREEN_H, "Tower Defense")
defer rl.CloseWindow()
rl.SetTargetFPS(60)