diff options
author | tpart <tpart120@proton.me> | 2024-09-16 14:04:22 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-09-16 14:04:27 +0200 |
commit | e396c3b5287ef3d34b3cb18c19f30bf9f4af1c46 (patch) | |
tree | c9436c99301b06aaf62eded98fb9f7f11472824d /client/map/items | |
parent | a492e9d461d9a24023f91fbe5a531e9501bf5bb8 (diff) | |
download | hurrycurry-e396c3b5287ef3d34b3cb18c19f30bf9f4af1c46.tar hurrycurry-e396c3b5287ef3d34b3cb18c19f30bf9f4af1c46.tar.bz2 hurrycurry-e396c3b5287ef3d34b3cb18c19f30bf9f4af1c46.tar.zst |
Add new burned model
Diffstat (limited to 'client/map/items')
-rw-r--r-- | client/map/items/burned.res | bin | 7297 -> 6920 bytes | |||
-rw-r--r-- | client/map/items/burned.tscn | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/client/map/items/burned.res b/client/map/items/burned.res Binary files differindex b8150bc7..8305ca6e 100644 --- a/client/map/items/burned.res +++ b/client/map/items/burned.res diff --git a/client/map/items/burned.tscn b/client/map/items/burned.tscn index 23cd450a..241bbf77 100644 --- a/client/map/items/burned.tscn +++ b/client/map/items/burned.tscn @@ -5,6 +5,6 @@ [node name="Burned" type="Node3D"] [node name="Mesh" type="MeshInstance3D" parent="."] -transform = Transform3D(0.75, 0, 0, 0, 0.75, 0, 0, 0, 0.75, 0, 0, 0) +transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0) mesh = ExtResource("1_wu5eo") skeleton = NodePath("") |