From 1fec4f3136a343389cdb26e907fa989d01fe2fa8 Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Tue, 17 Mar 2020 21:56:00 +0100 Subject: [PATCH] Legger til manglende robot teksturer og kombinerer dem til en enkelt fil --- .../utility/TextureConverterUtil.java | 25 +- .../resources/assets/Montserrat-Regular.fnt | 670 ++++++++++++++++++ .../resources/assets/Montserrat-Regular.png | Bin 0 -> 39246 bytes src/main/resources/assets/Robot.png | Bin 741 -> 0 bytes src/main/resources/assets/Robot2.png | Bin 769 -> 0 bytes src/main/resources/assets/Robot3.png | Bin 750 -> 0 bytes src/main/resources/assets/robots.png | Bin 0 -> 2167 bytes 7 files changed, 686 insertions(+), 9 deletions(-) create mode 100644 src/main/resources/assets/Montserrat-Regular.fnt create mode 100644 src/main/resources/assets/Montserrat-Regular.png delete mode 100644 src/main/resources/assets/Robot.png delete mode 100644 src/main/resources/assets/Robot2.png delete mode 100644 src/main/resources/assets/Robot3.png create mode 100644 src/main/resources/assets/robots.png diff --git a/src/main/java/inf112/fiasko/roborally/utility/TextureConverterUtil.java b/src/main/java/inf112/fiasko/roborally/utility/TextureConverterUtil.java index 8245b2a..98d0ddb 100644 --- a/src/main/java/inf112/fiasko/roborally/utility/TextureConverterUtil.java +++ b/src/main/java/inf112/fiasko/roborally/utility/TextureConverterUtil.java @@ -26,9 +26,7 @@ import java.util.Map; */ public final class TextureConverterUtil { 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 robot2Texture = new Texture(Gdx.files.internal("assets/Robot2.png")); - private static final Texture robot3Texture = new Texture(Gdx.files.internal("assets/Robot3.png")); + private static final Texture robotsTexture = new Texture(Gdx.files.internal("assets/robots.png")); private static Map tileSheetTileTextureMappings; private static Map tileSheetTileHasRotatedTextureMappings; private static Map tileSheetWallTextureMappings; @@ -42,9 +40,7 @@ public final class TextureConverterUtil { public static List getDisposableElements() { List disposables = new ArrayList<>(); disposables.add(textureSheet); - disposables.add(robot1Texture); - disposables.add(robot2Texture); - disposables.add(robot3Texture); + disposables.add(robotsTexture); return disposables; } @@ -100,12 +96,23 @@ public final class TextureConverterUtil { } public static TextureRegion convertElement(Robot robot) { + 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) { - return new TextureRegion(robot2Texture, 0, 0, 64, 64); + return new TextureRegion(robotsTexture, 64, 0, 64, 64); } 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."); } diff --git a/src/main/resources/assets/Montserrat-Regular.fnt b/src/main/resources/assets/Montserrat-Regular.fnt new file mode 100644 index 0000000..25b406c --- /dev/null +++ b/src/main/resources/assets/Montserrat-Regular.fnt @@ -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 diff --git a/src/main/resources/assets/Montserrat-Regular.png b/src/main/resources/assets/Montserrat-Regular.png new file mode 100644 index 0000000000000000000000000000000000000000..9f54e0c07b31117b69d4cc4ebb9bea9df303ba2b GIT binary patch literal 39246 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 F`X6G6XD0vv literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/Robot.png b/src/main/resources/assets/Robot.png deleted file mode 100644 index cf036b98b15b82d2ad5c27ed6ef442f769609377..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 741 zcmVPx#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0(wbAK~#8N?U>C` z!!QtqV;X=CpabXtXoPVp;KmVh=0*i}CqM_#0UZDpgniB`qmj{{Z8^^Delt5OIZ7Hck$?e}eQ~-?v?8Tx2uwN9k zzV}v|Sp>)#jN7iX2)YE=7llG&XDPVtQolEpMa}>tSn0t7T>|XIq5`l#M&gM|0>>-> z`aW8OInrUIt6#LE54tCygOJJl;Q=~@!6O~MBl{*>L^g;{B0q;1w&58*8;bk8Ph^i| z82mZeD5jVJmvChGM{LYLhg+gC7bWK6!~B*zlkmGV0ou=9wNG%269{lh4xKYo)DY`< zDls9uB}M}L?y7x?3gE-q8>YG}jb48G2#xWWqrfDn0PMvQ+ymC@HP*2qy4lzqY7h8t zQ*N5Z`<>VfFtHalHlEJ~`e>gUU|wP~!2Ym{x9n3eVbDDv3?=pbz4y`#@P@M-0lFo? zJ_QrM-SfdvQs3WuZ%6>$1a%371$gBm=sG}n&)hZ#i~_yfgao+dVvn3C0QIp3myXF9 z?7n*m&H&8?1fT-27fVS2a9}~?z}khOjA!n1pSkT#eNswpf^Je`;xovJ=K$>?N^&x0 z6C7hH0bH!808-+4R{Ibd1p=r5?8Tx2uosI8z+NmW0DG~h0PMx00cACr*PPx#1ZP1_K>z@;j|==^1poj532;bRa{vGi!TMxFXw-eUZiB zgzTK`oh%6f(4dM84T=E-FUcTy5(0qL`turHGC0eNHw?M`bLR?>R{{2F2_^t_)x8N_ zpBZ05qOHhgD3)|j4uJ~NkiiJ5CFmd+n(ej8$2a@B11a-Lnb#wy1JpUKk1x+ zHbRp3!<%?bhkd-cGqQWK2eL;phyp_+5x`XNTiiqL=j*(4=$dIiPEDUa!~I-}d!@VC!!{&_=Y?Y`c}d9$voQkHLx8;tS-+e6gQ*OCuF!hEOMpBH<{{t~;F*h{ zZV2Jrdnd38v~m;@;Esze#;gK(3mA*3Be{dwb}P;vkaGbAWC7T#C4>Ojuwcc2p)A)J z%PzCkm(PO`ViJ^O1d||^BQR$F0L=Obe$dH}4QGtL1rUtY0QAn{W9yG0uL2IT0PNM0 z1z@k1EC748WC7T#B@4h_Em;8eYKfT+Be!p*wPWi~A$B&1U=Rol<>qyhvGu(YLIC_F zg~JUP%FXL0W9xe*PlD{#;+zCEkcR+!r7RY|&w^V*ejDL+00000NkvXXu0mjf-6l*4 diff --git a/src/main/resources/assets/Robot3.png b/src/main/resources/assets/Robot3.png deleted file mode 100644 index e51b15b4792c625ac7f94bc9be950ce3258c7f9d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 750 zcmVPx#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0)t6JK~#8N?U;>G z!!Qhm8y0{KU<25oun3nf0^OwE1iArizy`nsMK6)TIQ35wJ9W?c?sQ7rTw_1WR^;Yz zIIL>sf_=4AFMxLmG)==-ZrZk8liQNrcMZ$)O14!>?fcsy-Z3T=;EwEr?2Bv(uE=i4 z-pGm&03A|f=+F{C@RkgM7a;)Hs@)zTnVojC#*+Jc??eG43$QN&n$=&^9BWI7L;(BZ z$T{mKiwF=q7}`KPvvIYjK$Zaeti;ZsD^g-3XbQzfK+do?ktM*s2=uI*Gk>ftB@zMb z&yjGU62UnOfWFTbVTp1WT(x4-e2O3?Ak1BiSce5!E0%iTWI3n1(j| zHWmASpUIxcF!*b-S)_=7TR1Yzh>4y#oD$7BDA5NW`oHW*!v9hLsQ3PMhaC5n%q<# z7y-H^z&-|@zwPgXsl>j2@Lrz)vI)u(@C)$5m!Rta;r!+{IbjwU)Fvdr178jplLeqY z)?n%An!)V56K@1aEl>d>0Q+jmDF8lLkU6k+VYo({-R?5`d3~RhoSUFsl<52n#^iH= z=OIdTF=pZ&V=e(~jI01+^7*LeeMlDYAOf(j77>7bwTJ-ht3?E0Uo9d4`)UyZ*jG#T zYS1W)aW)t%Z^u3#!>Ox53pF07*qoM6N<$f_dmmHUIzs diff --git a/src/main/resources/assets/robots.png b/src/main/resources/assets/robots.png new file mode 100644 index 0000000000000000000000000000000000000000..f6ba889e8b13c4ba8a0b0a69d0959f005c18e5ed GIT binary patch literal 2167 zcmbVNeLU3J8b1^gVtWz7&|SUgWqOkjyO^O@V!Bhf=r$#-yfWw0I>?Z&n`b<~rFr{|{Rp)Y+ydmfkF9nis*8;7z_CWlsUsoU55 zGn>yON%a5-o01j*&}#8%&!#rd7M~@PYt&JH3k>85M!M@n#j7UO!|wwJ>-mFsvcj>H z95%^Y5Pe-y_*Sz?4#}Yg2W0XuNZ9&us8@gZdQ1aDJNn+nzENHp12q@Tn&ia^q90+Y z75_FKgS#}m5YR;pi@D^gLKYaQjAH~3EDO|bj?%rwYcR!0BT%TQ z4uNC%0|+T7MT#Vo`niZUD`gy+mANb7l<$&s#d59tV9AB;e!3=O3ji`VfIPG0AUL5i z!43?6yAqgGV1(l0i7+EYC4HV%$VlIKXCp!iKbC}iz;6mnll}705gTF&=BxPXptT4P zCil^oSVd|d!`gS^bms!wX>De@(A_p#$`XhDdhZ2KeRXtVf{hP*?QDSSY7HGPNL-dJBg#?27CZ)-`l6#iiRed0G>N#ze$ZvR;++NNcC(-EE|AK!KN z;=)U>F@)WnXoxepN;KD1N*&SzjO0#*o)XLpnhHBl#0l{l!7{PmD?dZgS!*0!#*6ZW z4o12yIuWu!<+WirU57I4=T3*HUS`-&yG;{He=-;fa`q^Y?#?-7IBd$zpk*TD3;jY5 znKUeUYA!#c?u8-f-;2IUD&A=|;2?)(7ZPo5tmr>SGirOZEnd52WO`O`5&F$P#3y3U9;1fN~ zCR6$8$^IiOioaLvng#lc#zu@#L9TjjpVc(5ERJGVXIH5TDN+U(j3Vzk*vOOK9XhTW zdAi$qN_BdiQ{62ynL$xtD$w1 zW5RHyR9zecH?M0$hC`!w7+T-RIoMf$R6uzqB^KE*5mwVUDdZ+i3&m8-sHA>6LaOl5 zW|!kgT4WDmyAybEpSx5XXnvB|lvK^!anE;?XBrmH&tFI~IIQN&$4jm_4~s{GOoCh2 z$(ZjD+0C%q&@86iTPNB8SQHcM`-=rhvBO8~2J>cF4e^UKPt#J)lwfgka@7?W{Fe)1 zE4bQdR?6S^AR*}fRAx*8L#Zed=v{PUSNG?TLVDnEBoawBnT6bE;kpAlQHv2u7b`D) zVmGvQ0N8eB&Ys$=`)K{RAfef!f|1e4^Jv^y8a1NJyLd=b!PJ)JenP3WfhrqUDc66h z@b#TgtRYUnuRM9z$AHcarzE)^K?@$&Xo~AzPzOQNfk@sN*%j;kqAS&?@It1e=_^uZ z-neafx~@&symZ6Fx!x|t5q33^!z9KTjS$wL$bl1zz)DG;yY48t>dj2m(Lu)zx;*_8 zI}K{X0vwN65O0d|19?d}R%EmgmlE{zpcBr!h1Y*FI;ZXfqfyx9s|%AW`CdPqTSaGw;(Q zWilzETfw9S_PaPAZBkm))sbnwxeE-lwqC)|F$C9s*2e`tze&caVyeT%^(DGy)-E5i zVlwNVkVF#oVwkL{8#RMhRgnj-YfXjNF2F#>~)j`1{fCz|=%3vPWN<>5r&rb@=>U{hw;6CW`uYdeku$ zlVJ58%66d{7W%ZXz9Y2P7D2Q+1?AfB0ZFF}ahGo6%D6mT4CxFaxSZ?t1d8$=HIdMs z_MP`ui`IRsDbf0^u=(>Ml<%^XYQ*pua8V9G64bc3ZzfBQ^*?j5L`zw1L-;e&9~KGE zJ