Files
tux-typing-plus/scenes/menus/select_mode/select_mode.tscn
2026-02-10 00:05:50 -05:00

143 lines
4.1 KiB
Plaintext

[gd_scene format=3 uid="uid://cb2i4ei3lihbh"]
[ext_resource type="Shader" uid="uid://b4yhwgv8l8djq" path="res://scroll.gdshader" id="1_3oan1"]
[ext_resource type="Script" uid="uid://buqy4h8s5nhg7" path="res://scenes/menus/select_mode/select_mode.gd" id="1_avhy0"]
[ext_resource type="Texture2D" uid="uid://dew71sa7dwdnc" path="res://textures/tux typing +.png" id="2_3oan1"]
[ext_resource type="AudioStream" uid="uid://df31l8x4fxwf0" path="res://assets/audio/music/menus/Mario Kart Wii Music - Menu (Medley) [fN2dJP0WLDQ].mp3" id="3_xhbdh"]
[ext_resource type="AudioStream" uid="uid://podscahsf0d4" path="res://assets/audio/sfx/MenuAccept.wav" id="5_32ulc"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_aeitr"]
shader = ExtResource("1_3oan1")
shader_parameter/speed = 0.1
[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_cqx26"]
load_path = "res://.godot/imported/wp2812464.jpg-16426a98baf4dc04320bc61fb53f8deb.ctex"
[node name="Control" type="Control" unique_id=550682840]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_avhy0")
[node name="Background" type="TextureRect" parent="." unique_id=290638011]
material = SubResource("ShaderMaterial_aeitr")
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = SubResource("CompressedTexture2D_cqx26")
stretch_mode = 1
[node name="TextureRect" type="TextureRect" parent="." unique_id=2036714117]
layout_mode = 1
anchors_preset = 2
anchor_top = 1.0
anchor_bottom = 1.0
offset_left = -140.0
offset_top = -332.0
offset_right = 514.0
offset_bottom = 200.0
grow_vertical = 0
texture = ExtResource("2_3oan1")
expand_mode = 1
stretch_mode = 4
[node name="WordSelectScroll" type="ScrollContainer" parent="." unique_id=920997112]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -288.5
offset_top = -360.0
offset_right = 288.5
offset_bottom = 360.0
grow_horizontal = 2
grow_vertical = 2
[node name="WordSelect" type="VBoxContainer" parent="WordSelectScroll" unique_id=56995036]
visible = false
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
alignment = 1
[node name="MainButtons" type="BoxContainer" parent="." unique_id=881316051]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -288.5
offset_top = -222.5
offset_right = 288.5
offset_bottom = 222.5
grow_horizontal = 2
grow_vertical = 2
vertical = true
[node name="Cascade" type="Button" parent="MainButtons" unique_id=1019308409]
layout_mode = 2
theme_override_font_sizes/font_size = 50
text = "Fish Cascade
"
expand_icon = true
[node name="Comet" type="Button" parent="MainButtons" unique_id=1352982543]
layout_mode = 2
theme_override_font_sizes/font_size = 50
text = "Comet Zap
"
expand_icon = true
[node name="Lessons" type="Button" parent="MainButtons" unique_id=1616574107]
layout_mode = 2
theme_override_font_sizes/font_size = 50
text = "Lessons
"
expand_icon = true
[node name="Options" type="Button" parent="MainButtons" unique_id=249277019]
layout_mode = 2
theme_override_font_sizes/font_size = 50
text = "Options"
expand_icon = true
[node name="Quit" type="Button" parent="MainButtons" unique_id=1080429911]
layout_mode = 2
theme_override_font_sizes/font_size = 50
text = "Quit
"
expand_icon = true
[node name="BackgroundMusic" type="AudioStreamPlayer2D" parent="." unique_id=1780401057]
stream = ExtResource("3_xhbdh")
volume_db = -20.0
autoplay = true
parameters/looping = true
[node name="ButtonPress" type="AudioStreamPlayer2D" parent="." unique_id=1605257004]
stream = ExtResource("5_32ulc")
volume_db = -20.0
[node name="Fade" type="ColorRect" parent="." unique_id=1920157134]
visible = false
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
color = Color(0, 0, 0, 1)
[connection signal="pressed" from="MainButtons/Cascade" to="." method="_on_cascade_pressed"]
[connection signal="pressed" from="MainButtons/Comet" to="." method="_on_comet_pressed"]