broken_seals_2d/game/modules/species/Human/Body_2d_old.tscn

18 lines
541 B
Plaintext
Raw Normal View History

[gd_scene load_steps=4 format=2]
2020-07-08 23:25:40 +02:00
2021-09-21 13:14:27 +02:00
[ext_resource path="res://player/Body.gd" type="Script" id=1]
[ext_resource path="res://characters/SheetCharacter.tscn" type="PackedScene" id=2]
2020-07-08 23:25:40 +02:00
2021-07-15 16:07:02 +02:00
[sub_resource type="CircleShape2D" id=1]
2020-07-08 23:25:40 +02:00
radius = 8.0
[node name="Body" type="KinematicBody2D"]
2021-09-21 13:14:27 +02:00
script = ExtResource( 1 )
model_path = NodePath("")
character_skeleton_path = NodePath("SheetCharacter")
2020-07-08 23:25:40 +02:00
2021-09-21 13:14:27 +02:00
[node name="SheetCharacter" parent="." instance=ExtResource( 2 )]
2020-07-08 23:25:40 +02:00
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
2021-07-15 16:07:02 +02:00
shape = SubResource( 1 )