19 lines
260 B
TOML
19 lines
260 B
TOML
[[entities]]
|
|
name = "terrain.1"
|
|
type = "Terrain"
|
|
mesh = "test-textured.obj"
|
|
|
|
[[entities]]
|
|
name = "ball.1"
|
|
type = "PhysicsEntity"
|
|
mesh = "ball.obj"
|
|
|
|
[[entities]]
|
|
name = "camera.1"
|
|
type = "Camera"
|
|
|
|
|
|
[[entities]]
|
|
name = "light.1"
|
|
type = "Light"
|
|
mesh = "light.obj" |