Legger til manglende robot teksturer og kombinerer dem til en enkelt fil

This commit is contained in:
Kristian Knarvik 2020-03-17 21:56:00 +01:00
parent 3d981b9f3a
commit 1fec4f3136
7 changed files with 686 additions and 9 deletions

View File

@ -26,9 +26,7 @@ import java.util.Map;
*/ */
public final class TextureConverterUtil { public final class TextureConverterUtil {
private static final Texture textureSheet = new Texture(Gdx.files.internal("assets/tiles.png")); private static final Texture textureSheet = new Texture(Gdx.files.internal("assets/tiles.png"));
private static final Texture robot1Texture = new Texture(Gdx.files.internal("assets/Robot.png")); private static final Texture robotsTexture = new Texture(Gdx.files.internal("assets/robots.png"));
private static final Texture robot2Texture = new Texture(Gdx.files.internal("assets/Robot2.png"));
private static final Texture robot3Texture = new Texture(Gdx.files.internal("assets/Robot3.png"));
private static Map<TileType, TextureConverterContainer> tileSheetTileTextureMappings; private static Map<TileType, TextureConverterContainer> tileSheetTileTextureMappings;
private static Map<TileType, Boolean> tileSheetTileHasRotatedTextureMappings; private static Map<TileType, Boolean> tileSheetTileHasRotatedTextureMappings;
private static Map<WallType, TextureConverterContainer> tileSheetWallTextureMappings; private static Map<WallType, TextureConverterContainer> tileSheetWallTextureMappings;
@ -42,9 +40,7 @@ public final class TextureConverterUtil {
public static List<Disposable> getDisposableElements() { public static List<Disposable> getDisposableElements() {
List<Disposable> disposables = new ArrayList<>(); List<Disposable> disposables = new ArrayList<>();
disposables.add(textureSheet); disposables.add(textureSheet);
disposables.add(robot1Texture); disposables.add(robotsTexture);
disposables.add(robot2Texture);
disposables.add(robot3Texture);
return disposables; return disposables;
} }
@ -100,12 +96,23 @@ public final class TextureConverterUtil {
} }
public static TextureRegion convertElement(Robot robot) { public static TextureRegion convertElement(Robot robot) {
if (robot.getRobotId() == RobotID.ROBOT_1) { if (robot.getRobotId() == RobotID.ROBOT_1) {
return new TextureRegion(robot1Texture, 0, 0, 64, 64); return new TextureRegion(robotsTexture, 0, 0, 64, 64);
} else if (robot.getRobotId() == RobotID.ROBOT_2) { } else if (robot.getRobotId() == RobotID.ROBOT_2) {
return new TextureRegion(robot2Texture, 0, 0, 64, 64); return new TextureRegion(robotsTexture, 64, 0, 64, 64);
} else if (robot.getRobotId() == RobotID.ROBOT_3) { } else if (robot.getRobotId() == RobotID.ROBOT_3) {
return new TextureRegion(robot3Texture, 0, 0, 64, 64); return new TextureRegion(robotsTexture, 2*64, 0, 64, 64);
} else if (robot.getRobotId() == RobotID.ROBOT_4) {
return new TextureRegion(robotsTexture, 3*64, 0, 64, 64);
} else if (robot.getRobotId() == RobotID.ROBOT_5) {
return new TextureRegion(robotsTexture, 4*64, 0, 64, 64);
} else if (robot.getRobotId() == RobotID.ROBOT_6) {
return new TextureRegion(robotsTexture, 5*64, 0, 64, 64);
} else if (robot.getRobotId() == RobotID.ROBOT_7) {
return new TextureRegion(robotsTexture, 6*64, 0, 64, 64);
} else if (robot.getRobotId() == RobotID.ROBOT_8) {
return new TextureRegion(robotsTexture, 7*64, 0, 64, 64);
} }
throw new IllegalArgumentException("Robot has no drawable texture."); throw new IllegalArgumentException("Robot has no drawable texture.");
} }

View File

@ -0,0 +1,670 @@
info face="Montserrat-Regular" size=32 bold=0 italic=0 charset="" unicode=0 stretchH=100 smooth=1 aa=1 padding=1,1,1,1 spacing=-2,-2
common lineHeight=39 base=31 scaleW=512 scaleH=512 pages=1 packed=0
page id=0 file="Montserrat-Regular.png"
chars count=190
char id=10 x=0 y=0 width=0 height=0 xoffset=0 yoffset=0 xadvance=0 page=0 chnl=0
char id=32 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=30 xadvance=9 page=0 chnl=0
char id=33 x=496 y=65 width=6 height=25 xoffset=1 yoffset=7 xadvance=8 page=0 chnl=0
char id=34 x=220 y=165 width=9 height=10 xoffset=1 yoffset=8 xadvance=11 page=0 chnl=0
char id=35 x=192 y=91 width=24 height=25 xoffset=0 yoffset=7 xadvance=24 page=0 chnl=0
char id=36 x=328 y=34 width=19 height=28 xoffset=0 yoffset=7 xadvance=19 page=0 chnl=0
char id=37 x=168 y=91 width=24 height=25 xoffset=0 yoffset=7 xadvance=24 page=0 chnl=0
char id=38 x=461 y=34 width=23 height=26 xoffset=1 yoffset=7 xadvance=23 page=0 chnl=0
char id=39 x=506 y=141 width=5 height=10 xoffset=1 yoffset=8 xadvance=7 page=0 chnl=0
char id=40 x=23 y=34 width=10 height=30 xoffset=1 yoffset=7 xadvance=11 page=0 chnl=0
char id=41 x=33 y=34 width=11 height=30 xoffset=-1 yoffset=7 xadvance=10 page=0 chnl=0
char id=42 x=176 y=165 width=12 height=12 xoffset=1 yoffset=8 xadvance=14 page=0 chnl=0
char id=43 x=52 y=165 width=17 height=17 xoffset=1 yoffset=10 xadvance=19 page=0 chnl=0
char id=44 x=229 y=165 width=7 height=10 xoffset=1 yoffset=25 xadvance=9 page=0 chnl=0
char id=45 x=311 y=165 width=13 height=6 xoffset=1 yoffset=18 xadvance=15 page=0 chnl=0
char id=46 x=273 y=165 width=7 height=7 xoffset=1 yoffset=25 xadvance=9 page=0 chnl=0
char id=47 x=148 y=0 width=20 height=31 xoffset=-1 yoffset=5 xadvance=19 page=0 chnl=0
char id=48 x=114 y=91 width=20 height=25 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=0
char id=49 x=468 y=116 width=11 height=24 xoffset=-1 yoffset=8 xadvance=12 page=0 chnl=0
char id=50 x=40 y=91 width=18 height=25 xoffset=0 yoffset=7 xadvance=19 page=0 chnl=0
char id=51 x=479 y=116 width=18 height=24 xoffset=-1 yoffset=8 xadvance=18 page=0 chnl=0
char id=52 x=0 y=141 width=18 height=24 xoffset=0 yoffset=8 xadvance=18 page=0 chnl=0
char id=53 x=18 y=141 width=18 height=24 xoffset=0 yoffset=8 xadvance=19 page=0 chnl=0
char id=54 x=58 y=91 width=19 height=25 xoffset=1 yoffset=7 xadvance=20 page=0 chnl=0
char id=55 x=36 y=141 width=18 height=24 xoffset=0 yoffset=8 xadvance=18 page=0 chnl=0
char id=56 x=77 y=91 width=19 height=25 xoffset=1 yoffset=7 xadvance=20 page=0 chnl=0
char id=57 x=96 y=91 width=18 height=25 xoffset=1 yoffset=7 xadvance=20 page=0 chnl=0
char id=58 x=499 y=141 width=7 height=15 xoffset=1 yoffset=17 xadvance=9 page=0 chnl=0
char id=59 x=492 y=141 width=7 height=18 xoffset=1 yoffset=17 xadvance=9 page=0 chnl=0
char id=60 x=182 y=141 width=17 height=21 xoffset=0 yoffset=8 xadvance=18 page=0 chnl=0
char id=61 x=158 y=165 width=18 height=12 xoffset=1 yoffset=13 xadvance=20 page=0 chnl=0
char id=62 x=199 y=141 width=18 height=21 xoffset=1 yoffset=8 xadvance=19 page=0 chnl=0
char id=63 x=134 y=91 width=16 height=25 xoffset=-1 yoffset=7 xadvance=16 page=0 chnl=0
char id=64 x=299 y=34 width=29 height=28 xoffset=0 yoffset=9 xadvance=29 page=0 chnl=0
char id=65 x=18 y=116 width=26 height=24 xoffset=-1 yoffset=8 xadvance=24 page=0 chnl=0
char id=66 x=44 y=116 width=20 height=24 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=0
char id=67 x=323 y=65 width=23 height=25 xoffset=1 yoffset=7 xadvance=24 page=0 chnl=0
char id=68 x=64 y=116 width=22 height=24 xoffset=2 yoffset=8 xadvance=25 page=0 chnl=0
char id=69 x=86 y=116 width=18 height=24 xoffset=2 yoffset=8 xadvance=21 page=0 chnl=0
char id=70 x=104 y=116 width=17 height=24 xoffset=2 yoffset=8 xadvance=19 page=0 chnl=0
char id=71 x=346 y=65 width=23 height=25 xoffset=1 yoffset=7 xadvance=24 page=0 chnl=0
char id=72 x=121 y=116 width=21 height=24 xoffset=2 yoffset=8 xadvance=25 page=0 chnl=0
char id=73 x=500 y=91 width=6 height=24 xoffset=2 yoffset=8 xadvance=10 page=0 chnl=0
char id=74 x=142 y=116 width=16 height=24 xoffset=0 yoffset=8 xadvance=17 page=0 chnl=0
char id=75 x=158 y=116 width=21 height=24 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=0
char id=76 x=179 y=116 width=16 height=24 xoffset=2 yoffset=8 xadvance=18 page=0 chnl=0
char id=77 x=195 y=116 width=27 height=24 xoffset=2 yoffset=8 xadvance=31 page=0 chnl=0
char id=78 x=222 y=116 width=23 height=24 xoffset=2 yoffset=8 xadvance=27 page=0 chnl=0
char id=79 x=369 y=65 width=26 height=25 xoffset=1 yoffset=7 xadvance=27 page=0 chnl=0
char id=80 x=245 y=116 width=20 height=24 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=0
char id=81 x=271 y=34 width=28 height=29 xoffset=1 yoffset=7 xadvance=27 page=0 chnl=0
char id=82 x=265 y=116 width=21 height=24 xoffset=2 yoffset=8 xadvance=23 page=0 chnl=0
char id=83 x=395 y=65 width=19 height=25 xoffset=0 yoffset=7 xadvance=20 page=0 chnl=0
char id=84 x=286 y=116 width=19 height=24 xoffset=0 yoffset=8 xadvance=19 page=0 chnl=0
char id=85 x=305 y=116 width=21 height=24 xoffset=2 yoffset=8 xadvance=25 page=0 chnl=0
char id=86 x=326 y=116 width=25 height=24 xoffset=-1 yoffset=8 xadvance=22 page=0 chnl=0
char id=87 x=351 y=116 width=36 height=24 xoffset=-1 yoffset=8 xadvance=34 page=0 chnl=0
char id=88 x=387 y=116 width=24 height=24 xoffset=-1 yoffset=8 xadvance=22 page=0 chnl=0
char id=89 x=411 y=116 width=23 height=24 xoffset=-2 yoffset=8 xadvance=20 page=0 chnl=0
char id=90 x=434 y=116 width=20 height=24 xoffset=0 yoffset=8 xadvance=21 page=0 chnl=0
char id=91 x=124 y=0 width=9 height=31 xoffset=2 yoffset=7 xadvance=11 page=0 chnl=0
char id=92 x=150 y=91 width=18 height=25 xoffset=-1 yoffset=7 xadvance=17 page=0 chnl=0
char id=93 x=133 y=0 width=10 height=31 xoffset=0 yoffset=7 xadvance=12 page=0 chnl=0
char id=94 x=280 y=165 width=14 height=7 xoffset=-1 yoffset=2 xadvance=13 page=0 chnl=0
char id=95 x=348 y=165 width=21 height=4 xoffset=1 yoffset=32 xadvance=23 page=0 chnl=0
char id=96 x=263 y=165 width=10 height=7 xoffset=9 yoffset=6 xadvance=27 page=0 chnl=0
char id=97 x=217 y=141 width=17 height=19 xoffset=0 yoffset=13 xadvance=18 page=0 chnl=0
char id=98 x=414 y=65 width=20 height=25 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=0
char id=99 x=234 y=141 width=18 height=19 xoffset=0 yoffset=13 xadvance=18 page=0 chnl=0
char id=100 x=434 y=65 width=20 height=25 xoffset=0 yoffset=7 xadvance=21 page=0 chnl=0
char id=101 x=252 y=141 width=19 height=19 xoffset=0 yoffset=13 xadvance=19 page=0 chnl=0
char id=102 x=401 y=34 width=14 height=26 xoffset=0 yoffset=6 xadvance=12 page=0 chnl=0
char id=103 x=415 y=34 width=19 height=26 xoffset=1 yoffset=13 xadvance=22 page=0 chnl=0
char id=104 x=454 y=65 width=18 height=25 xoffset=2 yoffset=7 xadvance=21 page=0 chnl=0
char id=105 x=434 y=34 width=7 height=26 xoffset=1 yoffset=6 xadvance=9 page=0 chnl=0
char id=106 x=20 y=0 width=13 height=33 xoffset=-5 yoffset=6 xadvance=9 page=0 chnl=0
char id=107 x=472 y=65 width=18 height=25 xoffset=2 yoffset=7 xadvance=19 page=0 chnl=0
char id=108 x=490 y=65 width=6 height=25 xoffset=2 yoffset=7 xadvance=9 page=0 chnl=0
char id=109 x=271 y=141 width=30 height=19 xoffset=2 yoffset=13 xadvance=33 page=0 chnl=0
char id=110 x=301 y=141 width=18 height=19 xoffset=2 yoffset=13 xadvance=21 page=0 chnl=0
char id=111 x=319 y=141 width=20 height=19 xoffset=0 yoffset=13 xadvance=20 page=0 chnl=0
char id=112 x=0 y=91 width=20 height=25 xoffset=2 yoffset=13 xadvance=22 page=0 chnl=0
char id=113 x=20 y=91 width=20 height=25 xoffset=0 yoffset=13 xadvance=21 page=0 chnl=0
char id=114 x=497 y=116 width=11 height=19 xoffset=2 yoffset=13 xadvance=13 page=0 chnl=0
char id=115 x=339 y=141 width=17 height=19 xoffset=-1 yoffset=13 xadvance=16 page=0 chnl=0
char id=116 x=454 y=116 width=14 height=24 xoffset=0 yoffset=8 xadvance=13 page=0 chnl=0
char id=117 x=356 y=141 width=18 height=19 xoffset=1 yoffset=13 xadvance=20 page=0 chnl=0
char id=118 x=374 y=141 width=21 height=19 xoffset=-1 yoffset=13 xadvance=18 page=0 chnl=0
char id=119 x=395 y=141 width=31 height=19 xoffset=-1 yoffset=13 xadvance=29 page=0 chnl=0
char id=120 x=426 y=141 width=20 height=19 xoffset=-1 yoffset=13 xadvance=18 page=0 chnl=0
char id=121 x=441 y=34 width=20 height=26 xoffset=-1 yoffset=13 xadvance=18 page=0 chnl=0
char id=122 x=446 y=141 width=16 height=19 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0
char id=123 x=33 y=0 width=11 height=32 xoffset=0 yoffset=6 xadvance=11 page=0 chnl=0
char id=124 x=143 y=0 width=5 height=31 xoffset=2 yoffset=6 xadvance=9 page=0 chnl=0
char id=125 x=44 y=0 width=10 height=32 xoffset=1 yoffset=6 xadvance=11 page=0 chnl=0
char id=126 x=245 y=165 width=18 height=8 xoffset=0 yoffset=14 xadvance=18 page=0 chnl=0
char id=161 x=502 y=65 width=6 height=25 xoffset=1 yoffset=7 xadvance=9 page=0 chnl=0
char id=162 x=347 y=34 width=19 height=27 xoffset=1 yoffset=9 xadvance=19 page=0 chnl=0
char id=163 x=216 y=91 width=19 height=25 xoffset=1 yoffset=7 xadvance=20 page=0 chnl=0
char id=164 x=158 y=141 width=24 height=23 xoffset=0 yoffset=10 xadvance=24 page=0 chnl=0
char id=165 x=54 y=141 width=24 height=24 xoffset=-1 yoffset=8 xadvance=22 page=0 chnl=0
char id=166 x=484 y=34 width=6 height=26 xoffset=2 yoffset=7 xadvance=9 page=0 chnl=0
char id=167 x=44 y=34 width=19 height=30 xoffset=1 yoffset=7 xadvance=20 page=0 chnl=0
char id=168 x=324 y=165 width=12 height=6 xoffset=4 yoffset=7 xadvance=19 page=0 chnl=0
char id=169 x=0 y=65 width=25 height=26 xoffset=1 yoffset=7 xadvance=27 page=0 chnl=0
char id=170 x=188 y=165 width=9 height=12 xoffset=1 yoffset=6 xadvance=11 page=0 chnl=0
char id=171 x=125 y=165 width=17 height=13 xoffset=0 yoffset=17 xadvance=18 page=0 chnl=0
char id=172 x=69 y=165 width=24 height=15 xoffset=1 yoffset=15 xadvance=27 page=0 chnl=0
char id=174 x=25 y=65 width=25 height=26 xoffset=1 yoffset=7 xadvance=27 page=0 chnl=0
char id=175 x=336 y=165 width=12 height=6 xoffset=1 yoffset=7 xadvance=14 page=0 chnl=0
char id=176 x=197 y=165 width=12 height=12 xoffset=1 yoffset=7 xadvance=14 page=0 chnl=0
char id=177 x=0 y=165 width=17 height=18 xoffset=1 yoffset=10 xadvance=19 page=0 chnl=0
char id=178 x=93 y=165 width=12 height=15 xoffset=0 yoffset=7 xadvance=13 page=0 chnl=0
char id=179 x=105 y=165 width=12 height=15 xoffset=0 yoffset=8 xadvance=12 page=0 chnl=0
char id=180 x=294 y=165 width=10 height=7 xoffset=9 yoffset=5 xadvance=27 page=0 chnl=0
char id=181 x=235 y=91 width=18 height=25 xoffset=2 yoffset=13 xadvance=21 page=0 chnl=0
char id=182 x=63 y=34 width=20 height=30 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=0
char id=183 x=304 y=165 width=7 height=7 xoffset=1 yoffset=17 xadvance=9 page=0 chnl=0
char id=184 x=236 y=165 width=9 height=9 xoffset=0 yoffset=30 xadvance=9 page=0 chnl=0
char id=185 x=117 y=165 width=8 height=14 xoffset=0 yoffset=8 xadvance=9 page=0 chnl=0
char id=186 x=209 y=165 width=11 height=11 xoffset=1 yoffset=6 xadvance=12 page=0 chnl=0
char id=187 x=142 y=165 width=16 height=13 xoffset=1 yoffset=17 xadvance=18 page=0 chnl=0
char id=188 x=50 y=65 width=27 height=26 xoffset=0 yoffset=6 xadvance=27 page=0 chnl=0
char id=189 x=77 y=65 width=30 height=26 xoffset=0 yoffset=6 xadvance=30 page=0 chnl=0
char id=190 x=107 y=65 width=29 height=26 xoffset=0 yoffset=6 xadvance=29 page=0 chnl=0
char id=191 x=253 y=91 width=16 height=25 xoffset=1 yoffset=7 xadvance=16 page=0 chnl=0
char id=192 x=168 y=0 width=26 height=31 xoffset=-1 yoffset=1 xadvance=23 page=0 chnl=0
char id=193 x=194 y=0 width=26 height=31 xoffset=-1 yoffset=1 xadvance=24 page=0 chnl=0
char id=194 x=83 y=34 width=26 height=30 xoffset=-1 yoffset=2 xadvance=23 page=0 chnl=0
char id=195 x=220 y=0 width=26 height=31 xoffset=-2 yoffset=1 xadvance=23 page=0 chnl=0
char id=196 x=109 y=34 width=26 height=30 xoffset=-1 yoffset=2 xadvance=23 page=0 chnl=0
char id=197 x=135 y=34 width=27 height=30 xoffset=-2 yoffset=2 xadvance=23 page=0 chnl=0
char id=198 x=78 y=141 width=35 height=24 xoffset=-2 yoffset=8 xadvance=33 page=0 chnl=0
char id=199 x=54 y=0 width=23 height=32 xoffset=1 yoffset=7 xadvance=24 page=0 chnl=0
char id=200 x=246 y=0 width=18 height=31 xoffset=2 yoffset=1 xadvance=21 page=0 chnl=0
char id=201 x=264 y=0 width=18 height=31 xoffset=2 yoffset=1 xadvance=21 page=0 chnl=0
char id=202 x=162 y=34 width=18 height=30 xoffset=2 yoffset=2 xadvance=21 page=0 chnl=0
char id=203 x=180 y=34 width=18 height=30 xoffset=2 yoffset=2 xadvance=21 page=0 chnl=0
char id=204 x=282 y=0 width=10 height=31 xoffset=-2 yoffset=1 xadvance=10 page=0 chnl=0
char id=205 x=292 y=0 width=10 height=31 xoffset=2 yoffset=1 xadvance=10 page=0 chnl=0
char id=206 x=198 y=34 width=14 height=30 xoffset=-2 yoffset=2 xadvance=10 page=0 chnl=0
char id=207 x=212 y=34 width=12 height=30 xoffset=0 yoffset=2 xadvance=11 page=0 chnl=0
char id=208 x=113 y=141 width=25 height=24 xoffset=0 yoffset=8 xadvance=25 page=0 chnl=0
char id=209 x=302 y=0 width=23 height=31 xoffset=2 yoffset=1 xadvance=27 page=0 chnl=0
char id=210 x=325 y=0 width=26 height=31 xoffset=1 yoffset=1 xadvance=27 page=0 chnl=0
char id=211 x=351 y=0 width=26 height=31 xoffset=1 yoffset=1 xadvance=27 page=0 chnl=0
char id=212 x=377 y=0 width=26 height=31 xoffset=1 yoffset=1 xadvance=27 page=0 chnl=0
char id=213 x=403 y=0 width=26 height=31 xoffset=1 yoffset=1 xadvance=27 page=0 chnl=0
char id=214 x=224 y=34 width=26 height=30 xoffset=1 yoffset=2 xadvance=27 page=0 chnl=0
char id=215 x=17 y=165 width=18 height=18 xoffset=0 yoffset=10 xadvance=18 page=0 chnl=0
char id=216 x=77 y=0 width=26 height=32 xoffset=1 yoffset=4 xadvance=27 page=0 chnl=0
char id=217 x=429 y=0 width=21 height=31 xoffset=2 yoffset=1 xadvance=25 page=0 chnl=0
char id=218 x=450 y=0 width=21 height=31 xoffset=2 yoffset=1 xadvance=25 page=0 chnl=0
char id=219 x=471 y=0 width=21 height=31 xoffset=2 yoffset=1 xadvance=25 page=0 chnl=0
char id=220 x=250 y=34 width=21 height=30 xoffset=2 yoffset=2 xadvance=25 page=0 chnl=0
char id=221 x=0 y=34 width=23 height=31 xoffset=-2 yoffset=1 xadvance=20 page=0 chnl=0
char id=222 x=138 y=141 width=20 height=24 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=0
char id=223 x=490 y=34 width=19 height=26 xoffset=2 yoffset=6 xadvance=21 page=0 chnl=0
char id=224 x=136 y=65 width=17 height=26 xoffset=0 yoffset=6 xadvance=18 page=0 chnl=0
char id=225 x=153 y=65 width=17 height=26 xoffset=0 yoffset=6 xadvance=18 page=0 chnl=0
char id=226 x=269 y=91 width=17 height=25 xoffset=0 yoffset=7 xadvance=18 page=0 chnl=0
char id=227 x=286 y=91 width=17 height=25 xoffset=0 yoffset=7 xadvance=18 page=0 chnl=0
char id=228 x=303 y=91 width=17 height=25 xoffset=0 yoffset=7 xadvance=18 page=0 chnl=0
char id=229 x=366 y=34 width=17 height=27 xoffset=0 yoffset=5 xadvance=18 page=0 chnl=0
char id=230 x=462 y=141 width=30 height=19 xoffset=0 yoffset=13 xadvance=30 page=0 chnl=0
char id=231 x=170 y=65 width=19 height=26 xoffset=0 yoffset=13 xadvance=18 page=0 chnl=0
char id=232 x=189 y=65 width=19 height=26 xoffset=0 yoffset=6 xadvance=19 page=0 chnl=0
char id=233 x=208 y=65 width=19 height=26 xoffset=0 yoffset=6 xadvance=19 page=0 chnl=0
char id=234 x=320 y=91 width=19 height=25 xoffset=0 yoffset=7 xadvance=19 page=0 chnl=0
char id=235 x=339 y=91 width=19 height=25 xoffset=0 yoffset=7 xadvance=19 page=0 chnl=0
char id=236 x=227 y=65 width=10 height=26 xoffset=-2 yoffset=6 xadvance=9 page=0 chnl=0
char id=237 x=237 y=65 width=10 height=26 xoffset=2 yoffset=6 xadvance=9 page=0 chnl=0
char id=238 x=358 y=91 width=14 height=25 xoffset=-2 yoffset=7 xadvance=9 page=0 chnl=0
char id=239 x=372 y=91 width=12 height=25 xoffset=-1 yoffset=7 xadvance=9 page=0 chnl=0
char id=240 x=383 y=34 width=18 height=27 xoffset=1 yoffset=5 xadvance=20 page=0 chnl=0
char id=241 x=384 y=91 width=18 height=25 xoffset=2 yoffset=7 xadvance=21 page=0 chnl=0
char id=242 x=247 y=65 width=20 height=26 xoffset=0 yoffset=6 xadvance=20 page=0 chnl=0
char id=243 x=267 y=65 width=20 height=26 xoffset=0 yoffset=6 xadvance=20 page=0 chnl=0
char id=244 x=402 y=91 width=20 height=25 xoffset=0 yoffset=7 xadvance=20 page=0 chnl=0
char id=245 x=422 y=91 width=20 height=25 xoffset=0 yoffset=7 xadvance=20 page=0 chnl=0
char id=246 x=442 y=91 width=20 height=25 xoffset=0 yoffset=7 xadvance=20 page=0 chnl=0
char id=247 x=35 y=165 width=17 height=18 xoffset=1 yoffset=10 xadvance=19 page=0 chnl=0
char id=248 x=462 y=91 width=20 height=25 xoffset=0 yoffset=10 xadvance=20 page=0 chnl=0
char id=249 x=287 y=65 width=18 height=26 xoffset=1 yoffset=6 xadvance=20 page=0 chnl=0
char id=250 x=305 y=65 width=18 height=26 xoffset=1 yoffset=6 xadvance=20 page=0 chnl=0
char id=251 x=482 y=91 width=18 height=25 xoffset=1 yoffset=7 xadvance=20 page=0 chnl=0
char id=252 x=0 y=116 width=18 height=25 xoffset=1 yoffset=7 xadvance=20 page=0 chnl=0
char id=253 x=0 y=0 width=20 height=34 xoffset=-1 yoffset=5 xadvance=18 page=0 chnl=0
char id=254 x=492 y=0 width=19 height=31 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=0
char id=255 x=103 y=0 width=21 height=32 xoffset=-2 yoffset=7 xadvance=18 page=0 chnl=0
kernings count=475
kerning first=237 second=93 amount=1
kerning first=92 second=121 amount=-1
kerning first=40 second=106 amount=3
kerning first=88 second=116 amount=-1
kerning first=118 second=46 amount=-1
kerning first=87 second=65 amount=-1
kerning first=88 second=240 amount=-1
kerning first=115 second=92 amount=-1
kerning first=223 second=86 amount=-1
kerning first=84 second=111 amount=-2
kerning first=89 second=236 amount=2
kerning first=114 second=41 amount=-1
kerning first=102 second=47 amount=-1
kerning first=45 second=86 amount=-1
kerning first=111 second=87 amount=-1
kerning first=99 second=93 amount=-1
kerning first=117 second=84 amount=-2
kerning first=45 second=120 amount=-1
kerning first=46 second=116 amount=-1
kerning first=79 second=89 amount=-1
kerning first=107 second=240 amount=-1
kerning first=102 second=239 amount=2
kerning first=91 second=117 amount=-1
kerning first=57 second=93 amount=-1
kerning first=55 second=46 amount=-2
kerning first=64 second=86 amount=-1
kerning first=52 second=92 amount=-1
kerning first=58 second=89 amount=-1
kerning first=121 second=47 amount=-1
kerning first=85 second=65 amount=-1
kerning first=75 second=118 amount=-1
kerning first=39 second=47 amount=-2
kerning first=86 second=240 amount=-1
kerning first=87 second=236 amount=1
kerning first=114 second=88 amount=-1
kerning first=115 second=84 amount=-2
kerning first=65 second=116 amount=-1
kerning first=97 second=93 amount=-1
kerning first=76 second=183 amount=-2
kerning first=90 second=45 amount=-1
kerning first=79 second=47 amount=-1
kerning first=40 second=111 amount=-1
kerning first=55 second=183 amount=-1
kerning first=88 second=121 amount=-1
kerning first=240 second=86 amount=-1
kerning first=89 second=117 amount=-1
kerning first=40 second=56 amount=-1
kerning first=86 second=198 amount=-1
kerning first=119 second=47 amount=-1
kerning first=114 second=46 amount=-1
kerning first=117 second=89 amount=-1
kerning first=84 second=240 amount=-1
kerning first=52 second=84 amount=-1
kerning first=111 second=92 amount=-1
kerning first=46 second=87 amount=-2
kerning first=91 second=54 amount=-1
kerning first=110 second=41 amount=-1
kerning first=47 second=83 amount=-1
kerning first=102 second=86 amount=1
kerning first=222 second=74 amount=-1
kerning first=46 second=121 amount=-1
kerning first=88 second=45 amount=-1
kerning first=183 second=49 amount=-1
kerning first=47 second=117 amount=-1
kerning first=222 second=198 amount=-1
kerning first=92 second=84 amount=-1
kerning first=120 second=111 amount=-1
kerning first=42 second=240 amount=-1
kerning first=88 second=79 amount=-1
kerning first=91 second=122 amount=-1
kerning first=76 second=85 amount=-1
kerning first=102 second=65 amount=-1
kerning first=92 second=118 amount=-1
kerning first=65 second=87 amount=-1
kerning first=87 second=117 amount=-1
kerning first=45 second=49 amount=-1
kerning first=39 second=52 amount=-1
kerning first=76 second=119 amount=-2
kerning first=70 second=122 amount=-1
kerning first=40 second=48 amount=-1
kerning first=84 second=198 amount=-2
kerning first=82 second=240 amount=-1
kerning first=114 second=93 amount=-1
kerning first=65 second=121 amount=-1
kerning first=107 second=45 amount=-1
kerning first=115 second=89 amount=-1
kerning first=111 second=84 amount=-2
kerning first=46 second=79 amount=-1
kerning first=107 second=79 amount=-1
kerning first=86 second=45 amount=-1
kerning first=42 second=74 amount=-1
kerning first=121 second=65 amount=-1
kerning first=42 second=198 amount=-2
kerning first=70 second=46 amount=-2
kerning first=39 second=65 amount=-1
kerning first=40 second=240 amount=-1
kerning first=89 second=122 amount=-1
kerning first=47 second=54 amount=-1
kerning first=66 second=41 amount=-1
kerning first=84 second=121 amount=-2
kerning first=102 second=236 amount=2
kerning first=58 second=86 amount=-1
kerning first=223 second=41 amount=-1
kerning first=65 second=79 amount=-1
kerning first=79 second=65 amount=-1
kerning first=86 second=58 amount=-1
kerning first=75 second=239 amount=1
kerning first=70 second=238 amount=1
kerning first=47 second=122 amount=-1
kerning first=89 second=46 amount=-2
kerning first=92 second=89 amount=-1
kerning first=84 second=45 amount=-2
kerning first=119 second=65 amount=-1
kerning first=120 second=240 amount=-1
kerning first=65 second=92 amount=-2
kerning first=84 second=79 amount=-1
kerning first=87 second=122 amount=-1
kerning first=88 second=118 amount=-1
kerning first=80 second=74 amount=-1
kerning first=222 second=92 amount=-1
kerning first=80 second=198 amount=-2
kerning first=89 second=238 amount=1
kerning first=91 second=106 amount=3
kerning first=110 second=93 amount=-1
kerning first=117 second=86 amount=-1
kerning first=84 second=237 amount=-1
kerning first=45 second=88 amount=-1
kerning first=111 second=89 amount=-2
kerning first=46 second=84 amount=-2
kerning first=84 second=58 amount=-2
kerning first=122 second=87 amount=-1
kerning first=101 second=87 amount=-1
kerning first=107 second=84 amount=-2
kerning first=45 second=122 amount=-1
kerning first=87 second=46 amount=-2
kerning first=46 second=118 amount=-1
kerning first=89 second=38 amount=-1
kerning first=118 second=240 amount=-1
kerning first=240 second=41 amount=-1
kerning first=91 second=119 amount=-1
kerning first=122 second=45 amount=-1
kerning first=65 second=84 amount=-2
kerning first=108 second=183 amount=-2
kerning first=111 second=47 amount=-1
kerning first=52 second=39 amount=-1
kerning first=76 second=116 amount=-1
kerning first=87 second=238 amount=1
kerning first=222 second=84 amount=-1
kerning first=115 second=86 amount=-1
kerning first=65 second=118 amount=-1
kerning first=38 second=87 amount=-1
kerning first=86 second=97 amount=-1
kerning first=99 second=87 amount=-1
kerning first=65 second=63 amount=-1
kerning first=40 second=79 amount=-1
kerning first=118 second=74 amount=-1
kerning first=85 second=46 amount=-1
kerning first=92 second=39 amount=-2
kerning first=118 second=198 amount=-1
kerning first=66 second=93 amount=-1
kerning first=240 second=88 amount=-1
kerning first=46 second=55 amount=-1
kerning first=65 second=42 amount=-1
kerning first=52 second=176 amount=-1
kerning first=84 second=118 amount=-2
kerning first=120 second=45 amount=-1
kerning first=48 second=47 amount=-1
kerning first=89 second=64 amount=-1
kerning first=91 second=111 amount=-1
kerning first=122 second=92 amount=-1
kerning first=86 second=110 amount=-1
kerning first=46 second=89 amount=-2
kerning first=91 second=56 amount=-1
kerning first=107 second=89 amount=-1
kerning first=101 second=92 amount=-1
kerning first=75 second=236 amount=1
kerning first=102 second=88 amount=1
kerning first=84 second=97 amount=-2
kerning first=97 second=87 amount=-1
kerning first=55 second=198 amount=-1
kerning first=183 second=51 amount=-1
kerning first=92 second=86 amount=-1
kerning first=79 second=41 amount=-1
kerning first=114 second=240 amount=-1
kerning first=76 second=87 amount=-2
kerning first=65 second=89 amount=-2
kerning first=106 second=106 amount=1
kerning first=45 second=51 amount=-1
kerning first=76 second=121 amount=-2
kerning first=89 second=111 amount=-2
kerning first=121 second=88 amount=-1
kerning first=222 second=89 amount=-1
kerning first=122 second=84 amount=-2
kerning first=84 second=110 amount=-2
kerning first=102 second=46 amount=-1
kerning first=111 second=86 amount=-1
kerning first=99 second=92 amount=-1
kerning first=91 second=48 amount=-1
kerning first=101 second=84 amount=-2
kerning first=86 second=47 amount=-2
kerning first=114 second=74 amount=-1
kerning first=111 second=120 amount=-1
kerning first=114 second=198 amount=-1
kerning first=76 second=45 amount=-2
kerning first=47 second=111 amount=-1
kerning first=79 second=88 amount=-1
kerning first=240 second=93 amount=-1
kerning first=239 second=42 amount=1
kerning first=47 second=56 amount=-1
kerning first=102 second=238 amount=1
kerning first=76 second=79 amount=-1
kerning first=55 second=45 amount=-1
kerning first=121 second=46 amount=-1
kerning first=222 second=47 amount=-1
kerning first=86 second=115 amount=-1
kerning first=56 second=41 amount=-1
kerning first=91 second=240 amount=-1
kerning first=40 second=97 amount=-1
kerning first=87 second=111 amount=-1
kerning first=86 second=239 amount=1
kerning first=75 second=117 amount=-1
kerning first=119 second=88 amount=-1
kerning first=39 second=46 amount=-4
kerning first=120 second=84 amount=-2
kerning first=46 second=39 amount=-4
kerning first=70 second=240 amount=-1
kerning first=84 second=102 amount=-1
kerning first=97 second=92 amount=-1
kerning first=38 second=84 amount=-1
kerning first=84 second=47 amount=-2
kerning first=99 second=84 amount=-3
kerning first=79 second=46 amount=-1
kerning first=76 second=92 amount=-2
kerning first=123 second=106 amount=3
kerning first=237 second=42 amount=1
kerning first=65 second=39 amount=-1
kerning first=119 second=46 amount=-1
kerning first=47 second=48 amount=-1
kerning first=84 second=115 amount=-2
kerning first=89 second=240 amount=-1
kerning first=114 second=45 amount=-1
kerning first=116 second=92 amount=-1
kerning first=70 second=74 amount=-1
kerning first=45 second=90 amount=-1
kerning first=115 second=41 amount=-1
kerning first=122 second=89 amount=-1
kerning first=118 second=84 amount=-2
kerning first=46 second=86 amount=-2
kerning first=70 second=198 amount=-2
kerning first=81 second=106 amount=2
kerning first=92 second=49 amount=-1
kerning first=39 second=38 amount=-1
kerning first=86 second=52 amount=-1
kerning first=101 second=89 amount=-2
kerning first=111 second=125 amount=-1
kerning first=97 second=84 amount=-2
kerning first=79 second=93 amount=-1
kerning first=47 second=240 amount=-1
kerning first=76 second=84 amount=-2
kerning first=114 second=58 amount=-1
kerning first=65 second=86 amount=-1
kerning first=89 second=198 amount=-2
kerning first=119 second=93 amount=-1
kerning first=86 second=65 amount=-1
kerning first=76 second=118 amount=-2
kerning first=87 second=240 amount=-1
kerning first=120 second=89 amount=-1
kerning first=88 second=236 amount=1
kerning first=101 second=47 amount=-1
kerning first=110 second=87 amount=-1
kerning first=38 second=89 amount=-1
kerning first=76 second=63 amount=-1
kerning first=116 second=84 amount=-2
kerning first=84 second=52 amount=-1
kerning first=99 second=89 amount=-1
kerning first=80 second=47 amount=-2
kerning first=47 second=198 amount=-2
kerning first=123 second=111 amount=-1
kerning first=222 second=65 amount=-1
kerning first=191 second=84 amount=-1
kerning first=40 second=115 amount=-1
kerning first=91 second=79 amount=-1
kerning first=76 second=42 amount=-3
kerning first=174 second=89 amount=-1
kerning first=240 second=90 amount=-1
kerning first=56 second=93 amount=-1
kerning first=84 second=120 amount=-2
kerning first=87 second=198 amount=-1
kerning first=117 second=93 amount=-1
kerning first=84 second=65 amount=-2
kerning first=86 second=236 amount=2
kerning first=111 second=41 amount=-1
kerning first=183 second=108 amount=-2
kerning first=114 second=84 amount=-2
kerning first=97 second=89 amount=-2
kerning first=89 second=45 amount=-1
kerning first=45 second=74 amount=-1
kerning first=76 second=89 amount=-2
kerning first=42 second=65 amount=-1
kerning first=89 second=79 amount=-1
kerning first=57 second=47 amount=-1
kerning first=88 second=117 amount=-1
kerning first=85 second=198 amount=-1
kerning first=46 second=49 amount=-1
kerning first=40 second=52 amount=-1
kerning first=55 second=89 amount=1
kerning first=115 second=93 amount=-1
kerning first=118 second=47 amount=-1
kerning first=89 second=237 amount=-1
kerning first=110 second=92 amount=-1
kerning first=48 second=41 amount=-1
kerning first=89 second=58 amount=-1
kerning first=116 second=89 amount=-1
kerning first=45 second=87 amount=-1
kerning first=84 second=236 amount=1
kerning first=111 second=88 amount=-1
kerning first=122 second=86 amount=-1
kerning first=38 second=39 amount=-1
kerning first=47 second=79 amount=-1
kerning first=101 second=86 amount=-1
kerning first=87 second=45 amount=-1
kerning first=191 second=89 amount=-1
kerning first=176 second=52 amount=-1
kerning first=65 second=49 amount=-1
kerning first=102 second=240 amount=-1
kerning first=55 second=47 amount=-2
kerning first=86 second=117 amount=-1
kerning first=75 second=119 amount=-1
kerning first=80 second=65 amount=-1
kerning first=87 second=58 amount=-1
kerning first=110 second=84 amount=-2
kerning first=91 second=97 amount=-1
kerning first=38 second=86 amount=-1
kerning first=99 second=86 amount=-1
kerning first=121 second=240 amount=-1
kerning first=70 second=97 amount=-1
kerning first=74 second=47 amount=-1
kerning first=102 second=198 amount=-1
kerning first=76 second=39 amount=-3
kerning first=39 second=240 amount=-1
kerning first=113 second=106 amount=2
kerning first=50 second=183 amount=-1
kerning first=240 second=87 amount=-1
kerning first=84 second=117 amount=-2
kerning first=91 second=110 amount=-1
kerning first=114 second=47 amount=-1
kerning first=90 second=238 amount=1
kerning first=111 second=93 amount=-1
kerning first=222 second=41 amount=-1
kerning first=55 second=162 amount=-1
kerning first=75 second=111 amount=-1
kerning first=89 second=97 amount=-2
kerning first=102 second=87 amount=1
kerning first=121 second=74 amount=-1
kerning first=97 second=86 amount=-1
kerning first=121 second=198 amount=-1
kerning first=183 second=50 amount=-1
kerning first=39 second=74 amount=-1
kerning first=118 second=65 amount=-1
kerning first=39 second=198 amount=-2
kerning first=76 second=86 amount=-2
kerning first=55 second=52 amount=-1
kerning first=92 second=119 amount=-1
kerning first=86 second=122 amount=-1
kerning first=47 second=97 amount=-1
kerning first=51 second=47 amount=-1
kerning first=45 second=50 amount=-1
kerning first=66 second=84 amount=-1
kerning first=48 second=93 amount=-1
kerning first=79 second=74 amount=-1
kerning first=79 second=198 amount=-1
kerning first=89 second=110 amount=-1
kerning first=222 second=88 amount=-1
kerning first=237 second=125 amount=1
kerning first=116 second=86 amount=-1
kerning first=110 second=89 amount=-2
kerning first=102 second=45 amount=-1
kerning first=45 second=84 amount=-2
kerning first=87 second=97 amount=-1
kerning first=119 second=74 amount=-1
kerning first=67 second=238 amount=1
kerning first=86 second=46 amount=-2
kerning first=119 second=198 amount=-1
kerning first=55 second=65 amount=-1
kerning first=191 second=86 amount=-1
kerning first=40 second=117 amount=-1
kerning first=47 second=110 amount=-1
kerning first=70 second=47 amount=-1
kerning first=240 second=92 amount=-1
kerning first=84 second=122 amount=-2
kerning first=91 second=115 amount=-1
kerning first=64 second=84 amount=-1
kerning first=58 second=87 amount=-1
kerning first=102 second=58 amount=-1
kerning first=222 second=46 amount=-1
kerning first=87 second=110 amount=-1
kerning first=86 second=238 amount=1
kerning first=70 second=115 amount=-1
kerning first=75 second=240 amount=-1
kerning first=101 second=41 amount=-1
kerning first=183 second=55 amount=-1
kerning first=89 second=47 amount=-2
kerning first=84 second=46 amount=-2
kerning first=80 second=41 amount=-1
kerning first=114 second=65 amount=-1
kerning first=66 second=89 amount=-1
kerning first=45 second=55 amount=-1
kerning first=88 second=119 amount=-1
kerning first=240 second=84 amount=-1
kerning first=89 second=115 amount=-2
kerning first=222 second=93 amount=-1
kerning first=40 second=54 amount=-1
kerning first=47 second=47 amount=-9
kerning first=223 second=89 amount=-1
kerning first=89 second=239 amount=1
kerning first=117 second=87 amount=-1
kerning first=45 second=89 amount=-1
kerning first=84 second=238 amount=1
kerning first=111 second=90 amount=-1
kerning first=91 second=52 amount=-1
kerning first=101 second=88 amount=-1
kerning first=102 second=84 amount=1
kerning first=87 second=47 amount=-2
kerning first=46 second=119 amount=-1
kerning first=76 second=49 amount=-1
kerning first=47 second=115 amount=-1
kerning first=79 second=92 amount=-1
kerning first=80 second=88 amount=-1
kerning first=42 second=238 amount=1
kerning first=64 second=89 amount=-1
kerning first=65 second=85 amount=-1
kerning first=87 second=115 amount=-1
kerning first=57 second=41 amount=-1
kerning first=75 second=121 amount=-1
kerning first=88 second=111 amount=-1
kerning first=86 second=64 amount=-1
kerning first=87 second=239 amount=1
kerning first=121 second=84 amount=-2
kerning first=115 second=87 amount=-1
kerning first=65 second=119 amount=-1
kerning first=110 second=86 amount=-1
kerning first=70 second=65 amount=-1
kerning first=89 second=52 amount=-1
kerning first=238 second=63 amount=1
kerning first=97 second=41 amount=-1
kerning first=85 second=47 amount=-1
kerning first=80 second=46 amount=-2
kerning first=124 second=106 amount=2
kerning first=75 second=45 amount=-1
kerning first=239 second=93 amount=1
kerning first=79 second=84 amount=-1
kerning first=107 second=111 amount=-1
kerning first=240 second=89 amount=-1
kerning first=238 second=42 amount=1
kerning first=89 second=120 amount=-1
kerning first=92 second=198 amount=1
kerning first=47 second=52 amount=-1
kerning first=75 second=79 amount=-1
kerning first=84 second=119 amount=-2
kerning first=122 second=93 amount=-1
kerning first=89 second=65 amount=-2
kerning first=117 second=92 amount=-1
kerning first=58 second=84 amount=-2
kerning first=86 second=111 amount=-1
kerning first=84 second=64 amount=-1
kerning first=91 second=236 amount=1
kerning first=118 second=88 amount=-1
kerning first=119 second=84 amount=-2
kerning first=101 second=93 amount=-1
kerning first=102 second=89 amount=2
kerning first=47 second=120 amount=-1
kerning first=92 second=87 amount=-1
kerning first=80 second=93 amount=-1
kerning first=47 second=65 amount=-2
kerning first=240 second=47 amount=-1

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 741 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 769 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 750 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB