r3-next/bootclick.tscn

34 lines
1,016 B
Text
Raw Normal View History

2024-01-16 00:44:55 +01:00
[gd_scene load_steps=4 format=3 uid="uid://det6ve3x4aiq6"]
2023-08-09 02:36:38 +02:00
[ext_resource type="Script" path="res://bootclick.gd" id="1_52bti"]
2023-12-02 21:44:54 +01:00
[ext_resource type="PackedScene" uid="uid://dblfov80ngodu" path="res://selftest.tscn" id="3_jtnh5"]
2024-01-15 12:00:39 +01:00
[ext_resource type="PackedScene" uid="uid://d31udhuuwrajn" path="res://levels/bottomhud.tscn" id="3_wfymi"]
2023-08-09 02:36:38 +02:00
[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
2023-12-02 21:44:54 +01:00
offset_left = 105.0
2023-08-09 03:39:26 +02:00
offset_top = 258.0
offset_right = 453.0
offset_bottom = 284.0
2024-01-16 00:44:55 +01:00
theme_override_font_sizes/font_size = 49
2023-12-02 21:44:54 +01:00
text = "Press enter or a gamepad button to continue"
2023-08-09 02:36:38 +02:00
horizontal_alignment = 1
vertical_alignment = 1
2023-09-06 22:09:51 +02:00
2023-12-02 21:44:54 +01:00
[node name="Selftest" parent="." instance=ExtResource("3_jtnh5")]
2023-11-23 20:19:21 +01:00
layout_mode = 0
2023-12-02 21:44:54 +01:00
offset_left = 57.0
offset_top = 112.0
offset_right = 97.0
offset_bottom = 135.0
2024-01-14 03:59:55 +01:00
2024-01-15 12:00:39 +01:00
[node name="Bottomhud" parent="." instance=ExtResource("3_wfymi")]
2024-01-14 03:59:55 +01:00
layout_mode = 1