You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
803 B
32 lines
803 B
[gd_scene load_steps=2 format=3 uid="uid://dlodft3egwy0p"] |
|
|
|
[ext_resource type="Script" path="res://Mods/copyMultiplayer/Scenes/player_stats.gd" id="1_rd8lb"] |
|
|
|
[node name="Stats" type="HBoxContainer"] |
|
script = ExtResource("1_rd8lb") |
|
|
|
[node name="Nickname" type="Label" parent="."] |
|
custom_minimum_size = Vector2(100, 0) |
|
layout_mode = 2 |
|
text = "Nickname" |
|
horizontal_alignment = 1 |
|
clip_text = true |
|
text_overrun_behavior = 3 |
|
|
|
[node name="Ping" type="Label" parent="."] |
|
layout_mode = 2 |
|
size_flags_horizontal = 3 |
|
text = "0 ms" |
|
horizontal_alignment = 2 |
|
|
|
[node name="Average" type="Label" parent="."] |
|
layout_mode = 2 |
|
size_flags_horizontal = 3 |
|
text = "0 kB/s" |
|
horizontal_alignment = 2 |
|
|
|
[node name="Maximum" type="Label" parent="."] |
|
layout_mode = 2 |
|
size_flags_horizontal = 3 |
|
text = "0 B" |
|
horizontal_alignment = 2
|
|
|