diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-25 00:16:59 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-25 00:16:59 +0200 |
commit | 6db6de3aaea9a139a754453f99cb149cd79aec17 (patch) | |
tree | 67ae13e2f2a363f68485ff8f6dff493c122afe15 /client/map/items/pot_fill.tscn | |
parent | 78b722cf5825108c7d4ea4c248f4e7aa7932b494 (diff) | |
parent | cf11d11099b8ddc03dc0c26f590193d35ba1bafd (diff) | |
download | hurrycurry-6db6de3aaea9a139a754453f99cb149cd79aec17.tar hurrycurry-6db6de3aaea9a139a754453f99cb149cd79aec17.tar.bz2 hurrycurry-6db6de3aaea9a139a754453f99cb149cd79aec17.tar.zst |
Merge branch 'master' of codeberg.org:metamuffin/undercooked
Diffstat (limited to 'client/map/items/pot_fill.tscn')
-rw-r--r-- | client/map/items/pot_fill.tscn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/client/map/items/pot_fill.tscn b/client/map/items/pot_fill.tscn new file mode 100644 index 00000000..2b3a1eda --- /dev/null +++ b/client/map/items/pot_fill.tscn @@ -0,0 +1,12 @@ +[gd_scene load_steps=3 format=3 uid="uid://cwo8o5a6f5p4i"] + +[ext_resource type="ArrayMesh" uid="uid://bduftri3viodq" path="res://map/items/pot_fill.res" id="1_5suf6"] + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_djkvw"] +resource_local_to_scene = true + +[node name="PotFill" type="MeshInstance3D"] +transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0) +mesh = ExtResource("1_5suf6") +skeleton = NodePath("") +surface_material_override/0 = SubResource("StandardMaterial3D_djkvw") |