feat(combat): Introduce combat_preview.gd for rendering and managing combat scene previews

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
autocommit 2026-06-04 20:30:32 -07:00
parent 11ad9e3d5d
commit 416316a2e8

View file

@ -590,5 +590,5 @@ func _populate_grudge_badge(atk: RefCounted, def: RefCounted) -> void:
badge.add_to_group("grudge_badge")
badge.text = ThemeVocabulary.lookup("combat_grudge_badge")
badge.add_theme_font_size_override("font_size", 13)
badge.add_theme_color_override("font_color", Color(0.95, 0.35, 0.25))
badge.add_theme_color_override("font_color", ThemeAssets.color("semantic.negative"))
add_child(badge)