Made storyscreen next/prev arrows use new images
This commit is contained in:
parent
1e766c2246
commit
17f1a06173
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue