Document Category Item: Button(s) > In Game UIBack
In Game UI
Description
In "game_load_1.agc" under "// game button graphic" @ line 89.
Change the button images for the ui in your game!
'Key' is for a small sprite on the top right for keys press!
Definition
vne_set_button_quick_save(NORMAL, HOVER, CLICKED, BG, KEY)
vne_set_button_quick_load(NORMAL, HOVER, CLICKED, BG, KEY)
vne_set_button_save_load(NORMAL, HOVER, CLICKED, BG, KEY)
vne_set_button_skip(NORMAL, HOVER, CLICKED, BG, KEY)
vne_set_button_auto(NORMAL, HOVER, CLICKED, BG, KEY)
vne_set_button_main_menu(NORMAL, HOVER, CLICKED, BG, KEY)