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/default_theme.theme | Bin 0 -> 96130 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 game/default_theme.theme (limited to 'game/default_theme.theme') diff --git a/game/default_theme.theme b/game/default_theme.theme new file mode 100644 index 0000000..514ab3f Binary files /dev/null and b/game/default_theme.theme differ -- cgit v1.2.3-56-ga3b1