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

13 lines
268 B
Plaintext
Raw Normal View History

2024-06-13 23:16:24 +00:00
#![enable(unwrap_newtypes)]
[
(
specifier: "world.structure.spots.gnome_spring",
center: (10, 10, 4),
custom_indices: {
136: Filled(GlowingRock, (r: 0, g: 255, b: 255)),
17: Sprite(PinkFlower),
},
),
]