Skip to content
Snippets Groups Projects
Commit 62384f6b authored by Vitaliy Vashchenko's avatar Vitaliy Vashchenko
Browse files

#28 Rotated flag asset.

parent 3eca96e7
No related branches found
No related tags found
No related merge requests found
core/assets/common/game/kidnapping/common/gfx/position-current.png

7.11 KiB | W: | H:

core/assets/common/game/kidnapping/common/gfx/position-current.png

10 KiB | W: | H:

core/assets/common/game/kidnapping/common/gfx/position-current.png
core/assets/common/game/kidnapping/common/gfx/position-current.png
core/assets/common/game/kidnapping/common/gfx/position-current.png
core/assets/common/game/kidnapping/common/gfx/position-current.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -127,7 +127,7 @@ public class Tile extends Group {
TextureRegion flagTexture = gfxLibrary.getTextureRegion(TextureTypes.POSITION_CURRENT);
tile.addActor(tile.flag = new Image(flagTexture));
tile.flag.setSize(tile.flag.getWidth()/2f, tile.flag.getHeight()/2f);
tile.flag.setPosition(351/2f, -29/2f);
tile.flag.setPosition(205/2f, -29/2f);
tile.flag.setVisible(false);
TextureRegion lineNE = gfxLibrary.getTextureRegion(TextureTypes.POSITION_LINE_NESW);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment