mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-05-06 11:33:42 -05:00
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:
parent
c51e21b003
commit
e706b6816b
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user