Added russian bundle
This commit is contained in:
@@ -113,7 +113,7 @@ public class Control extends Module{
|
||||
"port", port+"",
|
||||
"name", android || gwt ? "player" : UCore.getProperty("user.name"),
|
||||
"servers", "",
|
||||
"color", Color.rgba8888(playerColors[9])
|
||||
"color", Color.rgba8888(playerColors[8])
|
||||
);
|
||||
|
||||
KeyBinds.load();
|
||||
|
||||
@@ -211,10 +211,6 @@ public class Renderer extends RendererModule{
|
||||
super.resize(width, height);
|
||||
control.input().resetCursor();
|
||||
camera.position.set(player.x, player.y, 0);
|
||||
|
||||
int scale = Settings.getBool("pixelate") ? Core.cameraScale : 1;
|
||||
Graphics.getEffects1().setScale(scale);
|
||||
Graphics.getEffects2().setScale(scale);
|
||||
}
|
||||
|
||||
public void clearTiles(){
|
||||
|
||||
@@ -13,7 +13,7 @@ import java.util.Locale;
|
||||
import static io.anuke.mindustry.Vars.ui;
|
||||
|
||||
public class LanguageDialog extends FloatingDialog{
|
||||
private Locale[] locales = {Locale.ENGLISH, new Locale("fr", "FR"),
|
||||
private Locale[] locales = {Locale.ENGLISH, new Locale("fr", "FR"), new Locale("ru"),
|
||||
new Locale("es", "LA"), new Locale("pt", "BR"), new Locale("ko"), new Locale("in", "ID")};
|
||||
|
||||
public LanguageDialog(){
|
||||
|
||||
Reference in New Issue
Block a user