This repository has been archived on 2025-04-15. You can view files and clone it, but cannot push or open issues or pull requests.
Gamify-Life/Gamify Life/Menu Stuffs/Scene/extas_menu.tscn
2025-04-15 11:55:58 -07:00

65 lines
2.4 KiB
Text

[gd_scene load_steps=6 format=3 uid="uid://b2r51xwn50kl8"]
[ext_resource type="Script" path="res://Menu Stuffs/Script/extas_menu.gd" id="1_r0lfb"]
[ext_resource type="PackedScene" uid="uid://hwoef5r4bo0r" path="res://Magic Great Ball Stuffs/magic_great_ball.tscn" id="2_82ldc"]
[ext_resource type="PackedScene" uid="uid://byj1hyj8n6mjo" path="res://Busy Time Stuffs/busy_time.tscn" id="3_ce48j"]
[ext_resource type="PackedScene" uid="uid://dkkxl1s71dl8h" path="res://Random Number Stuffs/random_number.tscn" id="4_0wo0n"]
[ext_resource type="PackedScene" uid="uid://derbb83wolo1r" path="res://Coin Counter/coin_counter.tscn" id="5_y0t8d"]
[node name="Extas Menu" 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_r0lfb")
Magic_Great_Ball_Scene = ExtResource("2_82ldc")
Busy_Time_Scene = ExtResource("3_ce48j")
Random_Number_Scene = ExtResource("4_0wo0n")
Coin_Counter = ExtResource("5_y0t8d")
[node name="ColorRect" type="ColorRect" parent="."]
layout_mode = 0
offset_right = 960.0
offset_bottom = 600.0
color = Color(0.709804, 0.121569, 0, 1)
[node name="Title" type="Label" parent="."]
layout_mode = 0
offset_right = 960.0
offset_bottom = 100.0
theme_override_font_sizes/font_size = 71
text = "Extas"
horizontal_alignment = 1
[node name="HFlowContainer" type="HFlowContainer" parent="."]
layout_mode = 0
offset_top = 83.0
offset_right = 960.0
offset_bottom = 600.0
[node name="Magic Great Ball" type="Button" parent="HFlowContainer"]
layout_mode = 2
theme_override_font_sizes/font_size = 32
text = "Magic Great Ball"
[node name="Busy Timer" type="Button" parent="HFlowContainer"]
layout_mode = 2
theme_override_font_sizes/font_size = 32
text = "Busy Timer"
[node name="Random Number" type="Button" parent="HFlowContainer"]
layout_mode = 2
theme_override_font_sizes/font_size = 32
text = "Random Numbers"
[node name="Coin Counter" type="Button" parent="HFlowContainer"]
layout_mode = 2
theme_override_font_sizes/font_size = 32
text = "Coin Counter"
[connection signal="pressed" from="HFlowContainer/Magic Great Ball" to="." method="_on_magic_great_ball_pressed"]
[connection signal="pressed" from="HFlowContainer/Busy Timer" to="." method="_on_busy_timer_pressed"]
[connection signal="pressed" from="HFlowContainer/Random Number" to="." method="_on_random_number_pressed"]
[connection signal="pressed" from="HFlowContainer/Coin Counter" to="." method="_on_coin_counter_pressed"]