Added Press ESC to skip text

[ci skip]
This commit is contained in:
Charles Dang 2020-10-06 13:40:01 +11:00
parent 8d04afc90b
commit 7135927d8a

View file

@ -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]