Update typeface.
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 8.0 KiB |
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 8.0 KiB |
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 8.0 KiB |
@ -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) {
|
||||||
@ -707,13 +705,13 @@ public class MyRobot{
|
|||||||
typeface1 = null;
|
typeface1 = null;
|
||||||
typeface2=null;
|
typeface2=null;
|
||||||
try {
|
try {
|
||||||
typeface1 = new TypeFace2(
|
typeface1 = new TypeFace2(
|
||||||
ImageIO.read(new File("typeface.png")),
|
ImageIO.read(new File("typeface.png")),
|
||||||
ImageIO.read(new File("typeface2.png")),
|
ImageIO.read(new File("typeface2.png")),
|
||||||
ImageIO.read(new File("typeface3.png")),
|
ImageIO.read(new File("typeface3.png")),
|
||||||
ImageIO.read(new File("typeface4.png")),
|
ImageIO.read(new File("typeface4.png")),
|
||||||
ImageIO.read(new File("typeface5.png"))
|
ImageIO.read(new File("typeface5.png"))
|
||||||
);
|
);
|
||||||
} catch (IOException e1) {
|
} catch (IOException e1) {
|
||||||
e1.printStackTrace();
|
e1.printStackTrace();
|
||||||
}
|
}
|
||||||
@ -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);
|
||||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |