Files
minimum-viable-game-engine/conf/entity_spawns.toml

14 lines
180 B
TOML

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