mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
bg attempt for submenu - see extras -> updates for demo
This commit is contained in:
parent
533ef77484
commit
e340999249
3 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ define gui.title_text_size = 75
|
||||||
## The images used for the main and game menus.
|
## The images used for the main and game menus.
|
||||||
define gui.main_menu_background = "gui/main_menu.png"
|
define gui.main_menu_background = "gui/main_menu.png"
|
||||||
define gui.game_menu_background = "gui/game_menu.png"
|
define gui.game_menu_background = "gui/game_menu.png"
|
||||||
|
define gui.extras_submenu_background = "gui/overlay/extras_submenu.png"
|
||||||
|
|
||||||
## Dialogue ####################################################################
|
## Dialogue ####################################################################
|
||||||
##
|
##
|
||||||
|
|
BIN
game/gui/overlay/extras_submenu.png
Normal file
BIN
game/gui/overlay/extras_submenu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
|
@ -636,7 +636,7 @@ screen updates():
|
||||||
style_prefix "main_menu"
|
style_prefix "main_menu"
|
||||||
|
|
||||||
add gui.main_menu_background
|
add gui.main_menu_background
|
||||||
|
add gui.extras_submenu_background
|
||||||
|
|
||||||
## This empty frame darkens the main menu.
|
## This empty frame darkens the main menu.
|
||||||
frame:
|
frame:
|
||||||
|
|
Loading…
Reference in a new issue