group_bot/assets/world/manifests/spots_general/witch_hut.ron

19 lines
527 B
Plaintext
Raw Normal View History

2024-06-13 23:16:24 +00:00
#![enable(unwrap_newtypes)]
[
(
specifier: "world.structure.spots.witch-hut-black_0",
center: (10, 13, 16),
custom_indices: {
12: Sprite(Cauldron),
10: Sprite(WitchWindow),
44: Filled(GlowingRock, (r: 54, g: 180, b: 64)),
8: Filled(Air, (r: 255, g: 255, b: 255)),
247: RotatedSprite(DoorDark, 4),
248: RotatedSprite(DoorDark, 0),
249: Sprite(PotionDummy),
251: Sprite(SmokeDummy),
},
),
]