Added new splash screens and icons for iOS
@@ -177,7 +177,7 @@ public class NetServer extends Module{
|
|||||||
if(!Timers.get("fastshoot-" + id + "-" + weapon.id, wtrc)){
|
if(!Timers.get("fastshoot-" + id + "-" + weapon.id, wtrc)){
|
||||||
info.fastShots.getAndIncrement(weapon.id, 0, 1);
|
info.fastShots.getAndIncrement(weapon.id, 0, 1);
|
||||||
|
|
||||||
if(info.fastShots.get(weapon.id, 0) > (int)(wtrc / (weapon.getReload() / 2f)) + 6){
|
if(info.fastShots.get(weapon.id, 0) > (int)(wtrc / (weapon.getReload() / 2f)) + 8){
|
||||||
kick(id, KickReason.kick);
|
kick(id, KickReason.kick);
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 104 KiB |
|
Before Width: | Height: | Size: 96 KiB |
|
Before Width: | Height: | Size: 108 KiB |
|
Before Width: | Height: | Size: 82 KiB |
BIN
ios/data/Default-568h@2x~iphone.png
Normal file
|
After Width: | Height: | Size: 622 KiB |
BIN
ios/data/Default-667h.png
Normal file
|
After Width: | Height: | Size: 783 KiB |
BIN
ios/data/Default-736h.png
Normal file
|
After Width: | Height: | Size: 1.8 MiB |
BIN
ios/data/Default-Landscape-736h.png
Normal file
|
After Width: | Height: | Size: 1.7 MiB |
BIN
ios/data/Default-Landscape@2x~ipad.png
Normal file
|
After Width: | Height: | Size: 1.7 MiB |
BIN
ios/data/Default-Landscape~ipad.png
Normal file
|
After Width: | Height: | Size: 701 KiB |
BIN
ios/data/Default-Portrait@2x~ipad.png
Normal file
|
After Width: | Height: | Size: 1.7 MiB |
BIN
ios/data/Default-Portrait~ipad.png
Normal file
|
After Width: | Height: | Size: 662 KiB |
|
Before Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 83 KiB |
|
Before Width: | Height: | Size: 95 KiB |
BIN
ios/data/Default@2x~iphone.png
Normal file
|
After Width: | Height: | Size: 576 KiB |
|
Before Width: | Height: | Size: 33 KiB |
BIN
ios/data/Default~iphone.png
Normal file
|
After Width: | Height: | Size: 215 KiB |
|
Before Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 6.1 KiB |
|
Before Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 5.5 KiB |
BIN
ios/data/icon-72.png
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
BIN
ios/data/icon-72@2x.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
ios/data/icon.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
ios/data/icon@2x.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
@@ -72,7 +72,6 @@ public class TextFieldDialogListener {
|
|||||||
public boolean shouldEnableFirstOtherButton(UIAlertView alertView) {
|
public boolean shouldEnableFirstOtherButton(UIAlertView alertView) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
String[] otherButtons = new String[1];
|
String[] otherButtons = new String[1];
|
||||||
|
|||||||