|
From: Tapio V. <aa...@us...> - 2010-03-15 10:12:08
|
Module: performous
Branch: pausemenu
Commit: 2257ae205c7ea2dbcae72c0528cccb6d989c9af7
Author: Tapio Vierros <tap...@gm...>
Date: Sun Jan 3 20:41:46 2010 +0200
WIP2
---
game/theme.cc | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/game/theme.cc b/game/theme.cc
index c8705ff..1536489 100755
--- a/game/theme.cc
+++ b/game/theme.cc
@@ -59,15 +59,12 @@ ThemeIntro::ThemeIntro():
}
ThemePause::ThemePause():
- Theme(getThemePath("intro_bg.svg")),
+ Theme(getThemePath("sing_pause_bg.svg")),
back_h(getThemePath("menu_back_highlight.svg")),
option_selected(getThemePath("menu_option_selected.svg"), config["graphic/text_lod"].f()),
- comment(getThemePath("menu_comment.svg"), config["graphic/text_lod"].f()),
- comment_bg(getThemePath("menu_comment_bg.svg"))
{
back_h.dimensions.fixedHeight(0.08f);
option.push_back(new SvgTxtTheme(getThemePath("menu_option.svg"), config["graphic/text_lod"].f()));
option.push_back(new SvgTxtTheme(getThemePath("menu_option.svg"), config["graphic/text_lod"].f()));
option.push_back(new SvgTxtTheme(getThemePath("menu_option.svg"), config["graphic/text_lod"].f()));
- option.push_back(new SvgTxtTheme(getThemePath("menu_option.svg"), config["graphic/text_lod"].f()));
}
|