More work on combat

This commit is contained in:
2025-10-09 14:52:47 -04:00
parent 7563e99059
commit 9a216d3285
44 changed files with 547 additions and 103 deletions

View File

@@ -0,0 +1,16 @@
[gd_scene load_steps=2 format=3 uid="uid://4wbwscvayw8c"]
[ext_resource type="Script" uid="uid://cv7wuquahc53c" path="res://scripts/quest_notice_banner.gd" id="1_5gikw"]
[node name="Damage Banner" type="Sprite2D"]
script = ExtResource("1_5gikw")
[node name="Label" type="Label" parent="."]
offset_left = -32.0
offset_top = -26.0
offset_right = 37.0
offset_bottom = 8.0
theme_override_font_sizes/font_size = 24
text = "99999"
horizontal_alignment = 1
vertical_alignment = 1