From cb50bb2994f283763de54c9abde5d196d25432b1 Mon Sep 17 00:00:00 2001 From: Simisays <67333662+Simisays@users.noreply.github.com> Date: Mon, 13 Feb 2023 22:48:12 +0100 Subject: [PATCH] update --- .../adventure/character/CharacterSprite.java | 3 ++- .../Shandalar/maps/map/kiora_island.tmx | 18 ++++++++---------- .../Shandalar/maps/map/slimefoot_boss.tmx | 2 +- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/forge-gui-mobile/src/forge/adventure/character/CharacterSprite.java b/forge-gui-mobile/src/forge/adventure/character/CharacterSprite.java index e22b9e892a3..fe459fb5394 100644 --- a/forge-gui-mobile/src/forge/adventure/character/CharacterSprite.java +++ b/forge-gui-mobile/src/forge/adventure/character/CharacterSprite.java @@ -7,7 +7,6 @@ import com.badlogic.gdx.scenes.scene2d.Actor; import com.badlogic.gdx.utils.Array; import forge.adventure.stage.SpriteGroup; import forge.adventure.util.Config; - import java.util.HashMap; /** @@ -228,6 +227,8 @@ public class CharacterSprite extends MapActor { Color oldColor=batch.getColor().cpy(); batch.setColor(getColor()); batch.draw(currentFrame, getX(), getY()); + float scale = this instanceof EnemySprite ? 2f : 1f ; + batch.draw(currentFrame, getX(), getY(), getWidth()*scale, getHeight()*scale); batch.setColor(oldColor); super.draw(batch,parentAlpha); //batch.draw(getDebugTexture(),getX(),getY()); diff --git a/forge-gui/res/adventure/Shandalar/maps/map/kiora_island.tmx b/forge-gui/res/adventure/Shandalar/maps/map/kiora_island.tmx index b679026879b..6aa88a22d39 100644 --- a/forge-gui/res/adventure/Shandalar/maps/map/kiora_island.tmx +++ b/forge-gui/res/adventure/Shandalar/maps/map/kiora_island.tmx @@ -1,5 +1,5 @@ - + @@ -36,8 +36,8 @@ { "startBattleWithCard": [ "Kraken Hatchling","Tropical Island" ] } - - + + @@ -51,13 +51,6 @@ - - - - - - - @@ -68,5 +61,10 @@ + + + + + diff --git a/forge-gui/res/adventure/Shandalar/maps/map/slimefoot_boss.tmx b/forge-gui/res/adventure/Shandalar/maps/map/slimefoot_boss.tmx index 5c95b508e44..34ba745bcb0 100644 --- a/forge-gui/res/adventure/Shandalar/maps/map/slimefoot_boss.tmx +++ b/forge-gui/res/adventure/Shandalar/maps/map/slimefoot_boss.tmx @@ -40,7 +40,7 @@ - +