mirror of
https://github.com/Relintai/broken_seals_2d.git
synced 2024-11-11 20:35:10 +01:00
Renamed the current body.
This commit is contained in:
parent
012b2bc4f5
commit
fabd04833d
@ -1,17 +1,17 @@
|
|||||||
[gd_scene load_steps=4 format=2]
|
[gd_scene load_steps=4 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://player/Body.gd" type="Script" id=6]
|
[ext_resource path="res://player/Body.gd" type="Script" id=1]
|
||||||
[ext_resource path="res://characters/SheetCharacter.tscn" type="PackedScene" id=7]
|
[ext_resource path="res://characters/SheetCharacter.tscn" type="PackedScene" id=2]
|
||||||
|
|
||||||
[sub_resource type="CircleShape2D" id=1]
|
[sub_resource type="CircleShape2D" id=1]
|
||||||
radius = 8.0
|
radius = 8.0
|
||||||
|
|
||||||
[node name="Body" type="KinematicBody2D"]
|
[node name="Body" type="KinematicBody2D"]
|
||||||
script = ExtResource( 6 )
|
script = ExtResource( 1 )
|
||||||
model_path = NodePath("")
|
model_path = NodePath("")
|
||||||
character_skeleton_path = NodePath("SheetCharacter")
|
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="."]
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||||
shape = SubResource( 1 )
|
shape = SubResource( 1 )
|
@ -1,6 +1,6 @@
|
|||||||
[gd_resource type="EntitySpeciesData" load_steps=3 format=2]
|
[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]
|
[sub_resource type="SpeciesModelData" id=1]
|
||||||
bone_structure = 4
|
bone_structure = 4
|
||||||
|
Loading…
Reference in New Issue
Block a user