From 41af6baa139b09e5dcbdb6d131e0d93d4db020ff Mon Sep 17 00:00:00 2001 From: HumanoidSandvichDispenser Date: Thu, 25 May 2023 23:33:21 -0700 Subject: [PATCH] graphical changes --- Assets/Sprites/sword-swing.ase | Bin 1217 -> 1228 bytes Assets/Sprites/sword-swing.png | Bin 395 -> 407 bytes Characters/Player.tscn | 1 - Items/Weapons/Sword.tscn | 4 +++- 4 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Assets/Sprites/sword-swing.ase b/Assets/Sprites/sword-swing.ase index c08ca0e0792996551efca688ab39ab2172d955df..89315b869a5d5a238c8e4b175eff9fe75d3a76e5 100644 GIT binary patch delta 179 zcmX@ed4`km%tpp*OoHnf7#MziWMW7G(jX8q`2~}@LFgRD*>15qyCgR-Sb1G^6W-b* z{m1BvVb83nj!6e53kmwf@+>Y1WGMR_*uuC=Mf>yQ2~6&SOM%*vjq;m3k=as2VaBdq z8bTgQFCJM;F*aaec(IqO7o>c01GCg*YZf^rs9m=tH!#}-@jUS~d~n&dO^xl2Q3ZqC KV+IyOh;jf3dOQOF delta 168 zcmX@Zd61Lw;6}!4OoA&J7#MziWMW7G(jX8t`2~}@)^v+WbM(Y2ZPG49be)>@BJEDY zX`U^KArlTv7AiGlC@U^FX0%CyA;rjb?&Jwf?vu4yq$V$5HV}A`#8A>YfEzIl7b6>rXt(mIoXCqT@hl#Tb>(?a+++PmPmYfspKrooF{3+&|k>lnhwzm08q3z Aw*UYD diff --git a/Assets/Sprites/sword-swing.png b/Assets/Sprites/sword-swing.png index 7d1124f3e3556d3f941b9d299c346a0862f66f47..29d980b1841e0e32eed6a5c35db5307e38d8f0ca 100644 GIT binary patch delta 171 zcmV;c095~r1D6Ak^nZ>?L_t(oh3%J74uCKSL%9(5zn+OPE;A$y3L<9x#kOy#A0sk| zFIhZsexCHYf0%p`u>TomOqd_WUZjseil`-^O>l-Z2B;?p0U&$@AONEB75oGM&<1D% zkO=q@fV}**{_+JV1&JG~?k@*e>CgN`8}vv2qT0nI_~IcE+$4!Co?n{>Aq?5)kqq9s ZqyzhrK??{F-ckSn002ovPDHLkV1hRuN8)*IYh*P zUU)LNyc)LWbzpOT(k75MHa-KJ{k95sAFhG4!P%*%0N(&7AasEse>wuXK#UfsB# z7U&yT7sxpw_I$d)^8BO~tui0|MBhFpxR1x9!GNz0SMb-74j9q;j05TYT+#EL80-K5 N002ovPDHLkV1nOnNuK}! diff --git a/Characters/Player.tscn b/Characters/Player.tscn index 1b6441a..edf0a8f 100644 --- a/Characters/Player.tscn +++ b/Characters/Player.tscn @@ -209,7 +209,6 @@ InventoryMap = { } [node name="Sword" parent="Inventory" instance=ExtResource("7_4rxuv")] -z_index = -1 position = Vector2(0, 2) [node name="Hurtbox" parent="." instance=ExtResource("9_avyu4")] diff --git a/Items/Weapons/Sword.tscn b/Items/Weapons/Sword.tscn index 8871968..75ff400 100644 --- a/Items/Weapons/Sword.tscn +++ b/Items/Weapons/Sword.tscn @@ -384,6 +384,7 @@ gradient = SubResource("Gradient_2ablm") Tracking = NodePath("../Node2D/Sprite2D") [node name="Node2D" type="Node2D" parent="Anchor"] +y_sort_enabled = true position = Vector2(8, 0) [node name="Sprite2D" type="Sprite2D" parent="Anchor/Node2D"] @@ -392,6 +393,7 @@ position = Vector2(0, -8) texture = ExtResource("3_r75ni") [node name="ParryParticles" type="CPUParticles2D" parent="Anchor/Node2D/Sprite2D"] +modulate = Color(1.2, 1.2, 1.2, 1) position = Vector2(-0.221825, -3.12132) rotation = 0.785398 emitting = false @@ -432,7 +434,7 @@ disabled = true [node name="SwingSprite" type="Sprite2D" parent="."] modulate = Color(2, 2, 2, 1) texture = ExtResource("5_pywek") -offset = Vector2(4, 0) +offset = Vector2(8, 0) hframes = 4 [node name="SwingSound" type="AudioStreamPlayer2D" parent="."]