Skip to content

Commit

Permalink
Merge pull request #197 from galegosimpatico/dev-realm-along-version
Browse files Browse the repository at this point in the history
Output development realm notice following the version string.
  • Loading branch information
davewx7 authored Oct 19, 2017
2 parents 1bc5568 + 4ffc970 commit 49e5fd7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/tbs/data/objects/game_menu_controller.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@
mid_y: (obj text_area<- _text_area).y2 - lib.gui.py(20),
use_absolute_screen_coordinates: true,
bg_color: [0.3, 0.3, 0.3, 1.0],
_text: q(<font size='12'>) + MODULE_PRETTY_NAME + ' ' + str(MODULE_VERSION) + q(</font>),
_text: q(<font size='12'>) + MODULE_PRETTY_NAME + ' ' +
str(MODULE_VERSION) +
if (universe = 'rel',
'', ' (' + universe + ')') + q(</font>)
where universe = str(MODULE_OPTIONS.universe),
text_width: text_width,
zorder: zorder+1,
}, [
Expand Down

0 comments on commit 49e5fd7

Please sign in to comment.