feat: created test scene file
This commit is contained in:
parent
c2423f146a
commit
f4e0d89d0f
1 changed files with 7 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue