2021-04-05 20:59:49 +00:00
|
|
|
[gd_scene load_steps=6 format=2]
|
|
|
|
|
2023-03-25 20:42:54 +00:00
|
|
|
[ext_resource path="res://AssetsInSuperSecureAndUn1queF0lder/Fonts/Roboto-Bold.ttf" type="FontFile" id=1]
|
2021-04-05 20:59:49 +00:00
|
|
|
[ext_resource path="res://AssetsInSuperSecureAndUn1queF0lder/Scripts/GRStats.gd" type="Script" id=2]
|
|
|
|
|
2023-03-25 20:42:54 +00:00
|
|
|
[sub_resource type="FontFile" id=1]
|
2021-04-05 20:59:49 +00:00
|
|
|
size = 20
|
|
|
|
outline_size = 1
|
|
|
|
outline_color = Color( 0, 0, 0, 1 )
|
|
|
|
use_filter = true
|
2023-03-25 20:42:54 +00:00
|
|
|
spacing_top = -1
|
|
|
|
spacing_bottom = -1
|
2021-04-05 20:59:49 +00:00
|
|
|
font_data = ExtResource( 1 )
|
|
|
|
|
|
|
|
[sub_resource type="Theme" id=2]
|
|
|
|
default_font = SubResource( 1 )
|
|
|
|
|
|
|
|
[sub_resource type="StyleBoxFlat" id=3]
|
|
|
|
content_margin_left = 2.0
|
|
|
|
bg_color = Color( 0, 0, 0, 0.34902 )
|
|
|
|
corner_detail = 1
|
|
|
|
|
|
|
|
[node name="GRStats" type="PanelContainer"]
|
2023-03-25 20:42:54 +00:00
|
|
|
offset_right = 151.0
|
|
|
|
offset_bottom = 44.0
|
2021-04-05 20:59:49 +00:00
|
|
|
mouse_filter = 2
|
|
|
|
theme = SubResource( 2 )
|
|
|
|
custom_styles/panel = SubResource( 3 )
|
|
|
|
script = ExtResource( 2 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Grid" type="GridContainer" parent="."]
|
2023-03-25 20:42:54 +00:00
|
|
|
offset_left = 2.0
|
|
|
|
offset_right = 151.0
|
|
|
|
offset_bottom = 44.0
|
2021-04-05 20:59:49 +00:00
|
|
|
mouse_filter = 2
|
|
|
|
size_flags_horizontal = 0
|
|
|
|
size_flags_vertical = 0
|
2023-03-25 20:42:54 +00:00
|
|
|
custom_constants/v_separation = 0
|
|
|
|
custom_constants/h_separation = 4
|
2021-04-05 20:59:49 +00:00
|
|
|
columns = 3
|
|
|
|
|
|
|
|
[node name="FPS" type="Label" parent="Grid"]
|
2023-03-25 20:42:54 +00:00
|
|
|
offset_right = 86.0
|
|
|
|
offset_bottom = 22.0
|
2021-04-05 20:59:49 +00:00
|
|
|
size_flags_vertical = 1
|
|
|
|
text = "FPS:231"
|
|
|
|
|
|
|
|
[node name="FPS_min" type="Label" parent="Grid"]
|
2023-03-25 20:42:54 +00:00
|
|
|
offset_left = 90.0
|
|
|
|
offset_right = 112.0
|
|
|
|
offset_bottom = 22.0
|
2021-04-05 20:59:49 +00:00
|
|
|
size_flags_vertical = 1
|
|
|
|
text = "21"
|
|
|
|
|
|
|
|
[node name="FPS_max" type="Label" parent="Grid"]
|
2023-03-25 20:42:54 +00:00
|
|
|
offset_left = 116.0
|
|
|
|
offset_right = 149.0
|
|
|
|
offset_bottom = 22.0
|
2021-04-05 20:59:49 +00:00
|
|
|
size_flags_vertical = 1
|
|
|
|
text = "124"
|
|
|
|
|
|
|
|
[node name="Ping" type="Label" parent="Grid"]
|
2023-03-25 20:42:54 +00:00
|
|
|
offset_top = 22.0
|
|
|
|
offset_right = 86.0
|
|
|
|
offset_bottom = 44.0
|
2021-04-05 20:59:49 +00:00
|
|
|
size_flags_vertical = 1
|
|
|
|
text = "PING:321"
|
|
|
|
|
|
|
|
[node name="Ping_min" type="Label" parent="Grid"]
|
2023-03-25 20:42:54 +00:00
|
|
|
offset_left = 90.0
|
|
|
|
offset_top = 22.0
|
|
|
|
offset_right = 112.0
|
|
|
|
offset_bottom = 44.0
|
2021-04-05 20:59:49 +00:00
|
|
|
size_flags_vertical = 1
|
|
|
|
text = "12"
|
|
|
|
|
|
|
|
[node name="Ping_max" type="Label" parent="Grid"]
|
2023-03-25 20:42:54 +00:00
|
|
|
offset_left = 116.0
|
|
|
|
offset_top = 22.0
|
|
|
|
offset_right = 149.0
|
|
|
|
offset_bottom = 44.0
|
2021-04-05 20:59:49 +00:00
|
|
|
size_flags_vertical = 1
|
|
|
|
text = "333"
|