mirror of
https://github.com/nacabaro/vbhelper.git
synced 2026-06-05 22:02:54 +00:00
Changed to use small attack sprites instead of large.
This commit is contained in:
parent
c4450296db
commit
54b2905196
@ -845,7 +845,7 @@ fun MiddleBattleView(
|
|||||||
|
|
||||||
AttackSpriteImage(
|
AttackSpriteImage(
|
||||||
characterId = opponentCharacter?.charaId ?: "dim011_mon01",
|
characterId = opponentCharacter?.charaId ?: "dim011_mon01",
|
||||||
isLarge = true,
|
isLarge = false,
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.size(60.dp)
|
.size(60.dp)
|
||||||
.offset(
|
.offset(
|
||||||
@ -932,7 +932,7 @@ fun MiddleBattleView(
|
|||||||
|
|
||||||
AttackSpriteImage(
|
AttackSpriteImage(
|
||||||
characterId = activeCharacter?.charaId ?: "dim011_mon01",
|
characterId = activeCharacter?.charaId ?: "dim011_mon01",
|
||||||
isLarge = true,
|
isLarge = false,
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.size(60.dp)
|
.size(60.dp)
|
||||||
.offset(
|
.offset(
|
||||||
@ -1284,7 +1284,7 @@ fun PlayerBattleView(
|
|||||||
if (!isTransitioning && !hidePlayerAttackSprite) {
|
if (!isTransitioning && !hidePlayerAttackSprite) {
|
||||||
AttackSpriteImage(
|
AttackSpriteImage(
|
||||||
characterId = characterId,
|
characterId = characterId,
|
||||||
isLarge = true,
|
isLarge = false,
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.size(60.dp)
|
.size(60.dp)
|
||||||
.offset(
|
.offset(
|
||||||
@ -1458,7 +1458,7 @@ fun EnemyBattleView(
|
|||||||
if (!isTransitioning && !hideEnemyAttackSprite) {
|
if (!isTransitioning && !hideEnemyAttackSprite) {
|
||||||
AttackSpriteImage(
|
AttackSpriteImage(
|
||||||
characterId = characterId,
|
characterId = characterId,
|
||||||
isLarge = true,
|
isLarge = false,
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.size(60.dp)
|
.size(60.dp)
|
||||||
.offset(
|
.offset(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user