Clean up board display.

Removed color from "starting in n seconds" message to reduce distraction.
Moved board one column right to give it more breathing room.
This commit is contained in:
Mike Mueller 2012-04-04 17:59:25 -07:00
parent c51e21b003
commit e706b6816b

View File

@ -352,9 +352,9 @@ class Worddle(BaseGame):
'result': ('%s%%(nick)s%s %%(verb)s %s%%(points)d%s ' +
'point%%(plural)s (%%(words)s)') %
(WHITE, LGRAY, LGREEN, LGRAY),
'startup': ('Starting in %s%%(seconds)d%s seconds, ' +
'startup': ('Starting in %%(seconds)d seconds, ' +
'use "%s%%(commandChar)sworddle join%s" to play!') %
(LYELLOW, LGRAY, WHITE, LGRAY),
(WHITE, LGRAY),
'stopped': 'Game stopped.',
'warning': '%s%%(seconds)d%s seconds remaining...' % (LYELLOW, LGRAY),
'welcome1': '--- %sNew Game%s ---' % (WHITE, LGRAY),