Improved UI textbox

This commit is contained in:
2026-06-12 11:56:30 -05:00
parent f6a0bb156e
commit 2f3a4eab66
39 changed files with 574 additions and 706 deletions
+27
View File
@@ -0,0 +1,27 @@
~ battle_start
A battle has begun!
=> END
~ player_turn
What will {{fighter_name}} do?
=> END
~ move_perform
{{user_name}} used {{move_name}}!
=> END
~ move_hit
{{target_name}} took {{damage}} damage!
=> END
~ move_miss
But it missed!
=> END
~ battle_victory
Victory! All enemies have been defeated.
=> END
~ battle_defeat
The party has fallen...
=> END