From 797006ced94699356c66e194e06ebe35b9975413 Mon Sep 17 00:00:00 2001 From: darioGerussi Date: Sun, 17 Oct 2021 13:19:21 -0500 Subject: [PATCH] Reorganized Godot folder; uploaded my Main Menu version Combined all Godot uploads from everyone into one folder (MainMenu) within a new folder for Godot files (Godot). Uploaded my first draft version of the Main Menu file. --- ...n.png-487276ed1e3a0c39cad0279d744ee560.md5 | 0 ....png-487276ed1e3a0c39cad0279d744ee560.stex | Bin {GodotUI => Godot/MainMenu/GodotUI}/GUI.tscn | 0 .../MainMenu/GodotUI}/HostAndJoinGame.gd | 0 .../GodotUI}/Player_Settings_Button.gd | 0 .../MainMenu/GodotUI}/SaveSystem/GameSave.gd | 0 .../GodotUI}/SaveSystem/SceneObject.gd | 0 .../GodotUI}/SaveSystem/SceneSaveSystem.gd | 0 .../MainMenu/GodotUI}/Start Game.gd | 0 .../MainMenu/GodotUI}/TestNode2D.gd | 0 .../MainMenu/GodotUI}/TestNode2D.tscn | 0 .../MainMenu/GodotUI}/default_env.tres | 0 {GodotUI => Godot/MainMenu/GodotUI}/icon.png | Bin .../MainMenu/GodotUI}/icon.png.import | 0 .../MainMenu/GodotUI}/project.godot | 0 .../GodotUserInterface}/MainMenu.tscn | 0 .../MainMenu/GodotUserInterface}/NewGame.gd | 0 .../MainMenu/GodotUserInterface}/NewGame.tscn | 0 .../MainMenu/GodotUserInterface}/SaveLoad.gd | 0 .../GodotUserInterface}/SaveLoad.tscn | 0 .../GodotUserInterface}/default_env.tres | 0 .../MainMenu/GodotUserInterface}/icon.png | Bin .../GodotUserInterface}/icon.png.import | 0 .../GodotUserInterface}/new_dynamicfont.tres | 0 .../GodotUserInterface}/project.godot | 0 .../roboto/Apache License.txt | 0 .../roboto/Roboto-Regular.ttf | Bin ...o.png-bf78baa5e40d24f1836aa08964398dec.md5 | 0 ....png-bf78baa5e40d24f1836aa08964398dec.stex | Bin ...n.png-487276ed1e3a0c39cad0279d744ee560.md5 | 0 ....png-487276ed1e3a0c39cad0279d744ee560.stex | Bin .../rpgr_gameWork_20211010A/Control.tscn | 0 .../Screens/AddCharacter_temp.tscn | 0 .../Screens/LoadGame_temp.tscn | 0 .../Screens/MenuScreen.tscn | 0 .../Screens/Multiplayer_temp.tscn | 0 .../Screens/NewGame_temp.tscn | 0 .../Screens/Settings.tscn | 0 .../UserInterface/But_AddChar.tscn | 0 .../UserInterface/But_ChangeScene.gd | 0 .../UserInterface/But_ChangeScene.tscn | 0 .../UserInterface/But_LoadGame.tscn | 0 .../UserInterface/But_Multiplayer.tscn | 0 .../UserInterface/But_Quit.gd | 0 .../UserInterface/But_Quit.tscn | 0 .../UserInterface/But_Settings.tscn | 0 .../UserInterface/Title.tscn | 0 .../assets/background_demo.png | Bin .../assets/background_demo.png.import | 0 .../assets/base_dynamicFont_BIG.tres | 0 .../assets/base_dynamicfont.tres | 0 .../assets/l_10646.ttf | Bin .../assets/ui_theme.tres | 0 .../assets/ui_title_theme.tres | 0 .../rpgr_gameWork_20211010A/default_env.tres | 0 .../rpgr_gameWork_20211010A/icon.png | Bin .../rpgr_gameWork_20211010A/icon.png.import | 0 .../rpgr_gameWork_20211010A/project.godot | 0 .../startGameMenu/.import/ItemList.gd | 25 + ...n.png-487276ed1e3a0c39cad0279d744ee560.md5 | 3 + ....png-487276ed1e3a0c39cad0279d744ee560.stex | Bin 0 -> 3413 bytes .../startGameMenu/.import/mainScene.gd | 15 + .../startGameMenu/.import/mainScene.tscn | 12064 ++++++++++++++++ .../darioGerussi/startGameMenu/Button.gd | 19 + .../darioGerussi/startGameMenu/Button.tscn | 12030 +++++++++++++++ .../startGameMenu/addCharacter.tscn | 28 + .../startGameMenu/default_env.tres | 7 + .../darioGerussi/startGameMenu/icon.png | Bin 0 -> 3305 bytes .../startGameMenu/icon.png.import | 34 + .../darioGerussi/startGameMenu/loadGame.tscn | 28 + .../startGameMenu/multiplayer.tscn | 28 + .../darioGerussi/startGameMenu/newGame.tscn | 27 + .../darioGerussi/startGameMenu/project.godot | 24 + .../darioGerussi/startGameMenu/settings.tscn | 28 + 74 files changed, 24360 insertions(+) rename {GodotUI => Godot/MainMenu/GodotUI}/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 (100%) rename {GodotUI => Godot/MainMenu/GodotUI}/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex (100%) rename {GodotUI => Godot/MainMenu/GodotUI}/GUI.tscn (100%) rename {GodotUI => Godot/MainMenu/GodotUI}/HostAndJoinGame.gd (100%) rename {GodotUI => Godot/MainMenu/GodotUI}/Player_Settings_Button.gd (100%) rename {GodotUI => Godot/MainMenu/GodotUI}/SaveSystem/GameSave.gd (100%) rename {GodotUI => Godot/MainMenu/GodotUI}/SaveSystem/SceneObject.gd (100%) rename {GodotUI => Godot/MainMenu/GodotUI}/SaveSystem/SceneSaveSystem.gd (100%) rename {GodotUI => Godot/MainMenu/GodotUI}/Start Game.gd (100%) rename {GodotUI => Godot/MainMenu/GodotUI}/TestNode2D.gd (100%) rename {GodotUI => Godot/MainMenu/GodotUI}/TestNode2D.tscn (100%) rename {GodotUI => Godot/MainMenu/GodotUI}/default_env.tres (100%) rename {GodotUI => Godot/MainMenu/GodotUI}/icon.png (100%) rename {GodotUI => Godot/MainMenu/GodotUI}/icon.png.import (100%) rename {GodotUI => Godot/MainMenu/GodotUI}/project.godot (100%) rename {GodotUserInterface => Godot/MainMenu/GodotUserInterface}/MainMenu.tscn (100%) rename {GodotUserInterface => Godot/MainMenu/GodotUserInterface}/NewGame.gd (100%) rename {GodotUserInterface => Godot/MainMenu/GodotUserInterface}/NewGame.tscn (100%) rename {GodotUserInterface => Godot/MainMenu/GodotUserInterface}/SaveLoad.gd (100%) rename {GodotUserInterface => Godot/MainMenu/GodotUserInterface}/SaveLoad.tscn (100%) rename {GodotUserInterface => Godot/MainMenu/GodotUserInterface}/default_env.tres (100%) rename {GodotUserInterface => Godot/MainMenu/GodotUserInterface}/icon.png (100%) rename {GodotUserInterface => Godot/MainMenu/GodotUserInterface}/icon.png.import (100%) rename {GodotUserInterface => Godot/MainMenu/GodotUserInterface}/new_dynamicfont.tres (100%) rename {GodotUserInterface => Godot/MainMenu/GodotUserInterface}/project.godot (100%) rename {GodotUserInterface => Godot/MainMenu/GodotUserInterface}/roboto/Apache License.txt (100%) rename {GodotUserInterface => Godot/MainMenu/GodotUserInterface}/roboto/Roboto-Regular.ttf (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/.import/background_demo.png-bf78baa5e40d24f1836aa08964398dec.md5 (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/.import/background_demo.png-bf78baa5e40d24f1836aa08964398dec.stex (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/Control.tscn (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/Screens/AddCharacter_temp.tscn (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/Screens/LoadGame_temp.tscn (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/Screens/MenuScreen.tscn (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/Screens/Multiplayer_temp.tscn (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/Screens/NewGame_temp.tscn (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/Screens/Settings.tscn (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/UserInterface/But_AddChar.tscn (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/UserInterface/But_ChangeScene.gd (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/UserInterface/But_ChangeScene.tscn (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/UserInterface/But_LoadGame.tscn (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/UserInterface/But_Multiplayer.tscn (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/UserInterface/But_Quit.gd (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/UserInterface/But_Quit.tscn (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/UserInterface/But_Settings.tscn (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/UserInterface/Title.tscn (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/assets/background_demo.png (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/assets/background_demo.png.import (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/assets/base_dynamicFont_BIG.tres (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/assets/base_dynamicfont.tres (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/assets/l_10646.ttf (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/assets/ui_theme.tres (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/assets/ui_title_theme.tres (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/default_env.tres (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/icon.png (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/icon.png.import (100%) rename {GodotUserInterface_Doug => Godot/MainMenu/GodotUserInterface_Doug}/rpgr_gameWork_20211010A/project.godot (100%) create mode 100644 Godot/MainMenu/darioGerussi/startGameMenu/.import/ItemList.gd create mode 100644 Godot/MainMenu/darioGerussi/startGameMenu/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 create mode 100644 Godot/MainMenu/darioGerussi/startGameMenu/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex create mode 100644 Godot/MainMenu/darioGerussi/startGameMenu/.import/mainScene.gd create mode 100644 Godot/MainMenu/darioGerussi/startGameMenu/.import/mainScene.tscn create mode 100644 Godot/MainMenu/darioGerussi/startGameMenu/Button.gd create mode 100644 Godot/MainMenu/darioGerussi/startGameMenu/Button.tscn create mode 100644 Godot/MainMenu/darioGerussi/startGameMenu/addCharacter.tscn create mode 100644 Godot/MainMenu/darioGerussi/startGameMenu/default_env.tres create mode 100644 Godot/MainMenu/darioGerussi/startGameMenu/icon.png create mode 100644 Godot/MainMenu/darioGerussi/startGameMenu/icon.png.import create mode 100644 Godot/MainMenu/darioGerussi/startGameMenu/loadGame.tscn create mode 100644 Godot/MainMenu/darioGerussi/startGameMenu/multiplayer.tscn create mode 100644 Godot/MainMenu/darioGerussi/startGameMenu/newGame.tscn create mode 100644 Godot/MainMenu/darioGerussi/startGameMenu/project.godot create mode 100644 Godot/MainMenu/darioGerussi/startGameMenu/settings.tscn diff --git a/GodotUI/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 b/Godot/MainMenu/GodotUI/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 similarity index 100% rename from GodotUI/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 rename to Godot/MainMenu/GodotUI/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 diff --git a/GodotUI/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex b/Godot/MainMenu/GodotUI/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex similarity index 100% rename from GodotUI/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex rename to Godot/MainMenu/GodotUI/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex diff --git a/GodotUI/GUI.tscn b/Godot/MainMenu/GodotUI/GUI.tscn similarity index 100% rename from GodotUI/GUI.tscn rename to Godot/MainMenu/GodotUI/GUI.tscn diff --git a/GodotUI/HostAndJoinGame.gd b/Godot/MainMenu/GodotUI/HostAndJoinGame.gd similarity index 100% rename from GodotUI/HostAndJoinGame.gd rename to Godot/MainMenu/GodotUI/HostAndJoinGame.gd diff --git a/GodotUI/Player_Settings_Button.gd b/Godot/MainMenu/GodotUI/Player_Settings_Button.gd similarity index 100% rename from GodotUI/Player_Settings_Button.gd rename to Godot/MainMenu/GodotUI/Player_Settings_Button.gd diff --git a/GodotUI/SaveSystem/GameSave.gd b/Godot/MainMenu/GodotUI/SaveSystem/GameSave.gd similarity index 100% rename from GodotUI/SaveSystem/GameSave.gd rename to Godot/MainMenu/GodotUI/SaveSystem/GameSave.gd diff --git a/GodotUI/SaveSystem/SceneObject.gd b/Godot/MainMenu/GodotUI/SaveSystem/SceneObject.gd similarity index 100% rename from GodotUI/SaveSystem/SceneObject.gd rename to Godot/MainMenu/GodotUI/SaveSystem/SceneObject.gd diff --git a/GodotUI/SaveSystem/SceneSaveSystem.gd b/Godot/MainMenu/GodotUI/SaveSystem/SceneSaveSystem.gd similarity index 100% rename from GodotUI/SaveSystem/SceneSaveSystem.gd rename to Godot/MainMenu/GodotUI/SaveSystem/SceneSaveSystem.gd diff --git a/GodotUI/Start Game.gd b/Godot/MainMenu/GodotUI/Start Game.gd similarity index 100% rename from GodotUI/Start Game.gd rename to Godot/MainMenu/GodotUI/Start Game.gd diff --git a/GodotUI/TestNode2D.gd b/Godot/MainMenu/GodotUI/TestNode2D.gd similarity index 100% rename from GodotUI/TestNode2D.gd rename to Godot/MainMenu/GodotUI/TestNode2D.gd diff --git a/GodotUI/TestNode2D.tscn b/Godot/MainMenu/GodotUI/TestNode2D.tscn similarity index 100% rename from GodotUI/TestNode2D.tscn rename to Godot/MainMenu/GodotUI/TestNode2D.tscn diff --git a/GodotUI/default_env.tres b/Godot/MainMenu/GodotUI/default_env.tres similarity index 100% rename from GodotUI/default_env.tres rename to Godot/MainMenu/GodotUI/default_env.tres diff --git a/GodotUI/icon.png b/Godot/MainMenu/GodotUI/icon.png similarity index 100% rename from GodotUI/icon.png rename to Godot/MainMenu/GodotUI/icon.png diff --git a/GodotUI/icon.png.import b/Godot/MainMenu/GodotUI/icon.png.import similarity index 100% rename from GodotUI/icon.png.import rename to Godot/MainMenu/GodotUI/icon.png.import diff --git a/GodotUI/project.godot b/Godot/MainMenu/GodotUI/project.godot similarity index 100% rename from GodotUI/project.godot rename to Godot/MainMenu/GodotUI/project.godot diff --git a/GodotUserInterface/MainMenu.tscn b/Godot/MainMenu/GodotUserInterface/MainMenu.tscn similarity index 100% rename from GodotUserInterface/MainMenu.tscn rename to Godot/MainMenu/GodotUserInterface/MainMenu.tscn diff --git a/GodotUserInterface/NewGame.gd b/Godot/MainMenu/GodotUserInterface/NewGame.gd similarity index 100% rename from GodotUserInterface/NewGame.gd rename to Godot/MainMenu/GodotUserInterface/NewGame.gd diff --git a/GodotUserInterface/NewGame.tscn b/Godot/MainMenu/GodotUserInterface/NewGame.tscn similarity index 100% rename from GodotUserInterface/NewGame.tscn rename to Godot/MainMenu/GodotUserInterface/NewGame.tscn diff --git a/GodotUserInterface/SaveLoad.gd b/Godot/MainMenu/GodotUserInterface/SaveLoad.gd similarity index 100% rename from GodotUserInterface/SaveLoad.gd rename to Godot/MainMenu/GodotUserInterface/SaveLoad.gd diff --git a/GodotUserInterface/SaveLoad.tscn b/Godot/MainMenu/GodotUserInterface/SaveLoad.tscn similarity index 100% rename from GodotUserInterface/SaveLoad.tscn rename to Godot/MainMenu/GodotUserInterface/SaveLoad.tscn diff --git a/GodotUserInterface/default_env.tres b/Godot/MainMenu/GodotUserInterface/default_env.tres similarity index 100% rename from GodotUserInterface/default_env.tres rename to Godot/MainMenu/GodotUserInterface/default_env.tres diff --git a/GodotUserInterface/icon.png b/Godot/MainMenu/GodotUserInterface/icon.png similarity index 100% rename from GodotUserInterface/icon.png rename to Godot/MainMenu/GodotUserInterface/icon.png diff --git a/GodotUserInterface/icon.png.import b/Godot/MainMenu/GodotUserInterface/icon.png.import similarity index 100% rename from GodotUserInterface/icon.png.import rename to Godot/MainMenu/GodotUserInterface/icon.png.import diff --git a/GodotUserInterface/new_dynamicfont.tres b/Godot/MainMenu/GodotUserInterface/new_dynamicfont.tres similarity index 100% rename from GodotUserInterface/new_dynamicfont.tres rename to Godot/MainMenu/GodotUserInterface/new_dynamicfont.tres diff --git a/GodotUserInterface/project.godot b/Godot/MainMenu/GodotUserInterface/project.godot similarity index 100% rename from GodotUserInterface/project.godot rename to Godot/MainMenu/GodotUserInterface/project.godot diff --git a/GodotUserInterface/roboto/Apache License.txt b/Godot/MainMenu/GodotUserInterface/roboto/Apache License.txt similarity index 100% rename from GodotUserInterface/roboto/Apache License.txt rename to Godot/MainMenu/GodotUserInterface/roboto/Apache License.txt diff --git a/GodotUserInterface/roboto/Roboto-Regular.ttf b/Godot/MainMenu/GodotUserInterface/roboto/Roboto-Regular.ttf similarity index 100% rename from GodotUserInterface/roboto/Roboto-Regular.ttf rename to Godot/MainMenu/GodotUserInterface/roboto/Roboto-Regular.ttf diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/.import/background_demo.png-bf78baa5e40d24f1836aa08964398dec.md5 b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/.import/background_demo.png-bf78baa5e40d24f1836aa08964398dec.md5 similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/.import/background_demo.png-bf78baa5e40d24f1836aa08964398dec.md5 rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/.import/background_demo.png-bf78baa5e40d24f1836aa08964398dec.md5 diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/.import/background_demo.png-bf78baa5e40d24f1836aa08964398dec.stex b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/.import/background_demo.png-bf78baa5e40d24f1836aa08964398dec.stex similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/.import/background_demo.png-bf78baa5e40d24f1836aa08964398dec.stex rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/.import/background_demo.png-bf78baa5e40d24f1836aa08964398dec.stex diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Control.tscn b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Control.tscn similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/Control.tscn rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Control.tscn diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/AddCharacter_temp.tscn b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/AddCharacter_temp.tscn similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/AddCharacter_temp.tscn rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/AddCharacter_temp.tscn diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/LoadGame_temp.tscn b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/LoadGame_temp.tscn similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/LoadGame_temp.tscn rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/LoadGame_temp.tscn diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/MenuScreen.tscn b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/MenuScreen.tscn similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/MenuScreen.tscn rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/MenuScreen.tscn diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/Multiplayer_temp.tscn b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/Multiplayer_temp.tscn similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/Multiplayer_temp.tscn rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/Multiplayer_temp.tscn diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/NewGame_temp.tscn b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/NewGame_temp.tscn similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/NewGame_temp.tscn rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/NewGame_temp.tscn diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/Settings.tscn b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/Settings.tscn similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/Settings.tscn rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/Settings.tscn diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_AddChar.tscn b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_AddChar.tscn similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_AddChar.tscn rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_AddChar.tscn diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_ChangeScene.gd b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_ChangeScene.gd similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_ChangeScene.gd rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_ChangeScene.gd diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_ChangeScene.tscn b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_ChangeScene.tscn similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_ChangeScene.tscn rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_ChangeScene.tscn diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_LoadGame.tscn b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_LoadGame.tscn similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_LoadGame.tscn rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_LoadGame.tscn diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_Multiplayer.tscn b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_Multiplayer.tscn similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_Multiplayer.tscn rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_Multiplayer.tscn diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_Quit.gd b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_Quit.gd similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_Quit.gd rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_Quit.gd diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_Quit.tscn b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_Quit.tscn similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_Quit.tscn rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_Quit.tscn diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_Settings.tscn b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_Settings.tscn similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_Settings.tscn rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_Settings.tscn diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/Title.tscn b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/Title.tscn similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/Title.tscn rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/Title.tscn diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/background_demo.png b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/background_demo.png similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/background_demo.png rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/background_demo.png diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/background_demo.png.import b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/background_demo.png.import similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/background_demo.png.import rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/background_demo.png.import diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/base_dynamicFont_BIG.tres b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/base_dynamicFont_BIG.tres similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/base_dynamicFont_BIG.tres rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/base_dynamicFont_BIG.tres diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/base_dynamicfont.tres b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/base_dynamicfont.tres similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/base_dynamicfont.tres rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/base_dynamicfont.tres diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/l_10646.ttf b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/l_10646.ttf similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/l_10646.ttf rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/l_10646.ttf diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/ui_theme.tres b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/ui_theme.tres similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/ui_theme.tres rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/ui_theme.tres diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/ui_title_theme.tres b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/ui_title_theme.tres similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/ui_title_theme.tres rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/ui_title_theme.tres diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/default_env.tres b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/default_env.tres similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/default_env.tres rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/default_env.tres diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/icon.png b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/icon.png similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/icon.png rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/icon.png diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/icon.png.import b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/icon.png.import similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/icon.png.import rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/icon.png.import diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/project.godot b/Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/project.godot similarity index 100% rename from GodotUserInterface_Doug/rpgr_gameWork_20211010A/project.godot rename to Godot/MainMenu/GodotUserInterface_Doug/rpgr_gameWork_20211010A/project.godot diff --git a/Godot/MainMenu/darioGerussi/startGameMenu/.import/ItemList.gd b/Godot/MainMenu/darioGerussi/startGameMenu/.import/ItemList.gd new file mode 100644 index 0000000..6f2d844 --- /dev/null +++ b/Godot/MainMenu/darioGerussi/startGameMenu/.import/ItemList.gd @@ -0,0 +1,25 @@ +extends ItemList + + +# Declare member variables here. Examples: +# var a = 2 +# var b = "text" + + +# Called when the node enters the scene tree for the first time. +func _ready(): + pass # Replace with function body. + + +# Called every frame. 'delta' is the elapsed time since the previous frame. +func _process(delta): + if is_selected(0): + get_tree().change_scene("res://newGame.tscn") + if is_selected(1): + get_tree().change_scene("res://loadGame.tscn") + if is_selected(2): + get_tree().change_scene("res://multiplayer.tscn") + if is_selected(3): + get_tree().change_scene("res://addCharacter.tscn") + if is_selected(4): + get_tree().change_scene("res://settings.tscn") diff --git a/Godot/MainMenu/darioGerussi/startGameMenu/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 b/Godot/MainMenu/darioGerussi/startGameMenu/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 new file mode 100644 index 0000000..7b61c3e --- /dev/null +++ b/Godot/MainMenu/darioGerussi/startGameMenu/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 @@ -0,0 +1,3 @@ +source_md5="47313fa4c47a9963fddd764e1ec6e4a8" +dest_md5="2ded9e7f9060e2b530aab678b135fc5b" + diff --git a/Godot/MainMenu/darioGerussi/startGameMenu/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex b/Godot/MainMenu/darioGerussi/startGameMenu/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex new file mode 100644 index 0000000000000000000000000000000000000000..3ca6461f885d763a3f3c745fe6819ed84bfd666a GIT binary patch literal 3413 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 literal 0 HcmV?d00001 diff --git a/Godot/MainMenu/darioGerussi/startGameMenu/icon.png.import b/Godot/MainMenu/darioGerussi/startGameMenu/icon.png.import new file mode 100644 index 0000000..96cbf46 --- /dev/null +++ b/Godot/MainMenu/darioGerussi/startGameMenu/icon.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://icon.png" +dest_files=[ "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/Godot/MainMenu/darioGerussi/startGameMenu/loadGame.tscn b/Godot/MainMenu/darioGerussi/startGameMenu/loadGame.tscn new file mode 100644 index 0000000..8e10da6 --- /dev/null +++ b/Godot/MainMenu/darioGerussi/startGameMenu/loadGame.tscn @@ -0,0 +1,28 @@ +[gd_scene load_steps=3 format=2] + +[ext_resource path="res://Button.tscn" type="PackedScene" id=1] + +[sub_resource type="StyleBoxFlat" id=1] +bg_color = Color( 0.933333, 0.917647, 0.74902, 1 ) + +[node name="Panel" type="Panel"] +margin_right = 480.0 +margin_bottom = 360.0 +custom_styles/panel = SubResource( 1 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Label" type="Label" parent="."] +margin_left = 0.840881 +margin_right = 480.841 +margin_bottom = 60.0 +custom_colors/font_color = Color( 0.403922, 0.243137, 0.0156863, 1 ) +text = "Load Game" +align = 1 +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Button" parent="." instance=ExtResource( 1 )] diff --git a/Godot/MainMenu/darioGerussi/startGameMenu/multiplayer.tscn b/Godot/MainMenu/darioGerussi/startGameMenu/multiplayer.tscn new file mode 100644 index 0000000..db87084 --- /dev/null +++ b/Godot/MainMenu/darioGerussi/startGameMenu/multiplayer.tscn @@ -0,0 +1,28 @@ +[gd_scene load_steps=3 format=2] + +[ext_resource path="res://Button.tscn" type="PackedScene" id=1] + +[sub_resource type="StyleBoxFlat" id=1] +bg_color = Color( 0.933333, 0.917647, 0.74902, 1 ) + +[node name="Panel" type="Panel"] +margin_right = 480.0 +margin_bottom = 360.0 +custom_styles/panel = SubResource( 1 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Label" type="Label" parent="."] +margin_left = 0.840881 +margin_right = 480.841 +margin_bottom = 60.0 +custom_colors/font_color = Color( 0.403922, 0.243137, 0.0156863, 1 ) +text = "Multiplayer" +align = 1 +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Button" parent="." instance=ExtResource( 1 )] diff --git a/Godot/MainMenu/darioGerussi/startGameMenu/newGame.tscn b/Godot/MainMenu/darioGerussi/startGameMenu/newGame.tscn new file mode 100644 index 0000000..b750c06 --- /dev/null +++ b/Godot/MainMenu/darioGerussi/startGameMenu/newGame.tscn @@ -0,0 +1,27 @@ +[gd_scene load_steps=3 format=2] + +[ext_resource path="res://Button.tscn" type="PackedScene" id=1] + +[sub_resource type="StyleBoxFlat" id=1] +bg_color = Color( 0.933333, 0.917647, 0.74902, 1 ) + +[node name="Panel" type="Panel"] +margin_right = 480.0 +margin_bottom = 360.0 +custom_styles/panel = SubResource( 1 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Label_Title" type="Label" parent="."] +margin_right = 480.0 +margin_bottom = 60.0 +custom_colors/font_color = Color( 0.403922, 0.243137, 0.0156863, 1 ) +text = "New Game" +align = 1 +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Button" parent="." instance=ExtResource( 1 )] diff --git a/Godot/MainMenu/darioGerussi/startGameMenu/project.godot b/Godot/MainMenu/darioGerussi/startGameMenu/project.godot new file mode 100644 index 0000000..02e3deb --- /dev/null +++ b/Godot/MainMenu/darioGerussi/startGameMenu/project.godot @@ -0,0 +1,24 @@ +; Engine configuration file. +; It's best edited using the editor UI and not directly, +; since the parameters that go here are not all obvious. +; +; Format: +; [section] ; section goes between [] +; param=value ; assign values to parameters + +config_version=4 + +_global_script_classes=[ ] +_global_script_class_icons={ + +} + +[application] + +config/name="Start Game Menu" +run/main_scene="res://.import/mainScene.tscn" +config/icon="res://icon.png" + +[rendering] + +environment/default_environment="res://default_env.tres" diff --git a/Godot/MainMenu/darioGerussi/startGameMenu/settings.tscn b/Godot/MainMenu/darioGerussi/startGameMenu/settings.tscn new file mode 100644 index 0000000..4b6da4c --- /dev/null +++ b/Godot/MainMenu/darioGerussi/startGameMenu/settings.tscn @@ -0,0 +1,28 @@ +[gd_scene load_steps=3 format=2] + +[ext_resource path="res://Button.tscn" type="PackedScene" id=1] + +[sub_resource type="StyleBoxFlat" id=1] +bg_color = Color( 0.933333, 0.917647, 0.74902, 1 ) + +[node name="Panel" type="Panel"] +margin_right = 480.0 +margin_bottom = 360.0 +custom_styles/panel = SubResource( 1 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Label" type="Label" parent="."] +margin_left = 0.840881 +margin_right = 480.841 +margin_bottom = 60.0 +custom_colors/font_color = Color( 0.403922, 0.243137, 0.0156863, 1 ) +text = "Settings" +align = 1 +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Button" parent="." instance=ExtResource( 1 )]