10 lines
351 B
Plaintext
10 lines
351 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://Ingame/BodyParts/BodyPart.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://Ingame/BodyParts/PushingBodyPart.gd" type="Script" id=2]
|
|
|
|
[node name="PushingBodyPart" index="0" instance=ExtResource( 1 )]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="TouchArea" type="Area" parent="." index="1"]
|