Added russian bundle

This commit is contained in:
Anuken
2018-01-31 09:42:39 -05:00
parent 5be256212c
commit fe458d03bd
6 changed files with 482 additions and 485 deletions

View File

@@ -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();

View File

@@ -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(){

View File

@@ -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(){