feat: added commas to test.sc

This commit is contained in:
Sara 2024-01-24 16:56:46 +01:00
parent fc5deef324
commit 6f6cd9032f

View file

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