mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
27 lines
522 B
Plaintext
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
|