2026-06-06 18:40:23 +00:00
|
|
|
[gd_scene format=3 uid="uid://dreokijo757l1"]
|
2026-01-15 12:04:52 +00:00
|
|
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://bp6s7vhdd6btk" path="res://logic-scenes/interactable/interactable.gd" id="1_ih54h"]
|
2026-01-15 17:07:50 +00:00
|
|
|
[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"]
|
2026-01-15 12:04:52 +00:00
|
|
|
[ext_resource type="PackedScene" uid="uid://bdnesuqroi7ss" path="res://vfx/collectable_particles.tscn" id="6_a6wx8"]
|
|
|
|
|
|
2026-01-21 15:36:13 +00:00
|
|
|
[sub_resource type="SphereShape3D" id="SphereShape3D_ih54h"]
|
2026-01-15 12:04:52 +00:00
|
|
|
|
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"]]
|
2026-01-21 14:41:40 +00:00
|
|
|
collision_layer = 16
|
|
|
|
|
collision_mask = 16
|
2026-01-15 12:04:52 +00:00
|
|
|
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]
|
2026-01-21 15:36:13 +00:00
|
|
|
transform = Transform3D(-4.371139e-08, -1, 0, 1, -4.371139e-08, 0, 0, 0, 1, 0, 0, 0)
|
|
|
|
|
shape = SubResource("SphereShape3D_ih54h")
|
2026-01-21 14:41:40 +00:00
|
|
|
|
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]
|
2026-01-21 14:41:40 +00:00
|
|
|
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
|
2026-01-15 12:04:52 +00:00
|
|
|
no_depth_test = true
|
|
|
|
|
render_priority = 100
|
2026-01-15 17:07:50 +00:00
|
|
|
texture = ExtResource("2_ih54h")
|
2026-01-15 12:04:52 +00:00
|
|
|
|
2026-06-06 18:40:23 +00:00
|
|
|
[node name="collectable_particles" parent="." unique_id=1080033644 instance=ExtResource("6_a6wx8")]
|
2026-01-21 14:41:40 +00:00
|
|
|
transform = Transform3D(-1, 0, 8.742278e-08, 0, 1, 0, -8.742278e-08, 0, -1, 0, 0, 0)
|
2026-01-15 12:04:52 +00:00
|
|
|
|
2026-06-06 18:40:23 +00:00
|
|
|
[node name="CanvasLayer" type="CanvasLayer" parent="." unique_id=1268805139]
|
2026-01-22 18:31:52 +00:00
|
|
|
layer = -1
|
2026-01-15 12:39:56 +00:00
|
|
|
visible = false
|