feat: added commas to test.sc
This commit is contained in:
parent
fc5deef324
commit
6f6cd9032f
|
@ -1,7 +1,7 @@
|
|||
Marker {
|
||||
position: Vector(0, 0)
|
||||
position: Vector(0, 0),
|
||||
}
|
||||
|
||||
Enemy {
|
||||
position: Vector(2, 0)
|
||||
position: Vector(2, 0),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue