41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dc02h0h7ooucv"]
|
|
|
|
[ext_resource type="Script" uid="uid://hfccs84dimkv" path="res://test_ground.gd" id="1_85h15"]
|
|
[ext_resource type="PackedScene" uid="uid://c42ny2e8vbhhc" path="res://Cursor.tscn" id="1_rkps0"]
|
|
|
|
[node name="Screen" type="CanvasLayer"]
|
|
script = ExtResource("1_85h15")
|
|
|
|
[node name="Cursor" parent="." instance=ExtResource("1_rkps0")]
|
|
position = Vector2(263, 291)
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
anchors_preset = 2
|
|
anchor_top = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_top = -131.0
|
|
offset_right = 134.0
|
|
grow_vertical = 0
|
|
size_flags_vertical = 8
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Info?"
|
|
|
|
[node name="Fps" type="Label" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "FPS : "
|
|
|
|
[node name="Frametime" type="Label" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "FrameTimeMCS :"
|
|
|
|
[node name="PT" type="Label" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Procces Time: "
|
|
|
|
[node name="VideoMemory" type="Label" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Video Mem:"
|