mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +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.
|
||||
define gui.main_menu_background = "gui/main_menu.png"
|
||||
define gui.game_menu_background = "gui/game_menu.png"
|
||||
|
||||
define gui.extras_submenu_background = "gui/overlay/extras_submenu.png"
|
||||
|
||||
## 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"
|
||||
|
||||
add gui.main_menu_background
|
||||
|
||||
add gui.extras_submenu_background
|
||||
|
||||
## This empty frame darkens the main menu.
|
||||
frame:
|
||||
|
|
Loading…
Reference in a new issue