Update typeface.

This commit is contained in:
sigonasr2 2020-09-28 09:57:42 +09:00
parent 71f1756468
commit 20912064e4
7 changed files with 10 additions and 13 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

@ -292,9 +292,7 @@ public class MyRobot{
p.overallrating = (int)obj.getDouble("rating"); p.overallrating = (int)obj.getDouble("rating");
if (p.lastRating<p.overallrating) {p.ratingTime=System.currentTimeMillis();} if (p.lastRating<p.overallrating) {p.ratingTime=System.currentTimeMillis();}
} }
} catch (JSONException e) { } catch (JSONException|IOException e) {
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace(); e.printStackTrace();
} }
while (true) { while (true) {
@ -808,7 +806,6 @@ public class MyRobot{
title.setSize(200,100); title.setSize(200,100);
title.setText((currentSong>=SONGNAMES.length)?"DONE!":SONGNAMES[currentSong].name); title.setText((currentSong>=SONGNAMES.length)?"DONE!":SONGNAMES[currentSong].name);
//SongData s = SongData.getByTitle(SONGNAMES[currentSong].name); //SongData s = SongData.getByTitle(SONGNAMES[currentSong].name);
//selectedSong=new SongData("キップル・インダストリー",0,0,0); //selectedSong=new SongData("キップル・インダストリー",0,0,0);
@ -818,10 +815,10 @@ public class MyRobot{
} }
static void RunTests() throws IOException { static void RunTests() throws IOException {
selectedSong=new SongData("LIKE THE WIND",null,null,null,null); selectedSong=new SongData("LIKE THE WIND",null,null,null,null);
difficulty="H"; difficulty="H";
RunTest("test73.png",456,207,31,11,18,71.06f,"EX","",96,544610,false,Mode.MEGAMIX);
RunTest("test72.png",571,129,12,0,19,82.47f,"EX","",153,571680,false,Mode.MEGAMIX); RunTest("test72.png",571,129,12,0,19,82.47f,"EX","",153,571680,false,Mode.MEGAMIX);
RunTest("test71.png",520,36,0,0,0,104.91f,"EX","",556,888074,false,Mode.FUTURETONE); RunTest("test71.png",520,36,0,0,0,104.91f,"EX","",556,888074,false,Mode.FUTURETONE);
RunTest("test70.png",670,42,0,0,0,103.54f,"EX","",712,726704,false,Mode.FUTURETONE); RunTest("test70.png",670,42,0,0,0,103.54f,"EX","",712,726704,false,Mode.FUTURETONE);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB