From fb9e316a18139ea6b6ffe3b237796b42d7114738 Mon Sep 17 00:00:00 2001 From: "George L. Albany" Date: Tue, 21 Feb 2023 02:49:46 -0500 Subject: Add stylized theme to MainMenu (#12) * Add stylized theme to MainMenu Increase message queue memory size by 4 Add default_theme.theme Refactor SampleGame.gd to better account for refactoring via @export nodes Properly aligne SampleGame scene Reorganize MainMenu into its own directory Add main_menu_border_paper.png Add main_menu_button.png * Add background image to theme Implement StyleBoxCombinedTexture Allows drawing an array of textures all at once Make MainMenu Panel a PanelContainer for consistency * Implement MainMenu button press, hover, and focus styles Improve MainMenu button disabled style * Add Godot's latest documentation to the README.md --- game/theme_assets/main_menu_background.png | Bin 0 -> 7817823 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 game/theme_assets/main_menu_background.png (limited to 'game/theme_assets/main_menu_background.png') diff --git a/game/theme_assets/main_menu_background.png b/game/theme_assets/main_menu_background.png new file mode 100644 index 0000000..7d64b9f Binary files /dev/null and b/game/theme_assets/main_menu_background.png differ -- cgit v1.2.3-56-ga3b1