aboutsummaryrefslogtreecommitdiff
path: root/client/menu/communicate/item/item_render.tscn
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-09-25 15:30:01 +0200
committertpart <tpart120@proton.me>2024-09-25 15:45:32 +0200
commit2323f3d4ba638491110be16734be9c24485caefa (patch)
tree2810e1759488b3e12976e7ef7ca508e68ded8975 /client/menu/communicate/item/item_render.tscn
parent8603ed6c5cd6ba8abc8516a25d45fdd0792bc0f8 (diff)
downloadhurrycurry-2323f3d4ba638491110be16734be9c24485caefa.tar
hurrycurry-2323f3d4ba638491110be16734be9c24485caefa.tar.bz2
hurrycurry-2323f3d4ba638491110be16734be9c24485caefa.tar.zst
Support pinned messages
Diffstat (limited to 'client/menu/communicate/item/item_render.tscn')
-rw-r--r--client/menu/communicate/item/item_render.tscn25
1 files changed, 25 insertions, 0 deletions
diff --git a/client/menu/communicate/item/item_render.tscn b/client/menu/communicate/item/item_render.tscn
new file mode 100644
index 00000000..1309509e
--- /dev/null
+++ b/client/menu/communicate/item/item_render.tscn
@@ -0,0 +1,25 @@
+[gd_scene load_steps=3 format=3 uid="uid://cem5xcld6vn51"]
+
+[ext_resource type="Script" path="res://menu/communicate/item/item_render.gd" id="1_jfi7o"]
+
+[sub_resource type="Environment" id="Environment_iyxrx"]
+ambient_light_source = 2
+ambient_light_color = Color(1, 1, 1, 1)
+ambient_light_energy = 0.5
+
+[node name="ItemRender" type="Node3D"]
+script = ExtResource("1_jfi7o")
+
+[node name="Camera3D" type="Camera3D" parent="."]
+transform = Transform3D(1, 0, 0, 0, 0.939693, 0.34202, 0, -0.34202, 0.939693, 0, 0.5, 1)
+projection = 1
+size = 0.6
+
+[node name="ItemBase" type="Node3D" parent="."]
+
+[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
+transform = Transform3D(1, 0, 0, 0, 0.173648, 0.984808, 0, -0.984808, 0.173648, 0, 0, 0)
+light_energy = 0.5
+
+[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
+environment = SubResource("Environment_iyxrx")