You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
532 B
Plaintext
21 lines
532 B
Plaintext
|
2 years ago
|
[gd_scene load_steps=2 format=3 uid="uid://cc525u8auypjf"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" path="res://script/ui/profile/fps.gd" id="1_ay6sg"]
|
||
|
|
|
||
|
|
[node name="ProfileScreen" type="CanvasLayer"]
|
||
|
|
|
||
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||
|
|
anchors_preset = 1
|
||
|
|
anchor_left = 1.0
|
||
|
|
anchor_right = 1.0
|
||
|
|
offset_left = -41.0
|
||
|
|
offset_bottom = 56.0
|
||
|
|
grow_horizontal = 0
|
||
|
|
size_flags_horizontal = 8
|
||
|
|
size_flags_vertical = 0
|
||
|
|
|
||
|
|
[node name="FPS" type="Label" parent="VBoxContainer"]
|
||
|
|
layout_mode = 2
|
||
|
|
text = "123"
|
||
|
|
script = ExtResource("1_ay6sg")
|