group_bot/assets/world/manifests/site_structures/dwarves/hallway.ron

16 lines
458 B
Plaintext
Raw Normal View History

2024-06-13 23:16:24 +00:00
#![enable(unwrap_newtypes)]
[
(
specifier: "world.structure.dwarven_quarry.prefab.dwarven_quarry-2-hallway0",
center: (29, 10, 0),
custom_indices: {
8: Filled(Air, (r: 255, g: 255, b: 255)),
212: Filled(Air, (r: 255, g: 255, b: 255)), // half open Gate
216: Sprite(KeyDoor),
213: Keyhole("common.items.keys.rusty_tower_key"),
136: Sprite(Lantern),
},
),
]