bcirpggithubmirror/Phase2/Godot ===(Game Code)===/Experiments/Andrew_Multiplayer_Test/Player.tscn
Andrew Tang db69386b6d Test Lobby Working
Server creation works and others are able to join by entering the creator's IP. Shows a list of player names (currently only shows player #)
2022-08-01 02:48:32 +08:00

27 lines
522 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://Player.gd" type="Script" id=1]
[node name="Player" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
[node name="Name" type="Label" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = -175.0
margin_bottom = -175.0
text = "Name"
align = 1
valign = 1
[node name="Players" type="Label" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = -225.0
margin_bottom = -225.0
text = "Players:"
align = 1
valign = 1