Skip to content

Commit

Permalink
Added Press ESC to skip text
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Vultraz committed Oct 6, 2020
1 parent 8d04afc commit 7135927
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions data/gui/window/outro.cfg
Expand Up @@ -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]
Expand Down

0 comments on commit 7135927

Please sign in to comment.