bcirpggithubmirror/Phase2/Godot_GameCode/Experiments/Andrew_Multiplayer_Test/Player.tscn
2023-07-09 12:28:09 -06: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