frame-of-mind/src/logic-scenes/interactable/interactable.tscn

46 lines
1.9 KiB
Plaintext
Raw Normal View History

2026-06-06 18:40:23 +00:00
[gd_scene format=3 uid="uid://dreokijo757l1"]
[ext_resource type="Script" uid="uid://bp6s7vhdd6btk" path="res://logic-scenes/interactable/interactable.gd" id="1_ih54h"]
[ext_resource type="Texture2D" uid="uid://0j2nrhijh7lm" path="res://import/interface-elements/frame-square.png" id="2_ih54h"]
2026-06-06 18:40:23 +00:00
[ext_resource type="Shader" uid="uid://c1ufy6ee6x24x" path="res://logic-scenes/interactable/interactable.gdshader" id="2_m0u7p"]
[ext_resource type="PackedScene" uid="uid://bdnesuqroi7ss" path="res://vfx/collectable_particles.tscn" id="6_a6wx8"]
[sub_resource type="SphereShape3D" id="SphereShape3D_ih54h"]
2026-06-06 18:40:23 +00:00
[sub_resource type="ShaderMaterial" id="ShaderMaterial_kupkd"]
render_priority = 0
shader = ExtResource("2_m0u7p")
shader_parameter/frame_texture = ExtResource("2_ih54h")
[node name="Interactable" type="Area3D" unique_id=847160499 groups=["interactables"]]
collision_layer = 16
collision_mask = 16
script = ExtResource("1_ih54h")
metadata/_custom_type_script = "uid://bp6s7vhdd6btk"
2026-06-06 18:40:23 +00:00
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=553285003]
transform = Transform3D(-4.371139e-08, -1, 0, 1, -4.371139e-08, 0, 0, 0, 1, 0, 0, 0)
shape = SubResource("SphereShape3D_ih54h")
2026-06-06 18:40:23 +00:00
[node name="OmniLight3D" type="OmniLight3D" parent="." unique_id=1409525651]
2026-01-21 15:01:51 +00:00
light_energy = 0.01
light_indirect_energy = 0.0
light_specular = 0.0
omni_range = 0.4
2026-06-06 18:40:23 +00:00
[node name="Frame" type="Sprite3D" parent="." unique_id=677642595]
transform = Transform3D(-1, 0, 8.742278e-08, 0, 1, 0, -8.742278e-08, 0, -1, 0, 0, 0)
2026-06-06 18:40:23 +00:00
material_override = SubResource("ShaderMaterial_kupkd")
modulate = Color(1, 1, 1, 0)
pixel_size = 0.000669
no_depth_test = true
render_priority = 100
texture = ExtResource("2_ih54h")
2026-06-06 18:40:23 +00:00
[node name="collectable_particles" parent="." unique_id=1080033644 instance=ExtResource("6_a6wx8")]
transform = Transform3D(-1, 0, 8.742278e-08, 0, 1, 0, -8.742278e-08, 0, -1, 0, 0, 0)
2026-06-06 18:40:23 +00:00
[node name="CanvasLayer" type="CanvasLayer" parent="." unique_id=1268805139]
layer = -1
visible = false