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