feat: created test scene file
This commit is contained in:
parent
c2423f146a
commit
f4e0d89d0f
7
game/assets/test.sc
Normal file
7
game/assets/test.sc
Normal file
|
@ -0,0 +1,7 @@
|
|||
Marker {
|
||||
position: Vector(0, 0)
|
||||
}
|
||||
|
||||
Enemy {
|
||||
position: Vector(2, 0)
|
||||
}
|
Loading…
Reference in a new issue