Update scoreboard.example

master
Marco 2020-04-23 10:32:48 +00:00
parent 94b92eae2a
commit d2b7e4c3a8
1 changed files with 3 additions and 2 deletions

View File

@ -16,12 +16,13 @@
alignment = { x = 0, y = 0 }, alignment = { x = 0, y = 0 },
text = "whatever_pic.png" text = "whatever_pic.png"
} }
} },
sub_txt_elems = { sub_txt_elems = {
sub_elem = { sub_elem = {
alignment = { x = 0, y = 1 }, alignment = { x = 0, y = 1 },
offset = {x = 0, y = -130}, offset = {x = 0, y = -130},
text = "Hey, I'm a sub-element!", text = "Hey, I'm a sub-element!",
}, }
}
} }