aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/unknown_item.tscn
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2025-09-30 22:16:50 +0200
committernokoe <nokoe@mailbox.org>2025-09-30 22:21:22 +0200
commiteb387907613e53be1e023080500046d8d4d20f4c (patch)
treee60dd8d0740a1faaa96ebc9c0ec5614a70facc17 /client/map/items/unknown_item.tscn
parentf15c20e887a58ae8d65c6d4f240d74a3b74cd55d (diff)
downloadhurrycurry-eb387907613e53be1e023080500046d8d4d20f4c.tar
hurrycurry-eb387907613e53be1e023080500046d8d4d20f4c.tar.bz2
hurrycurry-eb387907613e53be1e023080500046d8d4d20f4c.tar.zst
unknown item texture
Diffstat (limited to 'client/map/items/unknown_item.tscn')
-rw-r--r--client/map/items/unknown_item.tscn15
1 files changed, 15 insertions, 0 deletions
diff --git a/client/map/items/unknown_item.tscn b/client/map/items/unknown_item.tscn
new file mode 100644
index 00000000..5e8b317a
--- /dev/null
+++ b/client/map/items/unknown_item.tscn
@@ -0,0 +1,15 @@
+[gd_scene load_steps=3 format=3 uid="uid://cw54drt6oqxpd"]
+
+[sub_resource type="BoxMesh" id="BoxMesh_e6d7n"]
+
+[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_voy47"]
+albedo_color = Color(1, 0, 1, 1)
+emission_enabled = true
+emission = Color(1, 0, 1, 1)
+
+[node name="UnknownItem" type="Node3D"]
+
+[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
+transform = Transform3D(0.4, 0, 0, 0, 0.4, 0, 0, 0, 0.4, 0, 0.2, 0)
+mesh = SubResource("BoxMesh_e6d7n")
+surface_material_override/0 = SubResource("StandardMaterial3D_voy47")