primeiro commit
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
This commit is contained in:
8
veloren/assets/world/manifests/spots/water/shipwreck.ron
Normal file
8
veloren/assets/world/manifests/spots/water/shipwreck.ron
Normal file
@@ -0,0 +1,8 @@
|
||||
#![enable(unwrap_newtypes)]
|
||||
|
||||
[
|
||||
(
|
||||
specifier: "world.structure.spots.shipwreck",
|
||||
center: (32, 14, 16),
|
||||
),
|
||||
]
|
||||
12
veloren/assets/world/manifests/spots/water/shipwreck2.ron
Normal file
12
veloren/assets/world/manifests/spots/water/shipwreck2.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
#![enable(unwrap_newtypes)]
|
||||
|
||||
[
|
||||
(
|
||||
specifier: "world.structure.spots.shipwreck2",
|
||||
center: (32, 31, 14),
|
||||
/// ( X, Y, Z, )
|
||||
custom_indices: {
|
||||
48: Sprite(Chest),
|
||||
},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user