[gd_scene load_steps=7 format=3 uid="uid://cpanatqdjjpa3"] [ext_resource type="Script" path="res://scripts/CSharp/Common/FightOld/Fighter.cs" id="1_f3j2x"] [ext_resource type="Texture2D" uid="uid://om2axn1vfa5o" path="res://art/animation/Vesna2D/Vesna Anims Sequences/S01-Idle/0001.png" id="2_2ud32"] [ext_resource type="Texture2D" uid="uid://qlfwuakhe57t" path="res://art/ui/UI/attack_select_wheel.png" id="3_80knd"] [ext_resource type="AudioStream" uid="uid://ch4c1wh4ghxyo" path="res://audio/sfx/Battle/Vesna/SFX_Battle_Vesna_Defense_08.wav" id="5_4r2vf"] [ext_resource type="AudioStream" uid="uid://ccionrfr6e3lb" path="res://audio/sfx/Battle/Vesna/SFX_Battle_Vesna_Attack_04.wav" id="6_u1ayv"] [sub_resource type="CircleShape2D" id="CircleShape2D_0tqnl"] radius = 291.58 [node name="VesnaFighter" type="Node2D" node_paths=PackedStringArray("_attackButtons", "_targetButtons", "_targetMarker", "_healthText", "_visualSprite")] script = ExtResource("1_f3j2x") name = "Vesna" maxHealth = 100 attackStrength = 10 maxActions = null _attackButtons = NodePath("") _targetButtons = NodePath("TargetButtons") _targetMarker = NodePath("TargetButtons/TargetMarker") _healthText = NodePath("HealthShow") _visualSprite = NodePath("Sprite2D") [node name="Sprite2D" type="Sprite2D" parent="."] texture = ExtResource("2_2ud32") offset = Vector2(43, -379) [node name="TargetButtons" type="Node2D" parent="."] visible = false [node name="TargetMarker" type="Sprite2D" parent="TargetButtons"] visible = false z_index = 200 position = Vector2(8, -122) scale = Vector2(4.245, 4.245) texture = ExtResource("3_80knd") [node name="Area2D" type="Area2D" parent="TargetButtons"] position = Vector2(3, -76) [node name="CollisionShape2D" type="CollisionShape2D" parent="TargetButtons/Area2D"] shape = SubResource("CircleShape2D_0tqnl") [node name="HealthShow" type="Label" parent="."] z_index = 200 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_left = -197.0 offset_top = -947.0 offset_right = 207.0 offset_bottom = -801.0 grow_horizontal = 2 grow_vertical = 2 theme_override_font_sizes/font_size = 106 text = "100/100" horizontal_alignment = 1 vertical_alignment = 1 [node name="HitAudio" type="AudioStreamPlayer" parent="."] stream = ExtResource("5_4r2vf") [node name="AttackAudio" type="AudioStreamPlayer" parent="."] stream = ExtResource("6_u1ayv")