You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
minimum-viable-game-engine/conf/entity_spawns.toml

33 lines
450 B

[[entities]]
name = "terrain.1"
type = "Terrain"
mesh = "test-textured.obj"
[[entities]]
name = "ball.1"
type = "PhysicsEntity"
mesh = "ball.obj"
[entities.position]
x = 15.0
y = 3.0
z = 30.0
[[entities]]
name = "camera.1"
type = "Camera"
[entities.position]
x = 15.0
y = 15.0
z = 15.0
[[entities]]
name = "light.1"
type = "Light"
mesh = "light.obj"
[entities.position]
x = 20.0
y = 20.0
z = 20.0