Renamed the current body.

This commit is contained in:
Relintai 2021-09-21 13:14:27 +02:00
parent 012b2bc4f5
commit fabd04833d
2 changed files with 5 additions and 5 deletions

View File

@ -1,17 +1,17 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://player/Body.gd" type="Script" id=6]
[ext_resource path="res://characters/SheetCharacter.tscn" type="PackedScene" id=7]
[ext_resource path="res://player/Body.gd" type="Script" id=1]
[ext_resource path="res://characters/SheetCharacter.tscn" type="PackedScene" id=2]
[sub_resource type="CircleShape2D" id=1]
radius = 8.0
[node name="Body" type="KinematicBody2D"]
script = ExtResource( 6 )
script = ExtResource( 1 )
model_path = NodePath("")
character_skeleton_path = NodePath("SheetCharacter")
[node name="SheetCharacter" parent="." instance=ExtResource( 7 )]
[node name="SheetCharacter" parent="." instance=ExtResource( 2 )]
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource( 1 )

View File

@ -1,6 +1,6 @@
[gd_resource type="EntitySpeciesData" load_steps=3 format=2]
[ext_resource path="res://modules/species/Human/Body.tscn" type="PackedScene" id=1]
[ext_resource path="res://modules/species/Human/Body_2d_old.tscn" type="PackedScene" id=1]
[sub_resource type="SpeciesModelData" id=1]
bone_structure = 4