Put version on screen
This commit is contained in:
parent
4adfd86fb5
commit
c19dc1970d
1 changed files with 9 additions and 0 deletions
|
@ -113,6 +113,15 @@ public class Main {
|
||||||
text2.put("color",conf.getString("textcolorupdate"));
|
text2.put("color",conf.getString("textcolorupdate"));
|
||||||
text2.put("font",2);
|
text2.put("font",2);
|
||||||
text2.put("background",conf.getString("bgcolormain"));
|
text2.put("background",conf.getString("bgcolormain"));
|
||||||
|
JSONObject text3 = new JSONObject();
|
||||||
|
text3.put("type","text");
|
||||||
|
text3.put("x",120);
|
||||||
|
text3.put("y",200);
|
||||||
|
text3.put("text", version);
|
||||||
|
text3.put("color",conf.getString("textcolorupdate"));
|
||||||
|
text3.put("font",2);
|
||||||
|
text3.put("background",conf.getString("bgcolormain"));
|
||||||
|
layout.put(text3);
|
||||||
layout.put(text2);
|
layout.put(text2);
|
||||||
layout.put(text1);
|
layout.put(text1);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue