34 lines
839 B
YAML
34 lines
839 B
YAML
scenes:
|
|
-
|
|
id: 1
|
|
title: "The Village"
|
|
description: "This is the village."
|
|
template: "lotgd/tests/village"
|
|
-
|
|
id: 2
|
|
title: "The Forest"
|
|
description: "This is a very dangerous and dark forest"
|
|
template: "lotgd/tests/forest"
|
|
-
|
|
id: 3
|
|
title: "The Weaponry"
|
|
description: "This is the place where you can buy awesome weapons"
|
|
template: "lotgd/tests/weaponry"
|
|
-
|
|
id: 4
|
|
title: "Another Village"
|
|
description: "This is another village"
|
|
template: "lotgd/tests/village"
|
|
-
|
|
id: 5
|
|
title: "Orphan"
|
|
description: "This is an orphan scene"
|
|
template: "lotgd/tests/orphan"
|
|
paths:
|
|
-
|
|
scene_id: 1
|
|
child_scene_id: 2
|
|
-
|
|
scene_id: 1
|
|
child_scene_id: 3
|