Document Category Item: Button(s) > Main Menu Buttons SpriteBack
Main Menu Buttons Sprite
Description
In "game_load_1.agc" under "// main menu buttons" @ line 6.
Change the button images for your game!
'Key' is for a small sprite on the top right for keys press!
Definition
mm_set_button_new_game(NORMAL, HOVER, CLICKED, BG, KEY)
mm_set_button_continue(NORMAL, HOVER, CLICKED, BG, KEY)
mm_set_button_load(NORMAL, HOVER, CLICKED, BG, KEY)
mm_set_button_setting(NORMAL, HOVER, CLICKED, BG, KEY)
mm_set_button_exit(NORMAL, HOVER, CLICKED, BG, KEY)