iPhone X splash images
BIN
core/assets/saves/settings.bin
Normal file
BIN
core/assets/saves/settings_backup.bin
Normal file
1
core/assets/steam_appid.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
1127400
|
@ -527,7 +527,9 @@ public class Player extends Unit implements BuilderMinerTrait, ShooterTrait{
|
|||||||
spawner = null;
|
spawner = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
avoidOthers();
|
if(isLocal || Net.server()){
|
||||||
|
avoidOthers();
|
||||||
|
}
|
||||||
|
|
||||||
Tile tile = world.tileWorld(x, y);
|
Tile tile = world.tileWorld(x, y);
|
||||||
|
|
||||||
|
@ -214,7 +214,12 @@ public class Maps implements Disposable{
|
|||||||
|
|
||||||
return filters;
|
return filters;
|
||||||
}else{
|
}else{
|
||||||
return JsonIO.read(Array.class, str);
|
try{
|
||||||
|
return JsonIO.read(Array.class, str);
|
||||||
|
}catch(Exception e){
|
||||||
|
e.printStackTrace();
|
||||||
|
return readFilters("");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -242,9 +242,9 @@ public class HudFragment extends Fragment{
|
|||||||
IntFormat fps = new IntFormat("fps");
|
IntFormat fps = new IntFormat("fps");
|
||||||
IntFormat ping = new IntFormat("ping");
|
IntFormat ping = new IntFormat("ping");
|
||||||
|
|
||||||
info.label(() -> fps.get(Core.graphics.getFramesPerSecond())).left();
|
info.label(() -> fps.get(Core.graphics.getFramesPerSecond())).left().style("outline");
|
||||||
info.row();
|
info.row();
|
||||||
info.label(() -> ping.get(Net.getPing())).visible(Net::client).left();
|
info.label(() -> ping.get(Net.getPing())).visible(Net::client).left().style("outline");
|
||||||
}).top().left();
|
}).top().left();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 996 KiB After Width: | Height: | Size: 706 KiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 905 KiB |
Before Width: | Height: | Size: 2.8 MiB After Width: | Height: | Size: 2.0 MiB |
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 2.8 MiB After Width: | Height: | Size: 1.8 MiB |
Before Width: | Height: | Size: 993 KiB After Width: | Height: | Size: 632 KiB |
Before Width: | Height: | Size: 3.1 MiB After Width: | Height: | Size: 2.1 MiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 725 KiB |
Before Width: | Height: | Size: 890 KiB After Width: | Height: | Size: 598 KiB |
Before Width: | Height: | Size: 278 KiB After Width: | Height: | Size: 204 KiB |
BIN
ios/data/LaunchImage-1125@3x~iphoneX-portrait_1125x2436.png
Normal file
After Width: | Height: | Size: 2.0 MiB |
BIN
ios/data/LaunchImage-1242@3x~iphoneXsMax-portrait_1242x2688.png
Normal file
After Width: | Height: | Size: 2.2 MiB |
BIN
ios/data/LaunchImage-1792@2x~iphoneXr-landscape_1792x828.png
Normal file
After Width: | Height: | Size: 871 KiB |
BIN
ios/data/LaunchImage-2436@3x~iphoneX-landscape_2436x1125.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
ios/data/LaunchImage-2688@3x~iphoneXsMax-landscape_2688x1242.png
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
ios/data/LaunchImage-828@2x~iphoneXr-portrait_828x1792.png
Normal file
After Width: | Height: | Size: 1.2 MiB |