update - add replot and migration to godot 4.4
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
[gd_scene load_steps=27 format=3 uid="uid://ctd3mgp0s172q"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/characters/Player.gd" id="2"]
|
||||
[ext_resource type="Script" uid="uid://olimaj6fffcd" path="res://scenes/characters/Player.gd" id="2"]
|
||||
[ext_resource type="Texture2D" uid="uid://3au1pfa7jj5l" path="res://textures/kid/kid.png" id="2_rhd3n"]
|
||||
[ext_resource type="PackedScene" path="res://scenes/characters/debug_character.tscn" id="3"]
|
||||
[ext_resource type="PackedScene" uid="uid://ccvjd5pjq0f5g" path="res://scenes/characters/debug_character.tscn" id="3"]
|
||||
|
||||
[sub_resource type="CapsuleShape2D" id="1"]
|
||||
radius = 9.00003
|
||||
@@ -733,26 +733,26 @@ tracks/1/keys = {
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_qdvjb"]
|
||||
_data = {
|
||||
"die": SubResource("2"),
|
||||
"hurt": SubResource("3"),
|
||||
"idle_E": SubResource("6"),
|
||||
"idle_N": SubResource("7"),
|
||||
"idle_S": SubResource("4"),
|
||||
"idle_W": SubResource("5"),
|
||||
"reset": SubResource("8"),
|
||||
"roll": SubResource("9"),
|
||||
"slash_down": SubResource("10"),
|
||||
"slash_left": SubResource("11"),
|
||||
"slash_right": SubResource("12"),
|
||||
"slash_up": SubResource("13"),
|
||||
"walk_E": SubResource("Animation_qdqhh"),
|
||||
"walk_N": SubResource("Animation_ef7ow"),
|
||||
"walk_NE": SubResource("Animation_m2uo2"),
|
||||
"walk_NW": SubResource("Animation_bcwxc"),
|
||||
"walk_S": SubResource("Animation_ixjcm"),
|
||||
"walk_SE": SubResource("Animation_fq7dv"),
|
||||
"walk_SW": SubResource("Animation_ek8m1"),
|
||||
"walk_W": SubResource("14")
|
||||
&"die": SubResource("2"),
|
||||
&"hurt": SubResource("3"),
|
||||
&"idle_E": SubResource("6"),
|
||||
&"idle_N": SubResource("7"),
|
||||
&"idle_S": SubResource("4"),
|
||||
&"idle_W": SubResource("5"),
|
||||
&"reset": SubResource("8"),
|
||||
&"roll": SubResource("9"),
|
||||
&"slash_down": SubResource("10"),
|
||||
&"slash_left": SubResource("11"),
|
||||
&"slash_right": SubResource("12"),
|
||||
&"slash_up": SubResource("13"),
|
||||
&"walk_E": SubResource("Animation_qdqhh"),
|
||||
&"walk_N": SubResource("Animation_ef7ow"),
|
||||
&"walk_NE": SubResource("Animation_m2uo2"),
|
||||
&"walk_NW": SubResource("Animation_bcwxc"),
|
||||
&"walk_S": SubResource("Animation_ixjcm"),
|
||||
&"walk_SE": SubResource("Animation_fq7dv"),
|
||||
&"walk_SW": SubResource("Animation_ek8m1"),
|
||||
&"walk_W": SubResource("14")
|
||||
}
|
||||
|
||||
[sub_resource type="CapsuleShape2D" id="18"]
|
||||
@@ -783,7 +783,7 @@ position = Vector2(6.362, -53.087)
|
||||
|
||||
[node name="anims" type="AnimationPlayer" parent="."]
|
||||
libraries = {
|
||||
"": SubResource("AnimationLibrary_qdvjb")
|
||||
&"": SubResource("AnimationLibrary_qdvjb")
|
||||
}
|
||||
|
||||
[node name="camera" type="Camera2D" parent="."]
|
||||
|
||||
Reference in New Issue
Block a user