59 lines
1.8 KiB
Plaintext
59 lines
1.8 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://dc02h0h7ooucv"]
|
|
|
|
[ext_resource type="Script" uid="uid://hfccs84dimkv" path="res://test_ground.gd" id="1_85h15"]
|
|
[ext_resource type="Script" uid="uid://chbq0wiah2mov" path="res://Scripts/StartupOptions.gd" id="1_fhsvb"]
|
|
[ext_resource type="PackedScene" uid="uid://c42ny2e8vbhhc" path="res://Objects/Cursor.tscn" id="1_rkps0"]
|
|
[ext_resource type="PackedScene" uid="uid://ctcv7rr8w3fnf" path="res://Objects/Cube.tscn" id="3_66313"]
|
|
|
|
[node name="Screen" type="Node2D"]
|
|
script = ExtResource("1_fhsvb")
|
|
UseNativeDisplaySize = true
|
|
|
|
[node name="Node2D" parent="." instance=ExtResource("3_66313")]
|
|
position = Vector2(409, 323)
|
|
scale = Vector2(3.385, 3.385)
|
|
cursor_path = NodePath("../Cursor")
|
|
|
|
[node name="Node2D2" parent="." instance=ExtResource("3_66313")]
|
|
position = Vector2(625, 528)
|
|
rotation = 0.60511
|
|
|
|
[node name="Cursor" parent="." instance=ExtResource("1_rkps0")]
|
|
position = Vector2(162, 227)
|
|
|
|
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
|
script = ExtResource("1_85h15")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer"]
|
|
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
|
|
|
|
[node name="Label" type="Label" parent="CanvasLayer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Info?"
|
|
|
|
[node name="Resolution" type="Label" parent="CanvasLayer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Info?"
|
|
|
|
[node name="Fps" type="Label" parent="CanvasLayer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "FPS : "
|
|
|
|
[node name="Frametime" type="Label" parent="CanvasLayer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "FrameTimeMCS :"
|
|
|
|
[node name="PT" type="Label" parent="CanvasLayer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Procces Time: "
|
|
|
|
[node name="VideoMemory" type="Label" parent="CanvasLayer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Video Mem:"
|