diff --git a/Phase2/Godot_GameCode/MainMenu/GodotUserInterface-MainMenu-Accepted/bcirpg_mainMenu_2023_0716A/Screens/AddCharacter_temp.tscn b/Phase2/Godot_GameCode/MainMenu/GodotUserInterface-MainMenu-Accepted/bcirpg_mainMenu_2023_0716A/Screens/AddCharacter_temp.tscn index 5032cb7..ff2a909 100644 --- a/Phase2/Godot_GameCode/MainMenu/GodotUserInterface-MainMenu-Accepted/bcirpg_mainMenu_2023_0716A/Screens/AddCharacter_temp.tscn +++ b/Phase2/Godot_GameCode/MainMenu/GodotUserInterface-MainMenu-Accepted/bcirpg_mainMenu_2023_0716A/Screens/AddCharacter_temp.tscn @@ -2,7 +2,7 @@ [ext_resource path="res://UserInterface/Title.tscn" type="PackedScene" id=1] [ext_resource path="res://UserInterface/But_ChangeScene.tscn" type="PackedScene" id=2] -[ext_resource path="res://screens/grabFocus.gd" type="Script" id=3] +[ext_resource path="res://Screens/grabFocus.gd" type="Script" id=3] [node name="Control" type="Control"] anchor_right = 1.0 diff --git a/Phase2/Godot_GameCode/MainMenu/GodotUserInterface-MainMenu-Accepted/bcirpg_mainMenu_2023_0716A/Screens/LoadGame_temp.tscn b/Phase2/Godot_GameCode/MainMenu/GodotUserInterface-MainMenu-Accepted/bcirpg_mainMenu_2023_0716A/Screens/LoadGame_temp.tscn index f0b52e6..529ba0a 100644 --- a/Phase2/Godot_GameCode/MainMenu/GodotUserInterface-MainMenu-Accepted/bcirpg_mainMenu_2023_0716A/Screens/LoadGame_temp.tscn +++ b/Phase2/Godot_GameCode/MainMenu/GodotUserInterface-MainMenu-Accepted/bcirpg_mainMenu_2023_0716A/Screens/LoadGame_temp.tscn @@ -2,7 +2,7 @@ [ext_resource path="res://UserInterface/Title.tscn" type="PackedScene" id=1] [ext_resource path="res://UserInterface/But_ChangeScene.tscn" type="PackedScene" id=2] -[ext_resource path="res://screens/grabFocus.gd" type="Script" id=3] +[ext_resource path="res://Screens/grabFocus.gd" type="Script" id=3] [node name="Control" type="Control"] anchor_right = 1.0 diff --git a/Phase2/Godot_GameCode/MainMenu/GodotUserInterface-MainMenu-Accepted/bcirpg_mainMenu_2023_0716A/Screens/MenuScreen.tscn b/Phase2/Godot_GameCode/MainMenu/GodotUserInterface-MainMenu-Accepted/bcirpg_mainMenu_2023_0716A/Screens/MenuScreen.tscn index dab35ef..9609147 100644 --- a/Phase2/Godot_GameCode/MainMenu/GodotUserInterface-MainMenu-Accepted/bcirpg_mainMenu_2023_0716A/Screens/MenuScreen.tscn +++ b/Phase2/Godot_GameCode/MainMenu/GodotUserInterface-MainMenu-Accepted/bcirpg_mainMenu_2023_0716A/Screens/MenuScreen.tscn @@ -12,9 +12,6 @@ anchor_right = 1.0 anchor_bottom = 1.0 theme = ExtResource( 6 ) script = ExtResource( 2 ) -__meta__ = { -"_edit_use_anchors_": false -} [node name="Background" type="Panel" parent="."] anchor_right = 1.0 diff --git a/Phase2/Godot_GameCode/MainMenu/GodotUserInterface-MainMenu-Accepted/bcirpg_mainMenu_2023_0716A/Screens/Multiplayer_temp.tscn b/Phase2/Godot_GameCode/MainMenu/GodotUserInterface-MainMenu-Accepted/bcirpg_mainMenu_2023_0716A/Screens/Multiplayer_temp.tscn index c843e61..276146b 100644 --- a/Phase2/Godot_GameCode/MainMenu/GodotUserInterface-MainMenu-Accepted/bcirpg_mainMenu_2023_0716A/Screens/Multiplayer_temp.tscn +++ b/Phase2/Godot_GameCode/MainMenu/GodotUserInterface-MainMenu-Accepted/bcirpg_mainMenu_2023_0716A/Screens/Multiplayer_temp.tscn @@ -2,7 +2,7 @@ [ext_resource path="res://UserInterface/Title.tscn" type="PackedScene" id=1] [ext_resource path="res://UserInterface/But_ChangeScene.tscn" type="PackedScene" id=2] -[ext_resource path="res://screens/grabFocus.gd" type="Script" id=3] +[ext_resource path="res://Screens/grabFocus.gd" type="Script" id=3] [node name="Control" type="Control"] anchor_right = 1.0 diff --git a/Phase2/Godot_GameCode/MainMenu/GodotUserInterface-MainMenu-Accepted/bcirpg_mainMenu_2023_0716A/Screens/NewGame_temp.tscn b/Phase2/Godot_GameCode/MainMenu/GodotUserInterface-MainMenu-Accepted/bcirpg_mainMenu_2023_0716A/Screens/NewGame_temp.tscn index 2b79954..9c02552 100644 --- a/Phase2/Godot_GameCode/MainMenu/GodotUserInterface-MainMenu-Accepted/bcirpg_mainMenu_2023_0716A/Screens/NewGame_temp.tscn +++ b/Phase2/Godot_GameCode/MainMenu/GodotUserInterface-MainMenu-Accepted/bcirpg_mainMenu_2023_0716A/Screens/NewGame_temp.tscn @@ -2,7 +2,7 @@ [ext_resource path="res://UserInterface/Title.tscn" type="PackedScene" id=1] [ext_resource path="res://UserInterface/But_ChangeScene.tscn" type="PackedScene" id=2] -[ext_resource path="res://screens/grabFocus.gd" type="Script" id=3] +[ext_resource path="res://Screens/grabFocus.gd" type="Script" id=3] [node name="Control" type="Control"] anchor_right = 1.0 diff --git a/Phase2/Godot_GameCode/MainMenu/GodotUserInterface-MainMenu-Accepted/bcirpg_mainMenu_2023_0716A/Screens/Settings_temp.tscn b/Phase2/Godot_GameCode/MainMenu/GodotUserInterface-MainMenu-Accepted/bcirpg_mainMenu_2023_0716A/Screens/Settings_temp.tscn index d8c71a3..938b93f 100644 --- a/Phase2/Godot_GameCode/MainMenu/GodotUserInterface-MainMenu-Accepted/bcirpg_mainMenu_2023_0716A/Screens/Settings_temp.tscn +++ b/Phase2/Godot_GameCode/MainMenu/GodotUserInterface-MainMenu-Accepted/bcirpg_mainMenu_2023_0716A/Screens/Settings_temp.tscn @@ -2,7 +2,7 @@ [ext_resource path="res://UserInterface/Title.tscn" type="PackedScene" id=1] [ext_resource path="res://UserInterface/But_ChangeScene.tscn" type="PackedScene" id=2] -[ext_resource path="res://screens/grabFocus.gd" type="Script" id=3] +[ext_resource path="res://Screens/grabFocus.gd" type="Script" id=3] [node name="Control" type="Control"] anchor_right = 1.0