Added Press ESC to skip text
[ci skip]
This commit is contained in:
parent
8d04afc90b
commit
7135927d8a
1 changed files with 9 additions and 0 deletions
|
@ -40,6 +40,15 @@
|
|||
text_alignment = "center"
|
||||
[/text]
|
||||
|
||||
[text]
|
||||
x = "(screen_width - text_width - 20)"
|
||||
y = "(screen_height - text_height - 20)"
|
||||
w = "(text_width)"
|
||||
h = "(text_height)"
|
||||
font_size = {GUI_FONT_SIZE_DEFAULT}
|
||||
text = _ "Press ESC to skip"
|
||||
[/text]
|
||||
|
||||
[/draw]
|
||||
|
||||
[/background]
|
||||
|
|
Loading…
Add table
Reference in a new issue