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
+6
View File
@@ -0,0 +1,6 @@
package game
Vec2 :: struct {
x, y: f32,
}