Android build v1.1.4

This commit is contained in:
Warren H
2026-06-29 23:06:37 -04:00
parent bbcc67a54a
commit 1797154726
6 changed files with 99 additions and 35 deletions
+4
View File
@@ -1055,6 +1055,9 @@ export function PvpStadiumScreen({
opponentClassName: liveMatch?.opponentClassName ?? (cpuDifficulty ? `CPU ${cpuDifficulty}` : 'CPU'),
opponentParty: cpuSide.party,
opponentEnemyHealth: 0,
opponentResource: cpuSide.resource,
opponentMaxResource: MAX_RESOURCE,
opponentResourceName: gameClass.resourceName,
opponentBuffSummary,
opponentDebuffSummary,
floatingTexts: dualScreenFloatingTexts,
@@ -1083,6 +1086,7 @@ export function PvpStadiumScreen({
controllerIconStyle,
cpuDifficulty,
cpuSide.party,
cpuSide.resource,
cpuSide.survivalSeconds,
directPartyTargeting,
dualScreenFloatingTexts,