begin network

This commit is contained in:
2024-08-16 19:00:45 +02:00
parent 65e2a0b3ce
commit 3769fd3ace
18 changed files with 305 additions and 77 deletions

View File

@@ -1,6 +1,8 @@
[gd_scene format=3 uid="uid://bqfqg7xwwlxd8"]
[gd_scene load_steps=2 format=3 uid="uid://bqfqg7xwwlxd8"]
[node name="Main Menu" type="MainMenu"]
[ext_resource type="PackedScene" path="res://Scenes/Network/networking.tscn" id="1_vrong"]
[node name="MainMenu" type="MainMenu"]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
@@ -39,3 +41,5 @@ text = "Create Game"
layout_mode = 2
theme_override_font_sizes/font_size = 35
text = "Quit"
[node name="Lobby" parent="." instance=ExtResource("1_vrong")]