OpticTraveler/Florian/Entity/interactable.tscn

22 lines
795 B
Text
Raw Normal View History

[gd_scene load_steps=5 format=3 uid="uid://byhsp6ujjsh8m"]
[ext_resource type="Script" uid="uid://cjxx7f0186bxr" path="res://Florian/Entity/interactable.gd" id="1_pm3my"]
[sub_resource type="BoxShape3D" id="BoxShape3D_pm3my"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_pm3my"]
albedo_color = Color(1, 0.290196, 1, 1)
[sub_resource type="BoxMesh" id="BoxMesh_pm3my"]
material = SubResource("StandardMaterial3D_pm3my")
[node name="Interactable" type="Area3D"]
script = ExtResource("1_pm3my")
[node name="InteractableHitBox" type="CollisionShape3D" parent="."]
shape = SubResource("BoxShape3D_pm3my")
debug_color = Color(0.976471, 0, 0.215686, 1)
[node name="DebugInteractableVisual" type="MeshInstance3D" parent="InteractableHitBox"]
mesh = SubResource("BoxMesh_pm3my")