Created an empty project, for the team to work from; in regards to making the new toolset

This commit is contained in:
PersonGuyGit
2023-08-06 11:37:50 -06:00
parent 80787c9f2a
commit ef3c27b371
13 changed files with 89 additions and 16 deletions

View File

@ -1,11 +1,11 @@
[gd_scene load_steps=7 format=2]
[ext_resource path="res://UserInterface/But_ChangeScene.tscn" type="PackedScene" id=1]
[ext_resource path="res://userInterface/But_ChangeScene.tscn" type="PackedScene" id=1]
[ext_resource path="res://Screens/MenuScreen.gd" type="Script" id=2]
[ext_resource path="res://assets/liberation_serif_40pt.tres" type="DynamicFont" id=3]
[ext_resource path="res://UserInterface/Title.tscn" type="PackedScene" id=5]
[ext_resource path="res://userInterface/Title.tscn" type="PackedScene" id=5]
[ext_resource path="res://assets/ui_controlNode_dark_theme.tres" type="Theme" id=6]
[ext_resource path="res://UserInterface/But_Quit.tscn" type="PackedScene" id=10]
[ext_resource path="res://userInterface/But_Quit.tscn" type="PackedScene" id=10]
[node name="MenuScreen" type="Control"]
anchor_right = 1.0

View File

@ -27,7 +27,7 @@ _global_script_classes=[ {
"base": "PanelContainer",
"class": "Locale",
"language": "GDScript",
"path": "res://UserInterface/Locale.gd"
"path": "res://userInterface/Locale.gd"
}, {
"base": "Node",
"class": "PlayerSettingsTemplate",