This commit is contained in:
2021-12-24 00:40:50 -08:00
parent 7527694fd2
commit a77c6d76f0
4 changed files with 31 additions and 9 deletions

View File

@@ -3,6 +3,29 @@ name = "terrain.1"
type = "StaticMesh"
mesh = "test-textured.obj"
[[entities]]
name = "ball.1"
type = "PhysicsEntity"
mesh = "ball.obj"
[entities.position]
x = 15.0
y = 15.0
z = 15.0
[entities.position.rotation]
x = 0.0
y = 0.0
z = 0.0
[entities.physics]
body_status = "static"
[entities.physics.cuboid]
x = 1.0
y = 1.0
z = 1.0
[[entities]]
name = "tile.1"
type = "Sprite"