Add possible icons for remaining buttons
BIN
data/images/buttons/bluecurve/color.png
Normal file
After Width: | Height: | Size: 903 B |
BIN
data/images/buttons/bluecurve/help.png
Normal file
After Width: | Height: | Size: 989 B |
BIN
data/images/buttons/bluecurve/next.png
Normal file
After Width: | Height: | Size: 574 B |
BIN
data/images/buttons/bluecurve/save.png
Normal file
After Width: | Height: | Size: 633 B |
BIN
data/images/buttons/bluecurve/statistics.png
Normal file
After Width: | Height: | Size: 680 B |
BIN
data/images/buttons/remix/color.png
Normal file
After Width: | Height: | Size: 620 B |
BIN
data/images/buttons/remix/help.png
Normal file
After Width: | Height: | Size: 619 B |
BIN
data/images/buttons/remix/next.png
Normal file
After Width: | Height: | Size: 312 B |
BIN
data/images/buttons/remix/save.png
Normal file
After Width: | Height: | Size: 256 B |
BIN
data/images/buttons/remix/statistics.png
Normal file
After Width: | Height: | Size: 280 B |
|
@ -531,12 +531,29 @@ class Application:
|
|||
for n, f in (
|
||||
(_('&OK'), 'ok'),
|
||||
(_('&Select'), 'ok'),
|
||||
(_('&Nice'), 'ok'),
|
||||
(_('&Enjoy'), 'ok'),
|
||||
(_("&Great"), 'ok'),
|
||||
(_("&Cool"), 'ok'),
|
||||
(_("&Yeah"), 'ok'),
|
||||
(_("&Wow"), 'ok'),
|
||||
(_("&Oh well"), 'ok'),
|
||||
(_("&That's life"), 'ok'),
|
||||
(_("&Hmm"), 'ok'),
|
||||
(_('&Cancel'), 'cancel'),
|
||||
(_('&Close'), 'cancel'),
|
||||
(_('&New game'), 'new'),
|
||||
(_('&Back to game'), 'back'),
|
||||
(_('&Reset...'), 'reset'),
|
||||
(_('&Restart'), 'reset'),
|
||||
(_('&Rules'), 'help'),
|
||||
(_('&Info...'), 'help'),
|
||||
(_('&Credits'), 'help'),
|
||||
(_('&Next number'), 'next'),
|
||||
(_('&Play this game'), 'next'),
|
||||
(_('&Solid color...'), 'color'),
|
||||
(_('&Save to file'), 'save'),
|
||||
(_('&Statistics...'), 'statistics'),
|
||||
):
|
||||
fn = self.dataloader.findImage(f, dirname)
|
||||
im = loadImage(fn)
|
||||
|
|