Multiplayer: Finalized matchmaking system.
This commit is contained in:
parent
09461d8167
commit
390db61bb6
7 changed files with 168 additions and 12 deletions
10
scenes/ui/elements/name_label.tscn
Normal file
10
scenes/ui/elements/name_label.tscn
Normal file
|
@ -0,0 +1,10 @@
|
|||
[gd_scene format=3 uid="uid://ormc7s6yhyck"]
|
||||
|
||||
[node name="NameLabel" type="Label"]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
text = "SamplePlayer"
|
||||
vertical_alignment = 1
|
20
scenes/ui/lobby.tscn
Normal file
20
scenes/ui/lobby.tscn
Normal file
|
@ -0,0 +1,20 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://dq4exc1bdyahe"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/ui/lobby.gd" id="1_gd585"]
|
||||
|
||||
[node name="Lobby" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_gd585")
|
||||
|
||||
[node name="NameContainer" type="VBoxContainer" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
Loading…
Add table
Add a link
Reference in a new issue