Added damage fly number

This commit is contained in:
jonathan
2025-11-11 15:55:15 +01:00
parent 0507f1ee3d
commit 3bb4fcd129
10 changed files with 109 additions and 22 deletions
+18
View File
@@ -0,0 +1,18 @@
[gd_scene load_steps=2 format=3 uid="uid://l1hdihubffeg"]
[ext_resource type="Script" uid="uid://b5i41b6502xam" path="res://scripts/CSharp/Common/Fight/FighterDamageIndicatorFlyingNumber.cs" id="1_m0ub6"]
[node name="DamageFlyingNuber" type="Node2D" node_paths=PackedStringArray("_label")]
script = ExtResource("1_m0ub6")
_label = NodePath("Label")
[node name="Label" type="Label" parent="."]
custom_minimum_size = Vector2(200, 100)
offset_left = -100.0
offset_top = -50.0
offset_right = 100.0
offset_bottom = 50.0
theme_override_font_sizes/font_size = 56
text = "888"
horizontal_alignment = 1
vertical_alignment = 1