aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/glass_fill.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'client/map/items/glass_fill.tscn')
-rw-r--r--client/map/items/glass_fill.tscn15
1 files changed, 15 insertions, 0 deletions
diff --git a/client/map/items/glass_fill.tscn b/client/map/items/glass_fill.tscn
new file mode 100644
index 00000000..ec4d367e
--- /dev/null
+++ b/client/map/items/glass_fill.tscn
@@ -0,0 +1,15 @@
+[gd_scene load_steps=3 format=3 uid="uid://dvdwxct8qu2fm"]
+
+[ext_resource type="ArrayMesh" uid="uid://byebq6oifi2jk" path="res://map/items/glass_fill.res" id="1_apxu2"]
+
+[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_g0wwk"]
+resource_local_to_scene = true
+resource_name = "Material.002"
+cull_mode = 2
+metallic_specular = 0.0
+
+[node name="GlassFill" type="MeshInstance3D"]
+transform = Transform3D(0.125, 0, 0, 0, 0.125, 0, 0, 0, 0.125, 0, 0.125, 0)
+mesh = ExtResource("1_apxu2")
+skeleton = NodePath("")
+surface_material_override/0 = SubResource("StandardMaterial3D_g0wwk")