Replaced '$' formatting with '@'

This commit is contained in:
Anuken
2020-08-04 10:18:01 -04:00
parent 8dd4839f53
commit f60afc39f1
68 changed files with 458 additions and 458 deletions

View File

@@ -138,7 +138,7 @@ public class Renderer implements ApplicationListener{
}catch(Throwable e){
e.printStackTrace();
settings.put("bloom", false);
ui.showErrorMessage("$error.bloom");
ui.showErrorMessage("@error.bloom");
}
}
@@ -318,7 +318,7 @@ public class Renderer implements ApplicationListener{
int memory = w * h * 4 / 1024 / 1024;
if(memory >= 65){
ui.showInfo("$screenshot.invalid");
ui.showInfo("@screenshot.invalid");
return;
}