cawez_puzzlebox/ui/main_menu.tscn
2024-06-19 20:20:38 -04:00

158 lines
5.4 KiB
Plaintext

[gd_scene load_steps=11 format=3 uid="uid://5pnqeh3rmtel"]
[ext_resource type="Script" path="res://ui/scale_ui.gd" id="1_vumgq"]
[ext_resource type="Script" path="res://ui/menu_modulate.gd" id="2_cqe5f"]
[ext_resource type="Texture2D" uid="uid://dkxjbbidbegoh" path="res://ui/menu_background.png" id="2_io0c1"]
[ext_resource type="Script" path="res://ui/scrolling_background.gd" id="3_uosn1"]
[ext_resource type="FontFile" uid="uid://ksfeftemeckw" path="res://ui/exo_thin.otf" id="4_5xlmk"]
[ext_resource type="Texture2D" uid="uid://bbedstsfprrpe" path="res://ui/button_blue.png" id="5_2t5vl"]
[ext_resource type="Script" path="res://ui/button_play.gd" id="5_d46jy"]
[ext_resource type="Texture2D" uid="uid://uhmovivbnhjo" path="res://ui/button_gray.png" id="6_6giix"]
[ext_resource type="Texture2D" uid="uid://dc147b6rngxe3" path="res://ui/button_green.png" id="7_grisl"]
[ext_resource type="Script" path="res://ui/button_exit.gd" id="8_vlbyu"]
[node name="main_menu" type="CanvasLayer"]
script = ExtResource("1_vumgq")
[node name="modulate" type="Node2D" parent="."]
modulate = Color(1, 1, 1, 0)
script = ExtResource("2_cqe5f")
[node name="back_background" type="ColorRect" parent="modulate"]
offset_right = 35520.0
offset_bottom = 44097.0
color = Color(0, 0, 0, 1)
[node name="scrolling_parent" type="Node2D" parent="modulate"]
scale = Vector2(2, 2)
script = ExtResource("3_uosn1")
[node name="scrolling_0" type="TextureRect" parent="modulate/scrolling_parent"]
offset_top = -360.0
offset_right = 1280.0
offset_bottom = 360.0
scale = Vector2(1, 2)
texture = ExtResource("2_io0c1")
expand_mode = 1
[node name="scrolling_1" type="TextureRect" parent="modulate/scrolling_parent"]
offset_left = -1280.0
offset_top = -360.0
offset_bottom = 360.0
scale = Vector2(1, 2)
texture = ExtResource("2_io0c1")
expand_mode = 1
[node name="title" type="RichTextLabel" parent="modulate"]
offset_left = 10.0
offset_top = 5.0
offset_right = 1281.0
offset_bottom = 144.0
theme_override_fonts/normal_font = ExtResource("4_5xlmk")
theme_override_font_sizes/normal_font_size = 89
bbcode_enabled = true
text = "[center] CAWEZs Puzzlebox : HIRAETH [/center]
"
[node name="buttons" type="Node2D" parent="modulate"]
position = Vector2(481.835, 116.09)
scale = Vector2(0.73, 0.73)
[node name="button_play" type="Node2D" parent="modulate/buttons"]
position = Vector2(0, 45)
scale = Vector2(0.22, 0.22)
[node name="TextureButton" type="TextureButton" parent="modulate/buttons/button_play"]
offset_right = 2000.0
offset_bottom = 411.0
texture_normal = ExtResource("5_2t5vl")
texture_pressed = ExtResource("6_6giix")
texture_hover = ExtResource("7_grisl")
texture_focused = ExtResource("7_grisl")
script = ExtResource("5_d46jy")
[node name="RichTextLabel" type="RichTextLabel" parent="modulate/buttons/button_play/TextureButton"]
layout_mode = 0
offset_left = 9.0
offset_top = 50.0
offset_right = 1886.0
offset_bottom = 391.0
mouse_filter = 2
theme_override_fonts/normal_font = ExtResource("4_5xlmk")
theme_override_font_sizes/normal_font_size = 236
bbcode_enabled = true
text = "[center] PLAY [/center]"
[node name="button_skip" type="Node2D" parent="modulate/buttons"]
position = Vector2(0, 225)
scale = Vector2(0.22, 0.22)
[node name="TextureButton" type="TextureButton" parent="modulate/buttons/button_skip"]
offset_right = 2000.0
offset_bottom = 411.0
texture_normal = ExtResource("5_2t5vl")
texture_pressed = ExtResource("6_6giix")
texture_hover = ExtResource("7_grisl")
texture_focused = ExtResource("7_grisl")
[node name="RichTextLabel" type="RichTextLabel" parent="modulate/buttons/button_skip/TextureButton"]
layout_mode = 0
offset_left = 9.0
offset_top = 50.0
offset_right = 1886.0
offset_bottom = 391.0
mouse_filter = 2
theme_override_fonts/normal_font = ExtResource("4_5xlmk")
theme_override_font_sizes/normal_font_size = 236
bbcode_enabled = true
text = "[center] SKIP [/center]"
[node name="button_about" type="Node2D" parent="modulate/buttons"]
position = Vector2(0, 405)
scale = Vector2(0.22, 0.22)
[node name="TextureButton" type="TextureButton" parent="modulate/buttons/button_about"]
offset_right = 2000.0
offset_bottom = 411.0
texture_normal = ExtResource("5_2t5vl")
texture_pressed = ExtResource("6_6giix")
texture_hover = ExtResource("7_grisl")
texture_focused = ExtResource("7_grisl")
[node name="RichTextLabel" type="RichTextLabel" parent="modulate/buttons/button_about/TextureButton"]
layout_mode = 0
offset_left = 9.0
offset_top = 50.0
offset_right = 1886.0
offset_bottom = 391.0
mouse_filter = 2
theme_override_fonts/normal_font = ExtResource("4_5xlmk")
theme_override_font_sizes/normal_font_size = 236
bbcode_enabled = true
text = "[center] ABOUT [/center]"
[node name="button_exit" type="Node2D" parent="modulate/buttons"]
position = Vector2(0, 585)
scale = Vector2(0.22, 0.22)
[node name="TextureButton" type="TextureButton" parent="modulate/buttons/button_exit"]
offset_right = 2000.0
offset_bottom = 411.0
texture_normal = ExtResource("5_2t5vl")
texture_pressed = ExtResource("6_6giix")
texture_hover = ExtResource("7_grisl")
texture_focused = ExtResource("7_grisl")
script = ExtResource("8_vlbyu")
[node name="RichTextLabel" type="RichTextLabel" parent="modulate/buttons/button_exit/TextureButton"]
layout_mode = 0
offset_left = 9.0
offset_top = 50.0
offset_right = 1886.0
offset_bottom = 391.0
mouse_filter = 2
theme_override_fonts/normal_font = ExtResource("4_5xlmk")
theme_override_font_sizes/normal_font_size = 236
bbcode_enabled = true
text = "[center] EXIT [/center]"