diff options
| author | tpart <tpart120@proton.me> | 2026-02-28 23:47:53 +0100 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2026-02-28 23:47:58 +0100 |
| commit | 9a5936093a9fb99ddb3e6959f72d9c612638f76d (patch) | |
| tree | d2c2f02bb28c271dda6c33b782c449e4ebb29acb /client/map/items/sliced_potato.tscn | |
| parent | 5d88f2606e456f7a61019de4cd78cce43be73f40 (diff) | |
| download | hurrycurry-9a5936093a9fb99ddb3e6959f72d9c612638f76d.tar hurrycurry-9a5936093a9fb99ddb3e6959f72d9c612638f76d.tar.bz2 hurrycurry-9a5936093a9fb99ddb3e6959f72d9c612638f76d.tar.zst | |
Upgrade all project files to 4.6
Diffstat (limited to 'client/map/items/sliced_potato.tscn')
| -rw-r--r-- | client/map/items/sliced_potato.tscn | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/client/map/items/sliced_potato.tscn b/client/map/items/sliced_potato.tscn index ec48414d..f64eafd3 100644 --- a/client/map/items/sliced_potato.tscn +++ b/client/map/items/sliced_potato.tscn @@ -1,14 +1,13 @@ -[gd_scene load_steps=3 format=3 uid="uid://b85iw6rv2snx8"] +[gd_scene format=3 uid="uid://b85iw6rv2snx8"] [ext_resource type="ArrayMesh" uid="uid://b4ayvyhakbe7t" path="res://map/items/french_fries.res" id="1_ikao7"] [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_qhqrd"] albedo_color = Color(0.88, 0.7546, 0.484, 1) -[node name="SlicedPotato" type="Node3D"] +[node name="SlicedPotato" type="Node3D" unique_id=552755740] -[node name="Mesh" type="MeshInstance3D" parent="."] +[node name="Mesh" type="MeshInstance3D" parent="." unique_id=983811931] transform = Transform3D(0.75, 0, 0, 0, 0.75, 0, 0, 0, 0.75, 0, 0, -0.112) mesh = ExtResource("1_ikao7") -skeleton = NodePath("") surface_material_override/0 = SubResource("StandardMaterial3D_qhqrd") |