group_bot/assets/world/manifests/spots/camp_pirate.ron

20 lines
626 B
Plaintext
Raw Normal View History

2024-06-13 23:16:24 +00:00
#![enable(unwrap_newtypes)]
[
(
specifier: "world.structure.spots.camp",
center: (3, 3, 1),
custom_indices: {
8: Filled(Air, (r: 255, g: 255, b: 255)),
9: RotatedSprite(BedrollPirate, 0),
10: Grass,
11: Sprite(CommonLockedChest),
12: Filled(Air, (r: 255, g: 255, b: 255)),
13: Filled(Air, (r: 255, g: 255, b: 255)),
14: Filled(Air, (r: 255, g: 255, b: 255)),
15: Filled(Air, (r: 255, g: 255, b: 255)),
16: Filled(Air, (r: 255, g: 255, b: 255)),
251: Grass,
},
),
]