diff options
| author | tpart <tpart120@proton.me> | 2025-10-12 11:59:35 +0200 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2025-10-12 11:59:35 +0200 |
| commit | 3eebaa3b0331a4b51a48aa63156ad17587bf72d3 (patch) | |
| tree | 3e56d1cbf6df3db9f161931f58af26d5e5512ec3 | |
| parent | 3783c0c4f20dd5d5db4be681ea41c1ad41a8a362 (diff) | |
| download | hurrycurry-3eebaa3b0331a4b51a48aa63156ad17587bf72d3.tar hurrycurry-3eebaa3b0331a4b51a48aa63156ad17587bf72d3.tar.bz2 hurrycurry-3eebaa3b0331a4b51a48aa63156ad17587bf72d3.tar.zst | |
Replace pizza mesh with one that includes palette gradient
| -rw-r--r-- | client/map/items/pizza.res | bin | 0 -> 12837 bytes | |||
| -rw-r--r-- | client/map/items/raw_cheese_pizza.tscn | 6 | ||||
| -rw-r--r-- | client/map/items/raw_pizza.res | bin | 14252 -> 0 bytes | |||
| -rw-r--r-- | client/map/items/raw_pizza.tscn | 6 |
4 files changed, 8 insertions, 4 deletions
diff --git a/client/map/items/pizza.res b/client/map/items/pizza.res Binary files differnew file mode 100644 index 00000000..c29eab9a --- /dev/null +++ b/client/map/items/pizza.res diff --git a/client/map/items/raw_cheese_pizza.tscn b/client/map/items/raw_cheese_pizza.tscn index 9daa8fda..4349cb74 100644 --- a/client/map/items/raw_cheese_pizza.tscn +++ b/client/map/items/raw_cheese_pizza.tscn @@ -1,7 +1,8 @@ -[gd_scene load_steps=3 format=3 uid="uid://746ly6kg6fym"] +[gd_scene load_steps=4 format=3 uid="uid://746ly6kg6fym"] -[ext_resource type="ArrayMesh" uid="uid://cwstqugiw76tc" path="res://map/items/raw_pizza.res" id="1_nsa0n"] +[ext_resource type="ArrayMesh" uid="uid://cwstqugiw76tc" path="res://map/items/pizza.res" id="1_nsa0n"] [ext_resource type="ArrayMesh" uid="uid://68yn4bguhuq3" path="res://map/items/cheese_bit.res" id="2_7p5p4"] +[ext_resource type="Material" uid="uid://cg7o7rn06bve1" path="res://map/items/dough_material.tres" id="2_jcq6l"] [node name="RawCheesePizza" type="Node3D"] @@ -9,6 +10,7 @@ transform = Transform3D(0.3, 0, 0, 0, 0.05, 0, 0, 0, 0.3, 0, 0.05, 0) mesh = ExtResource("1_nsa0n") skeleton = NodePath("") +surface_material_override/0 = ExtResource("2_jcq6l") [node name="MeshInstance3D" type="MeshInstance3D" parent="."] transform = Transform3D(0.7090622, 0, 0.24439889, 0, 0.5, 0, -0.24439889, 0, 0.7090622, 0, 0.0901646, 0) diff --git a/client/map/items/raw_pizza.res b/client/map/items/raw_pizza.res Binary files differdeleted file mode 100644 index b61427c9..00000000 --- a/client/map/items/raw_pizza.res +++ /dev/null diff --git a/client/map/items/raw_pizza.tscn b/client/map/items/raw_pizza.tscn index adc7c70d..04e6c593 100644 --- a/client/map/items/raw_pizza.tscn +++ b/client/map/items/raw_pizza.tscn @@ -1,6 +1,7 @@ -[gd_scene load_steps=2 format=3 uid="uid://d18w3kwuaehvv"] +[gd_scene load_steps=3 format=3 uid="uid://d18w3kwuaehvv"] -[ext_resource type="ArrayMesh" uid="uid://cwstqugiw76tc" path="res://map/items/raw_pizza.res" id="1_lcgk8"] +[ext_resource type="ArrayMesh" uid="uid://cwstqugiw76tc" path="res://map/items/pizza.res" id="1_lcgk8"] +[ext_resource type="Material" uid="uid://cg7o7rn06bve1" path="res://map/items/dough_material.tres" id="2_snge3"] [node name="RawPizza" type="Node3D"] @@ -8,3 +9,4 @@ transform = Transform3D(0.3, 0, 0, 0, 0.05, 0, 0, 0, 0.3, 0, 0.05, 0) mesh = ExtResource("1_lcgk8") skeleton = NodePath("") +surface_material_override/0 = ExtResource("2_snge3") |