From d1cbb707294b86261e50fde8446a1733957b11b9 Mon Sep 17 00:00:00 2001 From: PersonGuyGit Date: Sun, 14 Apr 2024 12:51:26 -0600 Subject: [PATCH] Created some empty scenes and UI for getting client server play working --- .../Screens/Multiplayer_Client.tscn | 5 ++ .../Screens/Multiplayer_Host.tscn | 5 ++ .../Screens/Multiplayer_temp.tscn | 48 +++++++++++++++++-- 3 files changed, 55 insertions(+), 3 deletions(-) create mode 100644 Phase2/Godot_GameCode/_MVP_Game_Demo/Luke/bcirpg_game_mvp_2024_0204A/Screens/Multiplayer_Client.tscn create mode 100644 Phase2/Godot_GameCode/_MVP_Game_Demo/Luke/bcirpg_game_mvp_2024_0204A/Screens/Multiplayer_Host.tscn diff --git a/Phase2/Godot_GameCode/_MVP_Game_Demo/Luke/bcirpg_game_mvp_2024_0204A/Screens/Multiplayer_Client.tscn b/Phase2/Godot_GameCode/_MVP_Game_Demo/Luke/bcirpg_game_mvp_2024_0204A/Screens/Multiplayer_Client.tscn new file mode 100644 index 0000000..00a6290 --- /dev/null +++ b/Phase2/Godot_GameCode/_MVP_Game_Demo/Luke/bcirpg_game_mvp_2024_0204A/Screens/Multiplayer_Client.tscn @@ -0,0 +1,5 @@ +[gd_scene format=2] + +[node name="Control" type="Control"] +anchor_right = 1.0 +anchor_bottom = 1.0 diff --git a/Phase2/Godot_GameCode/_MVP_Game_Demo/Luke/bcirpg_game_mvp_2024_0204A/Screens/Multiplayer_Host.tscn b/Phase2/Godot_GameCode/_MVP_Game_Demo/Luke/bcirpg_game_mvp_2024_0204A/Screens/Multiplayer_Host.tscn new file mode 100644 index 0000000..00a6290 --- /dev/null +++ b/Phase2/Godot_GameCode/_MVP_Game_Demo/Luke/bcirpg_game_mvp_2024_0204A/Screens/Multiplayer_Host.tscn @@ -0,0 +1,5 @@ +[gd_scene format=2] + +[node name="Control" type="Control"] +anchor_right = 1.0 +anchor_bottom = 1.0 diff --git a/Phase2/Godot_GameCode/_MVP_Game_Demo/Luke/bcirpg_game_mvp_2024_0204A/Screens/Multiplayer_temp.tscn b/Phase2/Godot_GameCode/_MVP_Game_Demo/Luke/bcirpg_game_mvp_2024_0204A/Screens/Multiplayer_temp.tscn index 58415ca..500c6b1 100644 --- a/Phase2/Godot_GameCode/_MVP_Game_Demo/Luke/bcirpg_game_mvp_2024_0204A/Screens/Multiplayer_temp.tscn +++ b/Phase2/Godot_GameCode/_MVP_Game_Demo/Luke/bcirpg_game_mvp_2024_0204A/Screens/Multiplayer_temp.tscn @@ -13,12 +13,54 @@ script = ExtResource( 3 ) anchor_left = 0.0 anchor_right = 1.0 anchor_bottom = 1.0 -margin_left = 0.0 +margin_left = -1.0 margin_top = 0.0 -margin_right = 0.0 +margin_right = -1.0 margin_bottom = 0.0 -text = "Multiplayer (temp)" +text = "Multiplayer" [node name="But_ChangeScene" parent="Title" instance=ExtResource( 2 )] text = "Temp: back to menu" next_scene_path = "res://Screens/MenuScreen.tscn" + +[node name="HBoxContainer" type="HBoxContainer" parent="Title"] +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -144.5 +margin_top = -20.0 +margin_right = 144.5 +margin_bottom = 20.0 +custom_constants/separation = 100 + +[node name="VBoxContainer" type="VBoxContainer" parent="Title/HBoxContainer"] +margin_right = 97.0 +margin_bottom = 40.0 + +[node name="Label" type="Label" parent="Title/HBoxContainer/VBoxContainer"] +margin_right = 97.0 +margin_bottom = 14.0 +text = "Server Options" + +[node name="Button" type="Button" parent="Title/HBoxContainer/VBoxContainer"] +margin_top = 18.0 +margin_right = 97.0 +margin_bottom = 38.0 +text = "Create Server" + +[node name="VBoxContainer2" type="VBoxContainer" parent="Title/HBoxContainer"] +margin_left = 197.0 +margin_right = 289.0 +margin_bottom = 40.0 + +[node name="Label" type="Label" parent="Title/HBoxContainer/VBoxContainer2"] +margin_right = 92.0 +margin_bottom = 14.0 +text = "Client Options" + +[node name="Button" type="Button" parent="Title/HBoxContainer/VBoxContainer2"] +margin_top = 18.0 +margin_right = 92.0 +margin_bottom = 38.0 +text = "Join Server"