bodypartfighter/BodyParts/BodyPart.tscn

10 lines
230 B
Plaintext
Raw Normal View History

[gd_scene load_steps=2 format=2]
2020-02-01 12:14:28 +01:00
[ext_resource path="res://BodyParts/BodyPart.gd" type="Script" id=1]
[node name="BodyPart" type="Spatial"]
script = ExtResource( 1 )
2020-02-01 10:49:43 +01:00
[node name="PartCollider" type="CollisionShape" parent="."]