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

38 lines
1.5 KiB
Plaintext
Raw Normal View History

2026-01-23 14:23:53 +00:00
[gd_scene load_steps=5 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"]
[ext_resource type="PackedScene" uid="uid://bdnesuqroi7ss" path="res://vfx/collectable_particles.tscn" id="6_a6wx8"]
[sub_resource type="SphereShape3D" id="SphereShape3D_ih54h"]
[node name="Interactable" type="Area3D" groups=["interactables"]]
collision_layer = 16
collision_mask = 16
script = ExtResource("1_ih54h")
metadata/_custom_type_script = "uid://bp6s7vhdd6btk"
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
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 15:01:51 +00:00
[node name="OmniLight3D" type="OmniLight3D" parent="."]
light_energy = 0.01
light_indirect_energy = 0.0
light_specular = 0.0
omni_range = 0.4
[node name="Frame" type="Sprite3D" parent="."]
transform = Transform3D(-1, 0, 8.742278e-08, 0, 1, 0, -8.742278e-08, 0, -1, 0, 0, 0)
2026-01-21 15:04:17 +00:00
pixel_size = 0.0005
no_depth_test = true
render_priority = 100
texture = ExtResource("2_ih54h")
[node name="collectable_particles" parent="." instance=ExtResource("6_a6wx8")]
transform = Transform3D(-1, 0, 8.742278e-08, 0, 1, 0, -8.742278e-08, 0, -1, 0, 0, 0)
[node name="CanvasLayer" type="CanvasLayer" parent="."]
layer = -1
visible = false