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:
parent
11ad9e3d5d
commit
416316a2e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue