gamepad-test/bottomhud.tscn
2024-01-27 17:37:29 -07:00

28 lines
627 B
Text

[gd_scene load_steps=2 format=3 uid="uid://d31udhuuwrajn"]
[ext_resource type="Script" path="res://fps.gd" id="1_15gcj"]
[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
[node name="fps" type="Label" parent="."]
layout_mode = 0
offset_left = 5.0
offset_top = 697.0
offset_right = 45.0
offset_bottom = 720.0
script = ExtResource("1_15gcj")
[node name="Version" type="Label" parent="."]
layout_mode = 0
offset_left = 1066.0
offset_top = 693.0
offset_right = 1272.0
offset_bottom = 716.0
text = "Created by Page Asgardius"