bcirpggithubmirror/Godot/MainMenu/GodotUserInterface_Doug/bcirpg_mainMenu_20220220A
MacDugRPG dc2fe54ba2 BCIRPG Main Menu additional updates
1. Removes pre-load singleton scripts from the project settings
2. Sets black background and ui_highContrast_but_theme.tres for buttons
3. Adds focus grab script for temp backgrounds for tab/enter control
2022-02-20 16:09:15 -05:00
..
.import BCIRPG Main Menu additional updates 2022-02-20 16:09:15 -05:00
assets BCIRPG Main Menu additional updates 2022-02-20 16:09:15 -05:00
screens BCIRPG Main Menu additional updates 2022-02-20 16:09:15 -05:00
userInterface BCIRPG Main Menu additional updates 2022-02-20 16:09:15 -05:00
Control.tscn BCIRPG Menu 2022-02-20 14:33:15 -05:00
default_env.tres BCIRPG Menu 2022-02-20 14:33:15 -05:00
icon.png BCIRPG Menu 2022-02-20 14:33:15 -05:00
icon.png.import BCIRPG Menu 2022-02-20 14:33:15 -05:00
project.godot BCIRPG Main Menu additional updates 2022-02-20 16:09:15 -05:00
README.txt BCIRPG Menu 2022-02-20 14:33:15 -05:00

****************************
	README.TXT:
****************************
Author: Doug McCord
Date: 20-Feb-2022

****************************
Intro notes: 
	This menu was stripped down from the bigger game and settings testing 
	I was doing -- so there's a decent chance yet of something broken -- 
	please let me know if you encounter anything that's not linking up as 
	desired. Currently there are temp destinations loaded for each of the 
	menu options -- these are saved as scenes in the screens folder.

	Currently almost all the buttons are instances of the same source 
	button object -- linked to their destination using the 'Next Scene Path'
	available in the inspector.

****************************
Project file structure:
	Surface Layer:
		Default Godot files remain at this level

	_toArchive:
		Directory to serve as reference-only; precursor to trash

	assets:
		Images, fonts, TRES text resource data files

	globalScripts:
		For project-wide use, or scripts that are not either: 
			A. attached to a template scene, intended to go with all instances of that, or 
			B. unique, scene-specific scripts. 

	screens:
		Planned to include both .tscn scene files and their associated scripts. 

	userInterface: (note misnomer for text-based game)
		Re-useable UI elements and their scripts, such as change-scene, input-response