aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/plate_fill.tscn
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2024-06-25 14:52:15 +0200
committernokoe <nokoe@mailbox.org>2024-06-25 14:53:50 +0200
commitde1771c6cdea53d03f9466491c375d8aa1e19f0c (patch)
tree6da0ea18ff6ac71ff334ca419289d500212c6c15 /client/map/items/plate_fill.tscn
parentf53eb1d495c00083daa98f71fcf672ff29ae54f5 (diff)
downloadhurrycurry-de1771c6cdea53d03f9466491c375d8aa1e19f0c.tar
hurrycurry-de1771c6cdea53d03f9466491c375d8aa1e19f0c.tar.bz2
hurrycurry-de1771c6cdea53d03f9466491c375d8aa1e19f0c.tar.zst
add more items
Diffstat (limited to 'client/map/items/plate_fill.tscn')
-rw-r--r--client/map/items/plate_fill.tscn12
1 files changed, 12 insertions, 0 deletions
diff --git a/client/map/items/plate_fill.tscn b/client/map/items/plate_fill.tscn
new file mode 100644
index 00000000..0ecb2294
--- /dev/null
+++ b/client/map/items/plate_fill.tscn
@@ -0,0 +1,12 @@
+[gd_scene load_steps=3 format=3 uid="uid://btktb7yb1y0yq"]
+
+[ext_resource type="ArrayMesh" uid="uid://c8l6gbfjikyv3" path="res://map/items/plate_fill.res" id="1_dgygv"]
+
+[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_5o82g"]
+resource_local_to_scene = true
+
+[node name="PlateFill" type="MeshInstance3D"]
+transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0)
+mesh = ExtResource("1_dgygv")
+skeleton = NodePath("")
+surface_material_override/0 = SubResource("StandardMaterial3D_5o82g")