12 lines
326 B
Plaintext
12 lines
326 B
Plaintext
|
[gd_scene load_steps=3 format=2]
|
||
|
|
||
|
[ext_resource path="res://scripts/Interaction.gd" type="Script" id=1]
|
||
|
|
||
|
[sub_resource type="SphereShape" id=1]
|
||
|
|
||
|
[node name="Interaction" type="Area" groups=["Interaction"]]
|
||
|
script = ExtResource( 1 )
|
||
|
|
||
|
[node name="Collision" type="CollisionShape" parent="."]
|
||
|
shape = SubResource( 1 )
|