feat: created test scene file

This commit is contained in:
Sara 2024-01-24 13:21:42 +01:00
parent c2423f146a
commit f4e0d89d0f

7
game/assets/test.sc Normal file
View file

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