2024-01-16 13:58:17 +01:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://d31udhuuwrajn"]
|
2024-01-14 04:00:33 +01:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://fps.gd" id="1_15gcj"]
|
2024-01-16 13:58:17 +01:00
|
|
|
[ext_resource type="Script" path="res://levels/Version.gd" id="2_qx4dy"]
|
2024-01-14 04:00:33 +01:00
|
|
|
|
|
|
|
[node name="Bottomhud" type="Control"]
|
|
|
|
layout_mode = 3
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
|
2024-03-09 02:50:47 +01:00
|
|
|
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
|
|
|
|
|
|
|
[node name="fps" type="Label" parent="CanvasLayer"]
|
2024-01-14 04:00:33 +01:00
|
|
|
offset_left = 5.0
|
|
|
|
offset_top = 697.0
|
|
|
|
offset_right = 45.0
|
|
|
|
offset_bottom = 720.0
|
|
|
|
script = ExtResource("1_15gcj")
|
|
|
|
|
2024-03-09 02:50:47 +01:00
|
|
|
[node name="Version" type="Label" parent="CanvasLayer"]
|
2024-01-16 13:58:17 +01:00
|
|
|
offset_left = 1166.0
|
2024-01-14 04:00:33 +01:00
|
|
|
offset_top = 691.0
|
2024-01-16 13:58:17 +01:00
|
|
|
offset_right = 1246.0
|
2024-01-14 04:00:33 +01:00
|
|
|
offset_bottom = 714.0
|
2024-01-16 13:58:17 +01:00
|
|
|
script = ExtResource("2_qx4dy")
|