Formatted version
This commit is contained in:
parent
c19dc1970d
commit
e75ff73e39
1 changed files with 2 additions and 2 deletions
|
@ -116,8 +116,8 @@ public class Main {
|
|||
JSONObject text3 = new JSONObject();
|
||||
text3.put("type","text");
|
||||
text3.put("x",120);
|
||||
text3.put("y",200);
|
||||
text3.put("text", version);
|
||||
text3.put("y",210);
|
||||
text3.put("text", "Ver. "+version);
|
||||
text3.put("color",conf.getString("textcolorupdate"));
|
||||
text3.put("font",2);
|
||||
text3.put("background",conf.getString("bgcolormain"));
|
||||
|
|
Loading…
Add table
Reference in a new issue