forked from Nekojimi/JackIt
28 lines
800 B
Plaintext
28 lines
800 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://c6u51g61fpo0b"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/player_display.gd" id="1_lavnv"]
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_26mlw"]
|
|
font_size = 12
|
|
font_color = Color(0.1875, 0.1875, 0.1875, 1)
|
|
outline_size = 1
|
|
outline_color = Color(1, 1, 1, 0.541176)
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_b7lvi"]
|
|
font_size = 24
|
|
font_color = Color(0, 0, 0, 1)
|
|
outline_size = 1
|
|
|
|
[node name="Control" type="VBoxContainer"]
|
|
script = ExtResource("1_lavnv")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 2
|
|
text = "Session ID: 4040404040"
|
|
label_settings = SubResource("LabelSettings_26mlw")
|
|
|
|
[node name="Label2" type="Label" parent="."]
|
|
layout_mode = 2
|
|
text = "Nekojimi"
|
|
label_settings = SubResource("LabelSettings_b7lvi")
|