Battle Panel Multi Resolution (#203)

* Battle panel interface with support for multiple resolutions and scrollable list

* Support for localized versions of battle panel

* Removed commented out code

* Fixed wrong copypasta in German version
This commit is contained in:
Andrzej Fałkowski
2023-08-20 20:52:34 +03:00
committed by GitHub
parent b91871b518
commit 2060022e94
7 changed files with 268 additions and 140 deletions
+1
View File
@@ -7,6 +7,7 @@
void InitPreBattleInterface( GROUP *pBattleGroup, BOOLEAN fPersistantPBI );
void KillPreBattleInterface();
void RenderPreBattleInterface();
void ScrollPreBattleInterface( BOOLEAN fUp );
extern BOOLEAN gfPreBattleInterfaceActive;
extern BOOLEAN gfDisplayPotentialRetreatPaths;