Skip to content

Commit

Permalink
docsgame: Cleanup main menu style
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Oct 15, 2024
1 parent 7f8e69b commit c641292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docsgame_source/game/0_main_menu_sidebar.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ layeredimage main_menu_sidebar:

always Frame(Solid("#262626"), xsize=280, yfill=True)

always Tile("images/morphing-diamonds.svg")
always Frame(Tile("images/morphing-diamonds.svg"), xsize=280, yfill=True)

always Frame(Solid(gui.accent_color), xpos=278, xsize=20, yfill=True)
2 changes: 1 addition & 1 deletion docsgame_source/game/gui.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ define gui.title_text_size = 50
## Main and Game Menus #########################################################

## The images used for the main and game menus.
define gui.main_menu_background = Solid(gui.idle_color)
define gui.main_menu_background = Solid("#000")
define gui.game_menu_background = "gui/game_menu.png"


Expand Down

0 comments on commit c641292

Please sign in to comment.