able to spawn enemy when pressing space
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user