aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2025-09-19 22:32:54 +0200
committertpart <tpart120@proton.me>2025-09-19 22:32:54 +0200
commit2f311fec691cd7a62fa4f95ee0419089913b5dd8 (patch)
tree2174ed702df7c40caac73224db925e1f201710de
parent1617c96aa57609dc85b56b32a9b33a32d6ac2bb8 (diff)
downloadhurrycurry-2f311fec691cd7a62fa4f95ee0419089913b5dd8.tar
hurrycurry-2f311fec691cd7a62fa4f95ee0419089913b5dd8.tar.bz2
hurrycurry-2f311fec691cd7a62fa4f95ee0419089913b5dd8.tar.zst
Add new dough model which looks less like a bun (#393)
-rw-r--r--client/map/items/dough.resbin10298 -> 12899 bytes
-rw-r--r--client/map/items/dough.tscn2
2 files changed, 1 insertions, 1 deletions
diff --git a/client/map/items/dough.res b/client/map/items/dough.res
index 2337429d..58637689 100644
--- a/client/map/items/dough.res
+++ b/client/map/items/dough.res
Binary files differ
diff --git a/client/map/items/dough.tscn b/client/map/items/dough.tscn
index 10d591c9..73f8c494 100644
--- a/client/map/items/dough.tscn
+++ b/client/map/items/dough.tscn
@@ -5,6 +5,6 @@
[node name="Dough" type="Node3D"]
[node name="Mesh" type="MeshInstance3D" parent="."]
-transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0)
+transform = Transform3D(0.4, 0, 0, 0, 0.4, 0, 0, 0, 0.4, 0, 0, 0)
mesh = ExtResource("1_fe02r")
skeleton = NodePath("")