diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-09-11 10:16:58 +0200 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-09-11 10:16:58 +0200 |
commit | cece0a3f36115b839f813ed05322c6c1a8e3201d (patch) | |
tree | 8c1600eb5382d29b98e4325b51b965618badddc9 /Scenes/Entities | |
parent | 294f87adb4441ec25316601505ca1a7e97fa24c7 (diff) |
Diffstat (limited to 'Scenes/Entities')
-rw-r--r-- | Scenes/Entities/Player.gd | 34 | ||||
-rw-r--r-- | Scenes/Entities/Player.tscn | 1300 |
2 files changed, 1276 insertions, 58 deletions
diff --git a/Scenes/Entities/Player.gd b/Scenes/Entities/Player.gd index 77e27b4..7c4dd02 100644 --- a/Scenes/Entities/Player.gd +++ b/Scenes/Entities/Player.gd @@ -39,6 +39,8 @@ var LAST_DIRECTIONS: Array = [] var collision_area: Area2D +var sprite_version: String = "3" + func _ready(): @@ -105,21 +107,21 @@ func _process(delta): var progress = $AnimatedSprite2D.frame_progress if velocity.x < 0 && velocity.y == 0: - $AnimatedSprite2D.play("left") + $AnimatedSprite2D.play("left_" + sprite_version) elif velocity.x > 0 && velocity.y == 0: - $AnimatedSprite2D.play("right") + $AnimatedSprite2D.play("right_" + sprite_version) elif velocity.x == 0 && velocity.y < 0: - $AnimatedSprite2D.play("up") + $AnimatedSprite2D.play("up_" + sprite_version) elif velocity.x == 0 && velocity.y > 0: - $AnimatedSprite2D.play("down") + $AnimatedSprite2D.play("down_" + sprite_version) elif velocity.x < 0 && velocity.y < 0: - $AnimatedSprite2D.play("top_left") + $AnimatedSprite2D.play("top_left_" + sprite_version) elif velocity.x > 0 && velocity.y < 0: - $AnimatedSprite2D.play("top_right") + $AnimatedSprite2D.play("top_right_" + sprite_version) elif velocity.x < 0 && velocity.y > 0: - $AnimatedSprite2D.play("bottom_left") + $AnimatedSprite2D.play("bottom_left_" + sprite_version) elif velocity.x > 0 && velocity.y > 0: - $AnimatedSprite2D.play("bottom_right") + $AnimatedSprite2D.play("bottom_right_" + sprite_version) else: play_idle() @@ -290,21 +292,21 @@ func play_idle(): #$AnimatedSprite2D.play("idle") #return if self.LAST_DIRECTIONS == [Vector2.LEFT]: - $AnimatedSprite2D.play("idle_left") + $AnimatedSprite2D.play("idle_left_" + sprite_version) elif self.LAST_DIRECTIONS == [Vector2.RIGHT]: - $AnimatedSprite2D.play("idle_right") + $AnimatedSprite2D.play("idle_right_" + sprite_version) elif self.LAST_DIRECTIONS == [Vector2.UP]: - $AnimatedSprite2D.play("idle_up") + $AnimatedSprite2D.play("idle_up_" + sprite_version) elif self.LAST_DIRECTIONS == [Vector2.DOWN]: - $AnimatedSprite2D.play("idle_down") + $AnimatedSprite2D.play("idle_down_" + sprite_version) elif self.LAST_DIRECTIONS == [Vector2.LEFT, Vector2.UP]: - $AnimatedSprite2D.play("idle_top_left") + $AnimatedSprite2D.play("idle_top_left_" + sprite_version) elif self.LAST_DIRECTIONS == [Vector2.RIGHT, Vector2.UP]: - $AnimatedSprite2D.play("idle_top_right") + $AnimatedSprite2D.play("idle_top_right_" + sprite_version) elif self.LAST_DIRECTIONS == [Vector2.LEFT, Vector2.DOWN]: - $AnimatedSprite2D.play("idle_bottom_left") + $AnimatedSprite2D.play("idle_bottom_left_" + sprite_version) elif self.LAST_DIRECTIONS == [Vector2.RIGHT, Vector2.DOWN]: - $AnimatedSprite2D.play("idle_bottom_right") + $AnimatedSprite2D.play("idle_bottom_right_" + sprite_version) func is_in_interaction_area(): diff --git a/Scenes/Entities/Player.tscn b/Scenes/Entities/Player.tscn index 51eb36a..53c5be5 100644 --- a/Scenes/Entities/Player.tscn +++ b/Scenes/Entities/Player.tscn @@ -1,30 +1,174 @@ -[gd_scene load_steps=29 format=3 uid="uid://b1xhgqwrw4pgs"] +[gd_scene load_steps=173 format=3 uid="uid://b1xhgqwrw4pgs"] [ext_resource type="Script" path="res://Scenes/Entities/Player.gd" id="1_2xulf"] -[ext_resource type="Texture2D" uid="uid://bg118etml15yv" path="res://Assets/Character/Holo/Pekora/UsadaPekora_dl_01.png" id="2_jla7x"] -[ext_resource type="Texture2D" uid="uid://15xbcugoqlqi" path="res://Assets/Character/Holo/Pekora/UsadaPekora_down_01.png" id="2_p4v8h"] -[ext_resource type="Texture2D" uid="uid://cap4ceyokrpyg" path="res://Assets/Character/Holo/Pekora/UsadaPekora_dr_01.png" id="3_177dx"] -[ext_resource type="Texture2D" uid="uid://cnfiwdbfeldka" path="res://Assets/Character/Holo/Pekora/UsadaPekora_dl_02.png" id="3_lxvmr"] -[ext_resource type="Texture2D" uid="uid://cy0imnb7nxpvp" path="res://Assets/Character/Holo/Pekora/UsadaPekora_dl_03.png" id="4_rba8x"] -[ext_resource type="Texture2D" uid="uid://dyrm5j2cnbjkc" path="res://Assets/Character/Holo/Pekora/UsadaPekora_left_01.png" id="5_qp5pw"] -[ext_resource type="Texture2D" uid="uid://dr60n8hird4dj" path="res://Assets/Character/Holo/Pekora/UsadaPekora_dr_02.png" id="6_hpvt1"] -[ext_resource type="Texture2D" uid="uid://bftq45mjm8uv" path="res://Assets/Character/Holo/Pekora/UsadaPekora_right_01.png" id="6_swanx"] -[ext_resource type="Texture2D" uid="uid://j3gux07q0sdi" path="res://Assets/Character/Holo/Pekora/UsadaPekora_dr_03.png" id="7_66d3g"] -[ext_resource type="Texture2D" uid="uid://s3g73mdo8rhg" path="res://Assets/Character/Holo/Pekora/UsadaPekora_ul_01.png" id="7_vvdjp"] -[ext_resource type="Texture2D" uid="uid://cu57mhgffnysb" path="res://Assets/Character/Holo/Pekora/UsadaPekora_ur_01.png" id="8_ps3gx"] -[ext_resource type="Texture2D" uid="uid://djumpgwc3ibsu" path="res://Assets/Character/Holo/Pekora/UsadaPekora_down_02.png" id="9_8qycu"] -[ext_resource type="Texture2D" uid="uid://ygyam231cwbu" path="res://Assets/Character/Holo/Pekora/UsadaPekora_up_01.png" id="9_g1tvy"] -[ext_resource type="Texture2D" uid="uid://de0mh5otwjtqm" path="res://Assets/Character/Holo/Pekora/UsadaPekora_down_03.png" id="10_7c2nx"] -[ext_resource type="Texture2D" uid="uid://dkdo8avk7uifd" path="res://Assets/Character/Holo/Pekora/UsadaPekora_left_02.png" id="16_qmci1"] -[ext_resource type="Texture2D" uid="uid://ixa7jtofxiih" path="res://Assets/Character/Holo/Pekora/UsadaPekora_left_03.png" id="17_u384x"] -[ext_resource type="Texture2D" uid="uid://cbwe3ub3wjw8q" path="res://Assets/Character/Holo/Pekora/UsadaPekora_right_02.png" id="18_uodub"] -[ext_resource type="Texture2D" uid="uid://usm6432wb42q" path="res://Assets/Character/Holo/Pekora/UsadaPekora_right_03.png" id="19_8vk5g"] -[ext_resource type="Texture2D" uid="uid://dbylk34dwefc7" path="res://Assets/Character/Holo/Pekora/UsadaPekora_ul_02.png" id="20_86vyd"] -[ext_resource type="Texture2D" uid="uid://s6kf7x6c5en1" path="res://Assets/Character/Holo/Pekora/UsadaPekora_ul_03.png" id="21_gdqcl"] -[ext_resource type="Texture2D" uid="uid://c5bivhfyf2lc5" path="res://Assets/Character/Holo/Pekora/UsadaPekora_ur_02.png" id="22_gy6m2"] -[ext_resource type="Texture2D" uid="uid://ro7pxk0tm2tl" path="res://Assets/Character/Holo/Pekora/UsadaPekora_ur_03.png" id="23_sb37c"] -[ext_resource type="Texture2D" uid="uid://bagpol3wfd081" path="res://Assets/Character/Holo/Pekora/UsadaPekora_up_02.png" id="24_a12kc"] -[ext_resource type="Texture2D" uid="uid://c0622b7ijgs3v" path="res://Assets/Character/Holo/Pekora/UsadaPekora_up_03.png" id="25_27ap4"] +[ext_resource type="Texture2D" uid="uid://f72flkrauk1w" path="res://Assets/Character/Holo/Pekora/UsadaPekora_dl_01.png" id="2_jla7x"] +[ext_resource type="Texture2D" uid="uid://b3lp558yscrqv" path="res://Assets/Character/Holo/Pekora/UsadaPekora_down_01.png" id="2_p4v8h"] +[ext_resource type="Texture2D" uid="uid://cg0qram5kcp0x" path="res://Assets/Character/Holo/Pekora/UsadaPekora_dr_01.png" id="3_177dx"] +[ext_resource type="Texture2D" uid="uid://chfalhbysv77h" path="res://Assets/Character/Holo/Pekora/UsadaPekora_dl_02.png" id="3_lxvmr"] +[ext_resource type="Texture2D" uid="uid://by5fl2hcblrl1" path="res://Assets/Character/Holo/Pekora/UsadaPekora_dl_03.png" id="4_rba8x"] +[ext_resource type="Texture2D" uid="uid://bb3wm7ssagrrd" path="res://Assets/Character/Bombertux_bl_01.png" id="5_ear4k"] +[ext_resource type="Texture2D" uid="uid://ddyej86vbyvic" path="res://Assets/Character/Holo/Pekora/UsadaPekora_left_01.png" id="5_qp5pw"] +[ext_resource type="Texture2D" uid="uid://bojpelbsbq7ar" path="res://Assets/Character/Holo/Pekora/UsadaPekora_dr_02.png" id="6_hpvt1"] +[ext_resource type="Texture2D" uid="uid://bsfl2cffjxwo3" path="res://Assets/Character/Holo/Pekora/UsadaPekora_right_01.png" id="6_swanx"] +[ext_resource type="Texture2D" uid="uid://pgekkne84us0" path="res://Assets/Character/Bombertux_bl_02.png" id="6_tnssr"] +[ext_resource type="Texture2D" uid="uid://bmk860c5qm1r8" path="res://Assets/Character/Holo/Pekora/UsadaPekora_dr_03.png" id="7_66d3g"] +[ext_resource type="Texture2D" uid="uid://2mu6m7ur1n5d" path="res://Assets/Character/Bombertux_bl_03.png" id="7_u7twu"] +[ext_resource type="Texture2D" uid="uid://dw3nugf57u3w6" path="res://Assets/Character/Holo/Pekora/UsadaPekora_ul_01.png" id="7_vvdjp"] +[ext_resource type="Texture2D" uid="uid://c75flmp7prbbd" path="res://Assets/Character/Holo/Pekora/UsadaPekora_ur_01.png" id="8_ps3gx"] +[ext_resource type="Texture2D" uid="uid://csb4u3mkesg3j" path="res://Assets/Character/penguin/penguin_down_left_1.png" id="8_u2d63"] +[ext_resource type="Texture2D" uid="uid://cmlp2516j5ein" path="res://Assets/Character/Holo/Pekora/UsadaPekora_down_02.png" id="9_8qycu"] +[ext_resource type="Texture2D" uid="uid://b07gsl2abtubb" path="res://Assets/Character/Holo/Pekora/UsadaPekora_up_01.png" id="9_g1tvy"] +[ext_resource type="Texture2D" uid="uid://op2ier1tqo2l" path="res://Assets/Character/penguin/penguin_down_left_2.png" id="9_hlcnf"] +[ext_resource type="Texture2D" uid="uid://bnx8epkyr51dd" path="res://Assets/Character/penguin/penguin_down_left_3.png" id="10_6lft3"] +[ext_resource type="Texture2D" uid="uid://bwik5kgjgungx" path="res://Assets/Character/Holo/Pekora/UsadaPekora_down_03.png" id="10_7c2nx"] +[ext_resource type="Texture2D" uid="uid://d0spvcs588vpy" path="res://Assets/Character/Holo/Kobo/KoboKanaeru_dl_01.png" id="11_3csmu"] +[ext_resource type="Texture2D" uid="uid://bqxqkpnlgaqu7" path="res://Assets/Character/Bombertux_br_01.png" id="11_d5erq"] +[ext_resource type="Texture2D" uid="uid://ce8hud45ojwdq" path="res://Assets/Character/Bombertux_down_01.png" id="11_jb6y6"] +[ext_resource type="Texture2D" uid="uid://ck1twiv7v5tdc" path="res://Assets/Character/Bombertux_down_02.png" id="12_0qyej"] +[ext_resource type="Texture2D" uid="uid://cp4i5j6bea6ic" path="res://Assets/Character/Bombertux_br_02.png" id="12_27vo4"] +[ext_resource type="Texture2D" uid="uid://br0nuo4s4r8jo" path="res://Assets/Character/Holo/Kobo/KoboKanaeru_dl_02.png" id="12_qtu6n"] +[ext_resource type="Texture2D" uid="uid://dr7rro4smynnt" path="res://Assets/Character/Holo/Kobo/KoboKanaeru_dl_03.png" id="13_axhhs"] +[ext_resource type="Texture2D" uid="uid://wmgw8l23hnr1" path="res://Assets/Character/Bombertux_br_03.png" id="13_r0uu2"] +[ext_resource type="Texture2D" uid="uid://b8djq7sa2wic3" path="res://Assets/Character/Bombertux_down_03.png" id="13_tmqtb"] +[ext_resource type="Texture2D" uid="uid://bwji05um0ax48" path="res://Assets/Character/Holo/Gura/GawrGura_dl_01.png" id="14_g2fa2"] +[ext_resource type="Texture2D" uid="uid://bwvpouajspem4" path="res://Assets/Character/Holo/Gura/GawrGura_dl_02.png" id="15_3qvru"] +[ext_resource type="Texture2D" uid="uid://duss0o4mmbi0j" path="res://Assets/Character/Bombertux_left_01.png" id="15_t2us4"] +[ext_resource type="Texture2D" uid="uid://dtaxdbn30lfyw" path="res://Assets/Character/Holo/Gura/GawrGura_dl_03.png" id="16_p06r1"] +[ext_resource type="Texture2D" uid="uid://bwyr7ynbnykdf" path="res://Assets/Character/Holo/Pekora/UsadaPekora_left_02.png" id="16_qmci1"] +[ext_resource type="Texture2D" uid="uid://d31wdvls8hmwu" path="res://Assets/Character/penguin/penguin_down_right_1.png" id="17_d8n67"] +[ext_resource type="Texture2D" uid="uid://dnp7xh10wc1tt" path="res://Assets/Character/Bombertux_right_01.png" id="17_iorj5"] +[ext_resource type="Texture2D" uid="uid://b5qr2frsodb5b" path="res://Assets/Character/Holo/LaPlus/LaPlusDarknesss_bl_01.png" id="17_o2j3p"] +[ext_resource type="Texture2D" uid="uid://dprp731kb3m56" path="res://Assets/Character/Holo/Pekora/UsadaPekora_left_03.png" id="17_u384x"] +[ext_resource type="Texture2D" uid="uid://c2dvlxmhj8dob" path="res://Assets/Character/Holo/LaPlus/LaPlusDarknesss_bl_02.png" id="18_cjeue"] +[ext_resource type="Texture2D" uid="uid://tiq1ne861mjr" path="res://Assets/Character/penguin/penguin_down_right_2.png" id="18_oyg1p"] +[ext_resource type="Texture2D" uid="uid://cgehcwfm2bprv" path="res://Assets/Character/Holo/Pekora/UsadaPekora_right_02.png" id="18_uodub"] +[ext_resource type="Texture2D" uid="uid://beifnsa5h02m2" path="res://Assets/Character/Bombertux_up_01.png" id="19_1iieo"] +[ext_resource type="Texture2D" uid="uid://bow5xs4dh1a40" path="res://Assets/Character/Holo/LaPlus/LaPlusDarknesss_bl_03.png" id="19_2bq37"] +[ext_resource type="Texture2D" uid="uid://ck0gewk1pgjun" path="res://Assets/Character/Holo/Pekora/UsadaPekora_right_03.png" id="19_8vk5g"] +[ext_resource type="Texture2D" uid="uid://d03mrquw7vldj" path="res://Assets/Character/penguin/penguin_down_right_3.png" id="19_qd80w"] +[ext_resource type="Texture2D" uid="uid://bkaies0ncl4qb" path="res://Assets/Character/Holo/Pekora/UsadaPekora_ul_02.png" id="20_86vyd"] +[ext_resource type="Texture2D" uid="uid://b7od65cj6hj4w" path="res://Assets/Character/Holo/Ina/NinomaeInanis_down_left_01.png" id="20_e10n8"] +[ext_resource type="Texture2D" uid="uid://dh7nhvleaarfu" path="res://Assets/Character/penguin/penguin_down_1.png" id="20_rtb3l"] +[ext_resource type="Texture2D" uid="uid://ymkleivbn5j7" path="res://Assets/Character/penguin/penguin_down_2.png" id="21_8pylw"] +[ext_resource type="Texture2D" uid="uid://dr17rcj67fpwi" path="res://Assets/Character/Holo/Pekora/UsadaPekora_ul_03.png" id="21_gdqcl"] +[ext_resource type="Texture2D" uid="uid://dtswx35b2ngmi" path="res://Assets/Character/Holo/Ina/NinomaeInanis_down_left_02.png" id="21_vd1jv"] +[ext_resource type="Texture2D" uid="uid://lf1sgxuf38kt" path="res://Assets/Character/Holo/Ina/NinomaeInanis_down_left_03.png" id="22_aahxl"] +[ext_resource type="Texture2D" uid="uid://87phvcsigtq6" path="res://Assets/Character/Holo/Pekora/UsadaPekora_ur_02.png" id="22_gy6m2"] +[ext_resource type="Texture2D" uid="uid://dv1lr27m1y61k" path="res://Assets/Character/penguin/penguin_down_3.png" id="22_qdptf"] +[ext_resource type="Texture2D" uid="uid://3xt7rtdxownl" path="res://Assets/Character/Holo/Pekora/UsadaPekora_ur_03.png" id="23_sb37c"] +[ext_resource type="Texture2D" uid="uid://vcwcddefw78w" path="res://Assets/Character/Holo/Kobo/KoboKanaeru_dr_01.png" id="23_yvb5j"] +[ext_resource type="Texture2D" uid="uid://bx5ryq7ubsyv0" path="res://Assets/Character/Bombertux_left_02.png" id="24_3w8f0"] +[ext_resource type="Texture2D" uid="uid://cbtw1i3nqskfv" path="res://Assets/Character/Holo/Pekora/UsadaPekora_up_02.png" id="24_a12kc"] +[ext_resource type="Texture2D" uid="uid://dtk6ftn01tqci" path="res://Assets/Character/Holo/Kobo/KoboKanaeru_dr_02.png" id="24_apv7f"] +[ext_resource type="Texture2D" uid="uid://duqh4qc8an8wn" path="res://Assets/Character/Holo/Pekora/UsadaPekora_up_03.png" id="25_27ap4"] +[ext_resource type="Texture2D" uid="uid://cvt53g6mv5d1l" path="res://Assets/Character/Bombertux_left_03.png" id="25_a8tyt"] +[ext_resource type="Texture2D" uid="uid://cc8jxkqbtlrxw" path="res://Assets/Character/penguin/penguin_left_1.png" id="25_flo7w"] +[ext_resource type="Texture2D" uid="uid://dwaye82y18eh" path="res://Assets/Character/Holo/Kobo/KoboKanaeru_dr_03.png" id="25_m14np"] +[ext_resource type="Texture2D" uid="uid://5ayycagct4kq" path="res://Assets/Character/Bombertux_tl_01.png" id="25_yq6gi"] +[ext_resource type="Texture2D" uid="uid://bre4odsn2am16" path="res://Assets/Character/Bombertux_tr_01.png" id="27_306ru"] +[ext_resource type="Texture2D" uid="uid://c3gbg64i20rko" path="res://Assets/Character/penguin/penguin_right_1.png" id="28_tutgy"] +[ext_resource type="Texture2D" uid="uid://fbhmjatxvjt4" path="res://Assets/Character/Bombertux_right_02.png" id="28_xo5xq"] +[ext_resource type="Texture2D" uid="uid://bfhnrd3mottoh" path="res://Assets/Character/Bombertux_right_03.png" id="29_b7k56"] +[ext_resource type="Texture2D" uid="uid://cc31d0mu04okn" path="res://Assets/Character/Holo/Gura/GawrGura_dr_01.png" id="29_vgq6y"] +[ext_resource type="Texture2D" uid="uid://b0kduyx7i625j" path="res://Assets/Character/Bombertux_up_02.png" id="30_hre0l"] +[ext_resource type="Texture2D" uid="uid://bbb0xbi84mnm8" path="res://Assets/Character/Holo/Gura/GawrGura_dr_02.png" id="30_xb3dn"] +[ext_resource type="Texture2D" uid="uid://1q722oi2rr7w" path="res://Assets/Character/Holo/Gura/GawrGura_dr_03.png" id="31_7o60s"] +[ext_resource type="Texture2D" uid="uid://dra5j7kyvn60n" path="res://Assets/Character/Bombertux_up_03.png" id="31_uc0ud"] +[ext_resource type="Texture2D" uid="uid://c1pffts8irau4" path="res://Assets/Character/penguin/penguin_up_1.png" id="35_86gad"] +[ext_resource type="Texture2D" uid="uid://bbmdbisj2l2tf" path="res://Assets/Character/Holo/LaPlus/LaPlusDarknesss_br_01.png" id="35_idje0"] +[ext_resource type="Texture2D" uid="uid://b8hkyvrvykmfl" path="res://Assets/Character/Holo/Kobo/KoboKanaeru_down_01.png" id="35_r1a3k"] +[ext_resource type="Texture2D" uid="uid://dp0sclb4q6uv8" path="res://Assets/Character/Holo/LaPlus/LaPlusDarknesss_br_02.png" id="36_6fb0q"] +[ext_resource type="Texture2D" uid="uid://b7e1u0e22hu4i" path="res://Assets/Character/Holo/Kobo/KoboKanaeru_down_02.png" id="36_kfmas"] +[ext_resource type="Texture2D" uid="uid://ccw1mjygk30u0" path="res://Assets/Character/penguin/penguin_up_left_1.png" id="37_dq3px"] +[ext_resource type="Texture2D" uid="uid://cueq2tap6b221" path="res://Assets/Character/Holo/Kobo/KoboKanaeru_down_03.png" id="37_xc54d"] +[ext_resource type="Texture2D" uid="uid://4o1njrmyxnki" path="res://Assets/Character/Holo/LaPlus/LaPlusDarknesss_br_03.png" id="37_y8hwr"] +[ext_resource type="Texture2D" uid="uid://dxwythouviq24" path="res://Assets/Character/Bombertux_tl_02.png" id="39_adgd6"] +[ext_resource type="Texture2D" uid="uid://cgke0xkostpir" path="res://Assets/Character/Bombertux_tl_03.png" id="40_2qt3f"] +[ext_resource type="Texture2D" uid="uid://cnoltp26bpiqg" path="res://Assets/Character/penguin/penguin_left_2.png" id="40_nklvq"] +[ext_resource type="Texture2D" uid="uid://dcdyhprb3ak8j" path="res://Assets/Character/penguin/penguin_up_right_1.png" id="40_uqosb"] +[ext_resource type="Texture2D" uid="uid://bh0ualed02kfk" path="res://Assets/Character/Holo/Ina/NinomaeInanis_down_right_01.png" id="41_kbiv4"] +[ext_resource type="Texture2D" uid="uid://cmuar0trs72ud" path="res://Assets/Character/penguin/penguin_left_3.png" id="41_w4jfx"] +[ext_resource type="Texture2D" uid="uid://dkhomk7pbdloo" path="res://Assets/Character/Holo/Ina/NinomaeInanis_down_right_02.png" id="42_k6oxv"] +[ext_resource type="Texture2D" uid="uid://bu75q2qjvx56b" path="res://Assets/Character/Holo/Ina/NinomaeInanis_down_right_03.png" id="43_t0k44"] +[ext_resource type="Texture2D" uid="uid://cvqxg8o8nr8mj" path="res://Assets/Character/Holo/Gura/GawrGura_down_01.png" id="44_4nlp3"] +[ext_resource type="Texture2D" uid="uid://c8ncq8n2yt4ck" path="res://Assets/Character/Bombertux_tr_02.png" id="44_5xf4t"] +[ext_resource type="Texture2D" uid="uid://bmbk4hen33234" path="res://Assets/Character/Holo/Gura/GawrGura_down_02.png" id="45_pe74j"] +[ext_resource type="Texture2D" uid="uid://dn2xgvyv1x1no" path="res://Assets/Character/Bombertux_tr_03.png" id="45_wm3nh"] +[ext_resource type="Texture2D" uid="uid://btidt11hjb82g" path="res://Assets/Character/Holo/Gura/GawrGura_down_03.png" id="46_h8ehk"] +[ext_resource type="Texture2D" uid="uid://bf3fxygv68mik" path="res://Assets/Character/penguin/penguin_right_2.png" id="46_inbta"] +[ext_resource type="Texture2D" uid="uid://dli4rtn4tqatt" path="res://Assets/Character/penguin/penguin_right_3.png" id="47_aj4lv"] +[ext_resource type="Texture2D" uid="uid://svua8f20txyq" path="res://Assets/Character/Holo/Gura/GawrGura_left_01.png" id="51_7i8jc"] +[ext_resource type="Texture2D" uid="uid://b1b010qbrmtmr" path="res://Assets/Character/Holo/Kobo/KoboKanaeru_up_01.png" id="53_b6jl6"] +[ext_resource type="Texture2D" uid="uid://dgp48duhmcn4" path="res://Assets/Character/Holo/LaPlus/LaPlusDarknesss_down_01.png" id="53_xbxp6"] +[ext_resource type="Texture2D" uid="uid://cbkpxk06vit1f" path="res://Assets/Character/Holo/LaPlus/LaPlusDarknesss_down_02.png" id="54_undju"] +[ext_resource type="Texture2D" uid="uid://dp0kqyfai64f2" path="res://Assets/Character/Holo/LaPlus/LaPlusDarknesss_down_03.png" id="55_5xpub"] +[ext_resource type="Texture2D" uid="uid://c034tm36qlvw8" path="res://Assets/Character/Holo/Gura/GawrGura_right_01.png" id="56_qdwqa"] +[ext_resource type="Texture2D" uid="uid://cxh2e0d3w8ouy" path="res://Assets/Character/penguin/penguin_up_left_2.png" id="60_ai4g4"] +[ext_resource type="Texture2D" uid="uid://ieqcb1jaihhg" path="res://Assets/Character/penguin/penguin_up_2.png" id="60_boinu"] +[ext_resource type="Texture2D" uid="uid://bj5cpftvgdc8i" path="res://Assets/Character/Holo/Kobo/KoboKanaeru_left_01.png" id="60_jtfgy"] +[ext_resource type="Texture2D" uid="uid://dxwmqg5f4ss5v" path="res://Assets/Character/penguin/penguin_up_left_3.png" id="61_1yd4d"] +[ext_resource type="Texture2D" uid="uid://d2kdvsdx0uj8e" path="res://Assets/Character/Holo/Kobo/KoboKanaeru_left_02.png" id="61_233jb"] +[ext_resource type="Texture2D" uid="uid://baf6wcwslbict" path="res://Assets/Character/penguin/penguin_up_3.png" id="61_s8j4e"] +[ext_resource type="Texture2D" uid="uid://dqhlfr5sip3jx" path="res://Assets/Character/Holo/Ina/NinomaeInanis_down_01.png" id="62_3so0w"] +[ext_resource type="Texture2D" uid="uid://pqn6v6t6xod2" path="res://Assets/Character/Holo/Kobo/KoboKanaeru_left_03.png" id="62_opbea"] +[ext_resource type="Texture2D" uid="uid://cb2jubll0rph5" path="res://Assets/Character/Holo/Ina/NinomaeInanis_down_02.png" id="63_v5esf"] +[ext_resource type="Texture2D" uid="uid://stuh03wwnfxf" path="res://Assets/Character/Holo/Ina/NinomaeInanis_down_03.png" id="64_n0vsb"] +[ext_resource type="Texture2D" uid="uid://ejpd134k0hyf" path="res://Assets/Character/penguin/penguin_up_right_2.png" id="66_dpry5"] +[ext_resource type="Texture2D" uid="uid://b3v84qae3xw3d" path="res://Assets/Character/penguin/penguin_up_right_3.png" id="67_2lf6k"] +[ext_resource type="Texture2D" uid="uid://cmtl2x0jhq4m" path="res://Assets/Character/Holo/Gura/GawrGura_up_01.png" id="67_matnp"] +[ext_resource type="Texture2D" uid="uid://d12blueat23nj" path="res://Assets/Character/Holo/Kobo/KoboKanaeru_right_01.png" id="69_iys7b"] +[ext_resource type="Texture2D" uid="uid://b4iq7se45g6sg" path="res://Assets/Character/Holo/Kobo/KoboKanaeru_right_02.png" id="70_35gnk"] +[ext_resource type="Texture2D" uid="uid://c6shsnad3uijt" path="res://Assets/Character/Holo/Ina/NinomaeInanis_left_01.png" id="71_d6foj"] +[ext_resource type="Texture2D" uid="uid://dhytix465d1v5" path="res://Assets/Character/Holo/Kobo/KoboKanaeru_right_03.png" id="71_wfj4y"] +[ext_resource type="Texture2D" uid="uid://dfx2orgls862j" path="res://Assets/Character/Holo/Gura/GawrGura_left_02.png" id="76_8wfx4"] +[ext_resource type="Texture2D" uid="uid://cyhmqp161kior" path="res://Assets/Character/Holo/Gura/GawrGura_left_03.png" id="77_1sa8h"] +[ext_resource type="Texture2D" uid="uid://dovmicds5ybvo" path="res://Assets/Character/Holo/Ina/NinomaeInanis_right_01.png" id="78_kxgpp"] +[ext_resource type="Texture2D" uid="uid://dmd866f067qlk" path="res://Assets/Character/Holo/Kobo/KoboKanaeru_ul_01.png" id="78_sujcj"] +[ext_resource type="Texture2D" uid="uid://fgcwda0x8enh" path="res://Assets/Character/Holo/Kobo/KoboKanaeru_ul_02.png" id="79_wrq0d"] +[ext_resource type="Texture2D" uid="uid://414meb6cix0h" path="res://Assets/Character/Holo/Kobo/KoboKanaeru_ul_03.png" id="80_j3yad"] +[ext_resource type="Texture2D" uid="uid://d4hhkkt3j7mjn" path="res://Assets/Character/Holo/Gura/GawrGura_right_02.png" id="86_q3fjc"] +[ext_resource type="Texture2D" uid="uid://mh5jvd54uw0m" path="res://Assets/Character/Holo/LaPlus/LaPlusDarknesss_left_01.png" id="87_3v3au"] +[ext_resource type="Texture2D" uid="uid://ba4eattehw45s" path="res://Assets/Character/Holo/Gura/GawrGura_right_03.png" id="87_bx2vg"] +[ext_resource type="Texture2D" uid="uid://qeerbu5ta4ns" path="res://Assets/Character/Holo/Kobo/KoboKanaeru_ur_01.png" id="87_thdm6"] +[ext_resource type="Texture2D" uid="uid://cqg82h5kjcjqf" path="res://Assets/Character/Holo/Kobo/KoboKanaeru_ur_02.png" id="88_cbdol"] +[ext_resource type="Texture2D" uid="uid://c5o0acwuw1iur" path="res://Assets/Character/Holo/LaPlus/LaPlusDarknesss_left_02.png" id="88_e5643"] +[ext_resource type="Texture2D" uid="uid://dpy1uptje7hbu" path="res://Assets/Character/Holo/LaPlus/LaPlusDarknesss_left_03.png" id="89_3eh6o"] +[ext_resource type="Texture2D" uid="uid://cv2tv3712kw7d" path="res://Assets/Character/Holo/Kobo/KoboKanaeru_ur_03.png" id="89_m6khd"] +[ext_resource type="Texture2D" uid="uid://b607p446isbpj" path="res://Assets/Character/Holo/Ina/NinomaeInanis_up_01.png" id="91_f7eq1"] +[ext_resource type="Texture2D" uid="uid://utne6u46pc4c" path="res://Assets/Character/Holo/Kobo/KoboKanaeru_up_02.png" id="96_pwxru"] +[ext_resource type="Texture2D" uid="uid://dnxmn81vmcrsv" path="res://Assets/Character/Holo/Kobo/KoboKanaeru_up_03.png" id="97_aarj8"] +[ext_resource type="Texture2D" uid="uid://djuj27gfbllha" path="res://Assets/Character/Holo/Gura/GawrGura_ul_01.png" id="97_gmupb"] +[ext_resource type="Texture2D" uid="uid://b3wys0lqjlnbv" path="res://Assets/Character/Holo/Gura/GawrGura_ul_02.png" id="98_lskao"] +[ext_resource type="Texture2D" uid="uid://dvxdrwcn753i7" path="res://Assets/Character/Holo/Gura/GawrGura_ul_03.png" id="99_ll176"] +[ext_resource type="Texture2D" uid="uid://c77s5363bpcv4" path="res://Assets/Character/Holo/LaPlus/LaPlusDarknesss_right_01.png" id="100_ijmq1"] +[ext_resource type="Texture2D" uid="uid://b5jk1hinhs1tw" path="res://Assets/Character/Holo/LaPlus/LaPlusDarknesss_right_02.png" id="101_5uxom"] +[ext_resource type="Texture2D" uid="uid://b2nqvjo1sc6af" path="res://Assets/Character/Holo/LaPlus/LaPlusDarknesss_right_03.png" id="102_84gts"] +[ext_resource type="Texture2D" uid="uid://bs28mxdd3nt6a" path="res://Assets/Character/Holo/Ina/NinomaeInanis_left_02.png" id="104_t4g4b"] +[ext_resource type="Texture2D" uid="uid://bkomxxjsbl4ww" path="res://Assets/Character/Holo/Ina/NinomaeInanis_left_03.png" id="105_54jqw"] +[ext_resource type="Texture2D" uid="uid://lgqu6sg60kyx" path="res://Assets/Character/Holo/Gura/GawrGura_ur_01.png" id="109_lcq7q"] +[ext_resource type="Texture2D" uid="uid://bc54mk0m5io2" path="res://Assets/Character/Holo/Gura/GawrGura_ur_02.png" id="110_7lwfn"] +[ext_resource type="Texture2D" uid="uid://c5mge4gbx8tnu" path="res://Assets/Character/Holo/Gura/GawrGura_ur_03.png" id="111_0ahui"] +[ext_resource type="Texture2D" uid="uid://c0rjhu8ef4w8g" path="res://Assets/Character/Holo/LaPlus/LaPlusDarknesss_ul_01.png" id="115_40rp0"] +[ext_resource type="Texture2D" uid="uid://dea6ae3cvd843" path="res://Assets/Character/Holo/LaPlus/LaPlusDarknesss_ul_02.png" id="116_05nj3"] +[ext_resource type="Texture2D" uid="uid://b436jxlaxwmrn" path="res://Assets/Character/Holo/LaPlus/LaPlusDarknesss_ul_03.png" id="117_axdnj"] +[ext_resource type="Texture2D" uid="uid://ccuqrp5r5rfd5" path="res://Assets/Character/Holo/Ina/NinomaeInanis_right_02.png" id="118_v5d4i"] +[ext_resource type="Texture2D" uid="uid://dstumsmrleek5" path="res://Assets/Character/Holo/Ina/NinomaeInanis_right_03.png" id="119_rxjh8"] +[ext_resource type="Texture2D" uid="uid://baxh7gabx76px" path="res://Assets/Character/Holo/Gura/GawrGura_up_02.png" id="120_dciip"] +[ext_resource type="Texture2D" uid="uid://dfsyc38ky6oy" path="res://Assets/Character/Holo/Gura/GawrGura_up_03.png" id="121_5lajo"] +[ext_resource type="Texture2D" uid="uid://dsv7wk8cap87g" path="res://Assets/Character/Holo/LaPlus/LaPlusDarknesss_ur_01.png" id="130_qe8ux"] +[ext_resource type="Texture2D" uid="uid://c72elk7k1ts7f" path="res://Assets/Character/Holo/LaPlus/LaPlusDarknesss_ur_02.png" id="131_xu66o"] +[ext_resource type="Texture2D" uid="uid://fprs526j8c3c" path="res://Assets/Character/Holo/LaPlus/LaPlusDarknesss_ur_03.png" id="132_r33ce"] +[ext_resource type="Texture2D" uid="uid://co2mpw170mwds" path="res://Assets/Character/Holo/Ina/NinomaeInanis_up_left_01.png" id="135_osl17"] +[ext_resource type="Texture2D" uid="uid://b4507tblibrwa" path="res://Assets/Character/Holo/Ina/NinomaeInanis_up_left_02.png" id="136_uoupu"] +[ext_resource type="Texture2D" uid="uid://drs1wjbqbtq64" path="res://Assets/Character/Holo/Ina/NinomaeInanis_up_left_03.png" id="137_chd0s"] +[ext_resource type="Texture2D" uid="uid://dy2romrcajvgv" path="res://Assets/Character/Holo/LaPlus/LaPlusDarknesss_up_01.png" id="143_2fchj"] +[ext_resource type="Texture2D" uid="uid://bh3prp5mtf8jc" path="res://Assets/Character/Holo/LaPlus/LaPlusDarknesss_up_02.png" id="144_eha53"] +[ext_resource type="Texture2D" uid="uid://dvtot7h2teqv4" path="res://Assets/Character/Holo/LaPlus/LaPlusDarknesss_up_03.png" id="145_4spib"] +[ext_resource type="Texture2D" uid="uid://buklt244x8gn3" path="res://Assets/Character/Holo/Ina/NinomaeInanis_up_right_01.png" id="153_dixcp"] +[ext_resource type="Texture2D" uid="uid://cb5qwp5jvhy0e" path="res://Assets/Character/Holo/Ina/NinomaeInanis_up_right_02.png" id="154_ebl4g"] +[ext_resource type="Texture2D" uid="uid://dcfayukkk1xlm" path="res://Assets/Character/Holo/Ina/NinomaeInanis_up_right_03.png" id="155_3m11r"] +[ext_resource type="Texture2D" uid="uid://c0uuqevdkyapr" path="res://Assets/Character/Holo/Ina/NinomaeInanis_up_02.png" id="168_hfmsh"] +[ext_resource type="Texture2D" uid="uid://b6c82aarnyxuo" path="res://Assets/Character/Holo/Ina/NinomaeInanis_up_03.png" id="169_7po3w"] [sub_resource type="SpriteFrames" id="SpriteFrames_fu51i"] animations = [{ @@ -42,11 +186,113 @@ animations = [{ "texture": ExtResource("4_rba8x") }], "loop": true, -"name": &"bottom_left", +"name": &"bottom_left_0", "speed": 4.0 }, { "frames": [{ "duration": 1.0, +"texture": ExtResource("6_tnssr") +}, { +"duration": 1.0, +"texture": ExtResource("5_ear4k") +}, { +"duration": 1.0, +"texture": ExtResource("7_u7twu") +}, { +"duration": 1.0, +"texture": ExtResource("5_ear4k") +}], +"loop": true, +"name": &"bottom_left_2", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("8_u2d63") +}, { +"duration": 1.0, +"texture": ExtResource("9_hlcnf") +}, { +"duration": 1.0, +"texture": ExtResource("8_u2d63") +}, { +"duration": 1.0, +"texture": ExtResource("10_6lft3") +}], +"loop": true, +"name": &"bottom_left_3", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("11_3csmu") +}, { +"duration": 1.0, +"texture": ExtResource("12_qtu6n") +}, { +"duration": 1.0, +"texture": ExtResource("11_3csmu") +}, { +"duration": 1.0, +"texture": ExtResource("13_axhhs") +}], +"loop": true, +"name": &"bottom_left_4", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("14_g2fa2") +}, { +"duration": 1.0, +"texture": ExtResource("15_3qvru") +}, { +"duration": 1.0, +"texture": ExtResource("14_g2fa2") +}, { +"duration": 1.0, +"texture": ExtResource("16_p06r1") +}], +"loop": true, +"name": &"bottom_left_5", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("17_o2j3p") +}, { +"duration": 1.0, +"texture": ExtResource("18_cjeue") +}, { +"duration": 1.0, +"texture": ExtResource("17_o2j3p") +}, { +"duration": 1.0, +"texture": ExtResource("19_2bq37") +}], +"loop": true, +"name": &"bottom_left_6", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("20_e10n8") +}, { +"duration": 1.0, +"texture": ExtResource("21_vd1jv") +}, { +"duration": 1.0, +"texture": ExtResource("20_e10n8") +}, { +"duration": 1.0, +"texture": ExtResource("22_aahxl") +}], +"loop": true, +"name": &"bottom_left_7", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, "texture": ExtResource("3_177dx") }, { "duration": 1.0, @@ -59,11 +305,113 @@ animations = [{ "texture": ExtResource("7_66d3g") }], "loop": true, -"name": &"bottom_right", +"name": &"bottom_right_0", "speed": 4.0 }, { "frames": [{ "duration": 1.0, +"texture": ExtResource("12_27vo4") +}, { +"duration": 1.0, +"texture": ExtResource("11_d5erq") +}, { +"duration": 1.0, +"texture": ExtResource("13_r0uu2") +}, { +"duration": 1.0, +"texture": ExtResource("11_d5erq") +}], +"loop": true, +"name": &"bottom_right_2", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("17_d8n67") +}, { +"duration": 1.0, +"texture": ExtResource("18_oyg1p") +}, { +"duration": 1.0, +"texture": ExtResource("17_d8n67") +}, { +"duration": 1.0, +"texture": ExtResource("19_qd80w") +}], +"loop": true, +"name": &"bottom_right_3", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("23_yvb5j") +}, { +"duration": 1.0, +"texture": ExtResource("24_apv7f") +}, { +"duration": 1.0, +"texture": ExtResource("23_yvb5j") +}, { +"duration": 1.0, +"texture": ExtResource("25_m14np") +}], +"loop": true, +"name": &"bottom_right_4", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("29_vgq6y") +}, { +"duration": 1.0, +"texture": ExtResource("30_xb3dn") +}, { +"duration": 1.0, +"texture": ExtResource("29_vgq6y") +}, { +"duration": 1.0, +"texture": ExtResource("31_7o60s") +}], +"loop": true, +"name": &"bottom_right_5", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("35_idje0") +}, { +"duration": 1.0, +"texture": ExtResource("36_6fb0q") +}, { +"duration": 1.0, +"texture": ExtResource("35_idje0") +}, { +"duration": 1.0, +"texture": ExtResource("37_y8hwr") +}], +"loop": true, +"name": &"bottom_right_6", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("41_kbiv4") +}, { +"duration": 1.0, +"texture": ExtResource("42_k6oxv") +}, { +"duration": 1.0, +"texture": ExtResource("41_kbiv4") +}, { +"duration": 1.0, +"texture": ExtResource("43_t0k44") +}], +"loop": true, +"name": &"bottom_right_7", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, "texture": ExtResource("2_p4v8h") }, { "duration": 1.0, @@ -76,15 +424,133 @@ animations = [{ "texture": ExtResource("10_7c2nx") }], "loop": true, -"name": &"down", +"name": &"down_0", "speed": 4.0 }, { "frames": [{ "duration": 1.0, +"texture": ExtResource("12_0qyej") +}, { +"duration": 1.0, +"texture": ExtResource("11_jb6y6") +}, { +"duration": 1.0, +"texture": ExtResource("13_tmqtb") +}, { +"duration": 1.0, +"texture": ExtResource("11_jb6y6") +}], +"loop": true, +"name": &"down_2", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("20_rtb3l") +}, { +"duration": 1.0, +"texture": ExtResource("21_8pylw") +}, { +"duration": 1.0, +"texture": ExtResource("20_rtb3l") +}, { +"duration": 1.0, +"texture": ExtResource("22_qdptf") +}], +"loop": true, +"name": &"down_3", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("35_r1a3k") +}, { +"duration": 1.0, +"texture": ExtResource("36_kfmas") +}, { +"duration": 1.0, +"texture": ExtResource("35_r1a3k") +}, { +"duration": 1.0, +"texture": ExtResource("37_xc54d") +}], +"loop": true, +"name": &"down_4", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("44_4nlp3") +}, { +"duration": 1.0, +"texture": ExtResource("45_pe74j") +}, { +"duration": 1.0, +"texture": ExtResource("44_4nlp3") +}, { +"duration": 1.0, +"texture": ExtResource("46_h8ehk") +}], +"loop": true, +"name": &"down_5", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("53_xbxp6") +}, { +"duration": 1.0, +"texture": ExtResource("54_undju") +}, { +"duration": 1.0, +"texture": ExtResource("53_xbxp6") +}, { +"duration": 1.0, +"texture": ExtResource("55_5xpub") +}], +"loop": true, +"name": &"down_6", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("62_3so0w") +}, { +"duration": 1.0, +"texture": ExtResource("63_v5esf") +}, { +"duration": 1.0, +"texture": ExtResource("62_3so0w") +}, { +"duration": 1.0, +"texture": ExtResource("64_n0vsb") +}], +"loop": true, +"name": &"down_7", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, "texture": ExtResource("2_jla7x") }], "loop": true, -"name": &"idle_bottom_left", +"name": &"idle_bottom_left_0", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("5_ear4k") +}], +"loop": true, +"name": &"idle_bottom_left_2", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("8_u2d63") +}], +"loop": true, +"name": &"idle_bottom_left_3", "speed": 5.0 }, { "frames": [{ @@ -92,7 +558,23 @@ animations = [{ "texture": ExtResource("3_177dx") }], "loop": true, -"name": &"idle_bottom_right", +"name": &"idle_bottom_right_0", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("11_d5erq") +}], +"loop": true, +"name": &"idle_bottom_right_2", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("17_d8n67") +}], +"loop": true, +"name": &"idle_bottom_right_3", "speed": 5.0 }, { "frames": [{ @@ -100,7 +582,55 @@ animations = [{ "texture": ExtResource("2_p4v8h") }], "loop": true, -"name": &"idle_down", +"name": &"idle_down_0", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("11_jb6y6") +}], +"loop": true, +"name": &"idle_down_2", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("20_rtb3l") +}], +"loop": true, +"name": &"idle_down_3", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("35_r1a3k") +}], +"loop": true, +"name": &"idle_down_4", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("44_4nlp3") +}], +"loop": true, +"name": &"idle_down_5", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("53_xbxp6") +}], +"loop": true, +"name": &"idle_down_6", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("62_3so0w") +}], +"loop": true, +"name": &"idle_down_7", "speed": 5.0 }, { "frames": [{ @@ -108,7 +638,55 @@ animations = [{ "texture": ExtResource("5_qp5pw") }], "loop": true, -"name": &"idle_left", +"name": &"idle_left_0", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("15_t2us4") +}], +"loop": true, +"name": &"idle_left_2", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("25_flo7w") +}], +"loop": true, +"name": &"idle_left_3", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("60_jtfgy") +}], +"loop": true, +"name": &"idle_left_4", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("51_7i8jc") +}], +"loop": true, +"name": &"idle_left_5", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("87_3v3au") +}], +"loop": true, +"name": &"idle_left_6", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("71_d6foj") +}], +"loop": true, +"name": &"idle_left_7", "speed": 5.0 }, { "frames": [{ @@ -116,7 +694,55 @@ animations = [{ "texture": ExtResource("6_swanx") }], "loop": true, -"name": &"idle_right", +"name": &"idle_right_0", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("17_iorj5") +}], +"loop": true, +"name": &"idle_right_2", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("28_tutgy") +}], +"loop": true, +"name": &"idle_right_3", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("69_iys7b") +}], +"loop": true, +"name": &"idle_right_4", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("56_qdwqa") +}], +"loop": true, +"name": &"idle_right_5", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("100_ijmq1") +}], +"loop": true, +"name": &"idle_right_6", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("78_kxgpp") +}], +"loop": true, +"name": &"idle_right_7", "speed": 5.0 }, { "frames": [{ @@ -124,7 +750,23 @@ animations = [{ "texture": ExtResource("7_vvdjp") }], "loop": true, -"name": &"idle_top_left", +"name": &"idle_top_left_0", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("25_yq6gi") +}], +"loop": true, +"name": &"idle_top_left_2", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("37_dq3px") +}], +"loop": true, +"name": &"idle_top_left_3", "speed": 5.0 }, { "frames": [{ @@ -132,7 +774,23 @@ animations = [{ "texture": ExtResource("8_ps3gx") }], "loop": true, -"name": &"idle_top_right", +"name": &"idle_top_right_0", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("27_306ru") +}], +"loop": true, +"name": &"idle_top_right_2", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("40_uqosb") +}], +"loop": true, +"name": &"idle_top_right_3", "speed": 5.0 }, { "frames": [{ @@ -140,7 +798,55 @@ animations = [{ "texture": ExtResource("9_g1tvy") }], "loop": true, -"name": &"idle_up", +"name": &"idle_up_0", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("19_1iieo") +}], +"loop": true, +"name": &"idle_up_2", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("35_86gad") +}], +"loop": true, +"name": &"idle_up_3", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("53_b6jl6") +}], +"loop": true, +"name": &"idle_up_4", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("67_matnp") +}], +"loop": true, +"name": &"idle_up_5", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("143_2fchj") +}], +"loop": true, +"name": &"idle_up_6", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("91_f7eq1") +}], +"loop": true, +"name": &"idle_up_7", "speed": 5.0 }, { "frames": [{ @@ -157,11 +863,113 @@ animations = [{ "texture": ExtResource("17_u384x") }], "loop": true, -"name": &"left", +"name": &"left_0", "speed": 4.0 }, { "frames": [{ "duration": 1.0, +"texture": ExtResource("24_3w8f0") +}, { +"duration": 1.0, +"texture": ExtResource("15_t2us4") +}, { +"duration": 1.0, +"texture": ExtResource("25_a8tyt") +}, { +"duration": 1.0, +"texture": ExtResource("15_t2us4") +}], +"loop": true, +"name": &"left_2", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("25_flo7w") +}, { +"duration": 1.0, +"texture": ExtResource("40_nklvq") +}, { +"duration": 1.0, +"texture": ExtResource("25_flo7w") +}, { +"duration": 1.0, +"texture": ExtResource("41_w4jfx") +}], +"loop": true, +"name": &"left_3", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("60_jtfgy") +}, { +"duration": 1.0, +"texture": ExtResource("61_233jb") +}, { +"duration": 1.0, +"texture": ExtResource("60_jtfgy") +}, { +"duration": 1.0, +"texture": ExtResource("62_opbea") +}], +"loop": true, +"name": &"left_4", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("51_7i8jc") +}, { +"duration": 1.0, +"texture": ExtResource("76_8wfx4") +}, { +"duration": 1.0, +"texture": ExtResource("51_7i8jc") +}, { +"duration": 1.0, +"texture": ExtResource("77_1sa8h") +}], +"loop": true, +"name": &"left_5", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("87_3v3au") +}, { +"duration": 1.0, +"texture": ExtResource("88_e5643") +}, { +"duration": 1.0, +"texture": ExtResource("87_3v3au") +}, { +"duration": 1.0, +"texture": ExtResource("89_3eh6o") +}], +"loop": true, +"name": &"left_6", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("71_d6foj") +}, { +"duration": 1.0, +"texture": ExtResource("104_t4g4b") +}, { +"duration": 1.0, +"texture": ExtResource("71_d6foj") +}, { +"duration": 1.0, +"texture": ExtResource("105_54jqw") +}], +"loop": true, +"name": &"left_7", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, "texture": ExtResource("6_swanx") }, { "duration": 1.0, @@ -174,11 +982,113 @@ animations = [{ "texture": ExtResource("19_8vk5g") }], "loop": true, -"name": &"right", +"name": &"right_0", "speed": 4.0 }, { "frames": [{ "duration": 1.0, +"texture": ExtResource("28_xo5xq") +}, { +"duration": 1.0, +"texture": ExtResource("17_iorj5") +}, { +"duration": 1.0, +"texture": ExtResource("29_b7k56") +}, { +"duration": 1.0, +"texture": ExtResource("17_iorj5") +}], +"loop": true, +"name": &"right_2", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("28_tutgy") +}, { +"duration": 1.0, +"texture": ExtResource("46_inbta") +}, { +"duration": 1.0, +"texture": ExtResource("28_tutgy") +}, { +"duration": 1.0, +"texture": ExtResource("47_aj4lv") +}], +"loop": true, +"name": &"right_3", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("69_iys7b") +}, { +"duration": 1.0, +"texture": ExtResource("70_35gnk") +}, { +"duration": 1.0, +"texture": ExtResource("69_iys7b") +}, { +"duration": 1.0, +"texture": ExtResource("71_wfj4y") +}], +"loop": true, +"name": &"right_4", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("56_qdwqa") +}, { +"duration": 1.0, +"texture": ExtResource("86_q3fjc") +}, { +"duration": 1.0, +"texture": ExtResource("56_qdwqa") +}, { +"duration": 1.0, +"texture": ExtResource("87_bx2vg") +}], +"loop": true, +"name": &"right_5", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("100_ijmq1") +}, { +"duration": 1.0, +"texture": ExtResource("101_5uxom") +}, { +"duration": 1.0, +"texture": ExtResource("100_ijmq1") +}, { +"duration": 1.0, +"texture": ExtResource("102_84gts") +}], +"loop": true, +"name": &"right_6", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("78_kxgpp") +}, { +"duration": 1.0, +"texture": ExtResource("118_v5d4i") +}, { +"duration": 1.0, +"texture": ExtResource("78_kxgpp") +}, { +"duration": 1.0, +"texture": ExtResource("119_rxjh8") +}], +"loop": true, +"name": &"right_7", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, "texture": ExtResource("7_vvdjp") }, { "duration": 1.0, @@ -191,11 +1101,113 @@ animations = [{ "texture": ExtResource("21_gdqcl") }], "loop": true, -"name": &"top_left", +"name": &"top_left_0", "speed": 4.0 }, { "frames": [{ "duration": 1.0, +"texture": ExtResource("39_adgd6") +}, { +"duration": 1.0, +"texture": ExtResource("25_yq6gi") +}, { +"duration": 1.0, +"texture": ExtResource("40_2qt3f") +}, { +"duration": 1.0, +"texture": ExtResource("25_yq6gi") +}], +"loop": true, +"name": &"top_left_2", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("37_dq3px") +}, { +"duration": 1.0, +"texture": ExtResource("60_ai4g4") +}, { +"duration": 1.0, +"texture": ExtResource("37_dq3px") +}, { +"duration": 1.0, +"texture": ExtResource("61_1yd4d") +}], +"loop": true, +"name": &"top_left_3", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("78_sujcj") +}, { +"duration": 1.0, +"texture": ExtResource("79_wrq0d") +}, { +"duration": 1.0, +"texture": ExtResource("78_sujcj") +}, { +"duration": 1.0, +"texture": ExtResource("80_j3yad") +}], +"loop": true, +"name": &"top_left_4", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("97_gmupb") +}, { +"duration": 1.0, +"texture": ExtResource("98_lskao") +}, { +"duration": 1.0, +"texture": ExtResource("97_gmupb") +}, { +"duration": 1.0, +"texture": ExtResource("99_ll176") +}], +"loop": true, +"name": &"top_left_5", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("115_40rp0") +}, { +"duration": 1.0, +"texture": ExtResource("116_05nj3") +}, { +"duration": 1.0, +"texture": ExtResource("115_40rp0") +}, { +"duration": 1.0, +"texture": ExtResource("117_axdnj") +}], +"loop": true, +"name": &"top_left_6", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("135_osl17") +}, { +"duration": 1.0, +"texture": ExtResource("136_uoupu") +}, { +"duration": 1.0, +"texture": ExtResource("135_osl17") +}, { +"duration": 1.0, +"texture": ExtResource("137_chd0s") +}], +"loop": true, +"name": &"top_left_7", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, "texture": ExtResource("8_ps3gx") }, { "duration": 1.0, @@ -208,11 +1220,113 @@ animations = [{ "texture": ExtResource("23_sb37c") }], "loop": true, -"name": &"top_right", +"name": &"top_right_0", "speed": 4.0 }, { "frames": [{ "duration": 1.0, +"texture": ExtResource("44_5xf4t") +}, { +"duration": 1.0, +"texture": ExtResource("27_306ru") +}, { +"duration": 1.0, +"texture": ExtResource("45_wm3nh") +}, { +"duration": 1.0, +"texture": ExtResource("27_306ru") +}], +"loop": true, +"name": &"top_right_2", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("40_uqosb") +}, { +"duration": 1.0, +"texture": ExtResource("66_dpry5") +}, { +"duration": 1.0, +"texture": ExtResource("40_uqosb") +}, { +"duration": 1.0, +"texture": ExtResource("67_2lf6k") +}], +"loop": true, +"name": &"top_right_3", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("87_thdm6") +}, { +"duration": 1.0, +"texture": ExtResource("88_cbdol") +}, { +"duration": 1.0, +"texture": ExtResource("87_thdm6") +}, { +"duration": 1.0, +"texture": ExtResource("89_m6khd") +}], +"loop": true, +"name": &"top_right_4", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("109_lcq7q") +}, { +"duration": 1.0, +"texture": ExtResource("110_7lwfn") +}, { +"duration": 1.0, +"texture": ExtResource("109_lcq7q") +}, { +"duration": 1.0, +"texture": ExtResource("111_0ahui") +}], +"loop": true, +"name": &"top_right_5", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("130_qe8ux") +}, { +"duration": 1.0, +"texture": ExtResource("131_xu66o") +}, { +"duration": 1.0, +"texture": ExtResource("130_qe8ux") +}, { +"duration": 1.0, +"texture": ExtResource("132_r33ce") +}], +"loop": true, +"name": &"top_right_6", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("153_dixcp") +}, { +"duration": 1.0, +"texture": ExtResource("154_ebl4g") +}, { +"duration": 1.0, +"texture": ExtResource("153_dixcp") +}, { +"duration": 1.0, +"texture": ExtResource("155_3m11r") +}], +"loop": true, +"name": &"top_right_7", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, "texture": ExtResource("9_g1tvy") }, { "duration": 1.0, @@ -225,8 +1339,110 @@ animations = [{ "texture": ExtResource("25_27ap4") }], "loop": true, -"name": &"up", +"name": &"up_0", "speed": 4.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("30_hre0l") +}, { +"duration": 1.0, +"texture": ExtResource("19_1iieo") +}, { +"duration": 1.0, +"texture": ExtResource("31_uc0ud") +}, { +"duration": 1.0, +"texture": ExtResource("19_1iieo") +}], +"loop": true, +"name": &"up_2", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("35_86gad") +}, { +"duration": 1.0, +"texture": ExtResource("60_boinu") +}, { +"duration": 1.0, +"texture": ExtResource("35_86gad") +}, { +"duration": 1.0, +"texture": ExtResource("61_s8j4e") +}], +"loop": true, +"name": &"up_3", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("53_b6jl6") +}, { +"duration": 1.0, +"texture": ExtResource("96_pwxru") +}, { +"duration": 1.0, +"texture": ExtResource("53_b6jl6") +}, { +"duration": 1.0, +"texture": ExtResource("97_aarj8") +}], +"loop": true, +"name": &"up_4", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("67_matnp") +}, { +"duration": 1.0, +"texture": ExtResource("120_dciip") +}, { +"duration": 1.0, +"texture": ExtResource("67_matnp") +}, { +"duration": 1.0, +"texture": ExtResource("121_5lajo") +}], +"loop": true, +"name": &"up_5", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("143_2fchj") +}, { +"duration": 1.0, +"texture": ExtResource("144_eha53") +}, { +"duration": 1.0, +"texture": ExtResource("143_2fchj") +}, { +"duration": 1.0, +"texture": ExtResource("145_4spib") +}], +"loop": true, +"name": &"up_6", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": ExtResource("91_f7eq1") +}, { +"duration": 1.0, +"texture": ExtResource("168_hfmsh") +}, { +"duration": 1.0, +"texture": ExtResource("91_f7eq1") +}, { +"duration": 1.0, +"texture": ExtResource("169_7po3w") +}], +"loop": true, +"name": &"up_7", +"speed": 5.0 }] [sub_resource type="CapsuleShape2D" id="CapsuleShape2D_xsiww"] @@ -246,7 +1462,7 @@ script = ExtResource("1_2xulf") texture_filter = 1 position = Vector2(0, -3) sprite_frames = SubResource("SpriteFrames_fu51i") -animation = &"idle_down" +animation = &"idle_right_7" [node name="CollisionShape2D" type="CollisionShape2D" parent="."] shape = SubResource("CapsuleShape2D_xsiww") |