chore: some testing modifications to test.sc

test.sc is valid at this time
This commit is contained in:
Sara 2024-01-25 00:06:41 +01:00
parent ae25ebdaa0
commit 6035de1ad4

View file

@ -1,7 +1,7 @@
Marker { Player {
position: Vector(0, 0), position: Vector(0, 0),
} }
Enemy { Enemy {
position: Vector(2, 0), position: Vector(2, 0)
} }