first theme now 800x600

This commit is contained in:
p.kosyh 2009-11-09 08:57:55 +00:00
parent 9617b949e1
commit 36895e6f34
3 changed files with 4 additions and 3 deletions

View file

@ -124,7 +124,7 @@ int main(int argc, char **argv)
if (opt_theme)
game_theme_select(opt_theme);
if (!curtheme_dir)
game_theme_select(DEFAULT_THEME);
game_theme_select(FIRST_THEME);
// Initialize SDL
if (gfx_init() < 0)

View file

@ -5,6 +5,7 @@
#include "sound.h"
#define DEFAULT_THEME "default"
#define FIRST_THEME "default-large"
#ifndef THEMES_PATH
#define THEMES_PATH "./themes"
#endif

View file

@ -33,8 +33,8 @@ inv.y = 16
inv.w = 127
inv.h = 508
scr.gfx.mode = fixed
scr.gfx.h = 300
;scr.gfx.mode = fixed
;scr.gfx.h = 300
win.gfx.down = down.png
win.gfx.up = up.png