Made storyscreen next/prev arrows use new images

This commit is contained in:
Charles Dang 2013-05-30 14:27:28 +11:00
parent 1e766c2246
commit 17f1a06173

View file

@ -129,8 +129,10 @@ STORY_RESULT controller::show(START_POSITION startpos)
return NEXT;
}
gui::button back_button (disp_.video(), "", gui::button::TYPE_PRESS, "big-arrow-button-left");
gui::button next_button (disp_.video(), "", gui::button::TYPE_PRESS, "big-arrow-button-right");
gui::button back_button (disp_.video(), "", gui::button::TYPE_PRESS, "button_normal/button_small_copper_H22"
, gui::button::DEFAULT_SPACE, true, "icons/arrows/long_arrow_ornate_left");
gui::button next_button (disp_.video(), "", gui::button::TYPE_PRESS, "button_normal/button_small_copper_H22"
, gui::button::DEFAULT_SPACE, true, "icons/arrows/long_arrow_ornate_right");
gui::button play_button (disp_.video(), _("Skip"));
// Build renderer cache unless built for a low-memory environment;