37 lines
988 B
Text
37 lines
988 B
Text
[gd_scene load_steps=4 format=3 uid="uid://de8jrxos3dknb"]
|
|
|
|
[ext_resource type="Script" path="res://bootclick.gd" id="1_52bti"]
|
|
[ext_resource type="Script" path="res://fps.gd" id="2_gnh1w"]
|
|
[ext_resource type="Script" path="res://Label2.gd" id="3_d45yk"]
|
|
|
|
[node name="bootclick" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
script = ExtResource("1_52bti")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 71.0
|
|
offset_top = 258.0
|
|
offset_right = 453.0
|
|
offset_bottom = 284.0
|
|
scale = Vector2(2.94857, 7.68)
|
|
text = "Click here or press a gamepad button to continue"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="fps" type="Label" parent="."]
|
|
layout_mode = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 23.0
|
|
script = ExtResource("2_gnh1w")
|
|
|
|
[node name="Label2" type="Label" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 77.0
|
|
offset_top = 94.0
|
|
offset_right = 117.0
|
|
offset_bottom = 117.0
|
|
script = ExtResource("3_d45yk")
|