fencer/game/assets/test.sc
Sara 6035de1ad4 chore: some testing modifications to test.sc
test.sc is valid at this time
2024-01-25 00:06:41 +01:00

8 lines
73 B
Scala

Player {
position: Vector(0, 0),
}
Enemy {
position: Vector(2, 0)
}