midori-school/levels/ui/debug.tscn

85 lines
2.7 KiB
Text
Raw Normal View History

2024-03-08 02:29:09 +01:00
[gd_scene load_steps=7 format=3 uid="uid://brrta1s63r2q2"]
2024-01-16 03:05:25 +01:00
2024-01-20 11:38:12 +01:00
[ext_resource type="Script" path="res://levels/ui/debug.gd" id="1_gm5qw"]
2024-03-08 02:29:09 +01:00
[ext_resource type="Texture2D" uid="uid://bxa27c7gnivwx" path="res://backgounds/night-sky-at-ceres.jpg" id="2_1w2er"]
2024-01-16 13:58:17 +01:00
[ext_resource type="PackedScene" uid="uid://d31udhuuwrajn" path="res://levels/bottomhud.tscn" id="4_ogmre"]
2024-01-16 03:05:25 +01:00
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_821nm"]
bg_color = Color(0, 0.8, 0, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_6u0xs"]
bg_color = Color(0, 0.8, 0, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_r2qrn"]
bg_color = Color(0, 0.8, 0, 1)
[node name="Debug" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_gm5qw")
2024-03-08 02:29:09 +01:00
[node name="Night Sky" type="TextureRect" parent="."]
2024-03-09 02:50:47 +01:00
layout_mode = 0
2024-03-08 02:29:09 +01:00
offset_right = 1280.0
offset_bottom = 720.0
texture = ExtResource("2_1w2er")
2024-01-16 03:05:25 +01:00
[node name="Game name" type="Label" parent="."]
layout_mode = 0
2024-04-17 20:33:27 +02:00
offset_left = 44.0
2024-01-16 03:05:25 +01:00
offset_top = 61.0
2024-04-17 20:33:27 +02:00
offset_right = 1234.0
2024-01-16 03:05:25 +01:00
offset_bottom = 207.0
theme_override_font_sizes/font_size = 106
2024-04-17 20:33:27 +02:00
text = "MENU_DEBUG"
horizontal_alignment = 1
[node name="Bottomhud" parent="." instance=ExtResource("4_ogmre")]
layout_mode = 1
2024-01-16 03:05:25 +01:00
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 7
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
2024-04-17 20:33:27 +02:00
offset_left = -342.0
offset_top = -484.0
offset_right = 342.0
2024-01-16 03:05:25 +01:00
grow_horizontal = 2
grow_vertical = 0
2024-01-27 05:38:12 +01:00
[node name="Gamepad Test" type="Button" parent="VBoxContainer"]
layout_mode = 2
theme_override_font_sizes/font_size = 80
theme_override_styles/focus = SubResource("StyleBoxFlat_821nm")
2024-04-21 03:56:48 +02:00
text = "BUTTON_GAMEPADTEST"
2024-01-27 05:38:12 +01:00
[node name="Scene Selector2" type="Button" parent="VBoxContainer"]
2024-01-16 03:05:25 +01:00
layout_mode = 2
theme_override_font_sizes/font_size = 80
theme_override_styles/focus = SubResource("StyleBoxFlat_821nm")
2024-04-21 03:56:48 +02:00
text = "BUTTON_SCENESELECT"
2024-01-16 03:05:25 +01:00
[node name="Sound Test" type="Button" parent="VBoxContainer"]
layout_mode = 2
theme_override_font_sizes/font_size = 80
theme_override_styles/focus = SubResource("StyleBoxFlat_6u0xs")
2024-04-21 03:56:48 +02:00
text = "BUTTON_SOUNDTEST"
2024-01-16 03:05:25 +01:00
[node name="Back" type="Button" parent="VBoxContainer"]
layout_mode = 2
theme_override_font_sizes/font_size = 80
theme_override_styles/focus = SubResource("StyleBoxFlat_r2qrn")
2024-04-17 20:33:27 +02:00
text = "BUTTON_RETURN"
2024-01-16 13:58:17 +01:00
2024-01-27 05:38:12 +01:00
[connection signal="pressed" from="VBoxContainer/Gamepad Test" to="." method="_on_gamepad_test_pressed"]
[connection signal="pressed" from="VBoxContainer/Scene Selector2" to="." method="_on_scene_selector_pressed"]
2024-01-16 03:05:25 +01:00
[connection signal="pressed" from="VBoxContainer/Sound Test" to="." method="_on_sound_test_pressed"]
[connection signal="pressed" from="VBoxContainer/Back" to="." method="_on_back_pressed"]