removed dead code

main
Artur 2026-05-20 20:58:54 +02:00
parent c0c7f43613
commit 56afc148f1
2 changed files with 1 additions and 2 deletions

View File

@ -789,7 +789,7 @@ shape = SubResource("CapsuleShape2D_u8vuu")
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="." unique_id=1616479252]
texture_filter = 1
sprite_frames = SubResource("SpriteFrames_giy8y")
animation = &"attack_left"
animation = &"run_down"
[node name="MeleeArea" type="Area2D" parent="." unique_id=24997730]

View File

@ -4,7 +4,6 @@ var current_xp = 0
var max_xp = 5
var level = 1
var speed = 60
var damage: int = 10
var strength = 3
var attacks = false