]> Untitled Git - frog-ninja.git/blobdiff - player/player.tscn
Added landing states
[frog-ninja.git] / player / player.tscn
index 5998596204a13242adbd9303244705b2c058ebf0..90a1d186761855160101274d14717b700a56c08f 100644 (file)
@@ -1,4 +1,4 @@
-[gd_scene load_steps=13 format=3 uid="uid://cchu1yltrhuk3"]
+[gd_scene load_steps=15 format=3 uid="uid://cchu1yltrhuk3"]
 
 [ext_resource type="PackedScene" uid="uid://dvkx3t15l7mfb" path="res://skin/prototype_skin.tscn" id="1_4flbx"]
 [ext_resource type="Script" uid="uid://dcv34jq0jett0" path="res://player/player.gd" id="1_onrkg"]
@@ -10,7 +10,9 @@
 [ext_resource type="Script" uid="uid://bdiks0m7vsn5w" path="res://player/moves/dash.gd" id="8_hg6s5"]
 [ext_resource type="Script" uid="uid://b0oj5iuvr8omo" path="res://player/moves/fall.gd" id="9_hg6s5"]
 [ext_resource type="Script" uid="uid://d28gnkyqsg3t" path="res://player/moves/slash.gd" id="10_8t03j"]
+[ext_resource type="Script" uid="uid://whl70vbdv7gu" path="res://player/fall_to_roll.gd" id="10_ebec5"]
 [ext_resource type="Script" uid="uid://c8c16gqh0fmwv" path="res://player/moves/shoot.gd" id="11_2ieo8"]
+[ext_resource type="Script" uid="uid://cgb5nb8cw7cmn" path="res://player/fall_to_landing.gd" id="11_yllr7"]
 
 [sub_resource type="CapsuleShape3D" id="CapsuleShape3D_sh265"]
 
@@ -62,6 +64,14 @@ wait_time = 0.25
 script = ExtResource("9_hg6s5")
 metadata/_custom_type_script = "uid://c886t1c86q0m6"
 
+[node name="FallToRoll" type="Node" parent="Model"]
+script = ExtResource("10_ebec5")
+metadata/_custom_type_script = "uid://c886t1c86q0m6"
+
+[node name="FallToLanding" type="Node" parent="Model"]
+script = ExtResource("11_yllr7")
+metadata/_custom_type_script = "uid://c886t1c86q0m6"
+
 [node name="Slash" type="Node" parent="Model"]
 script = ExtResource("10_8t03j")
 metadata/_custom_type_script = "uid://c886t1c86q0m6"