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

14 lines
180 B

[[entities]]
[entities.entity1]
name = "terrain.1"
type = "Mesh"
mesh = "test-textured.obj"
[[entities]]
[entities.entity2]
name = "ball.1"
type = ""
mesh = "test-textured.obj"