Skip to content

Commit

Permalink
End Credits: added explanatory label regarding speed controls
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Sep 14, 2016
1 parent 3a925c8 commit d6ece4e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions data/gui/window/end_credits.cfg
Expand Up @@ -47,6 +47,11 @@

{GUI_WINDOW_FULLSCREEN}

[linked_group]
id = "helptext"
fixed_width = "true"
[/linked_group]

[tooltip]
id = "tooltip"
[/tooltip]
Expand All @@ -73,7 +78,19 @@

[row]

# Reserve the same amount of space on the left so the middle column is centererd
[column]
grow_factor = 0

[spacer]
definition = "default"
linked_group = "helptext"
[/spacer]

[/column]

[column]
grow_factor = 1
horizontal_grow = "true"
vertical_grow = "true"

Expand All @@ -87,6 +104,21 @@

[/column]

[column]
grow_factor = 0
horizontal_alignment = "right"
vertical_alignment = "bottom"
border = "all"
border_size = 5

[label]
definition = "default"
label = _ "↑ ↓ to adjust speed"
linked_group = "helptext"
[/label]

[/column]

[/row]

[/grid]
Expand Down

0 comments on commit d6ece4e

Please sign in to comment.