1- [gd_scene load_steps =5 format =2 ]
1+ [gd_scene load_steps =12 format =2 ]
22
33[ext_resource path ="res://UI/BaseScreen.tscn" type ="PackedScene" id =1 ]
44[ext_resource path ="res://assets/images/buttons/audioOn.png" type ="Texture" id =2 ]
55[ext_resource path ="res://assets/images/buttons/musicOn.png" type ="Texture" id =3 ]
6- [ext_resource path ="res://assets/images/buttons/return.png" type ="Texture" id =4 ]
6+ [ext_resource path ="res://assets/fonts/Xolonium-Regular.ttf" type ="DynamicFontData" id =4 ]
7+ [ext_resource path ="res://assets/images/buttons/return.png" type ="Texture" id =5 ]
78
8- [node name ="SettingsScreen" instance =ExtResource ( 1 )]
9+ [sub_resource type ="StyleBoxEmpty" id =1 ]
10+
11+ [sub_resource type ="StyleBoxEmpty" id =2 ]
12+
13+ [sub_resource type ="StyleBoxEmpty" id =3 ]
14+
15+ [sub_resource type ="StyleBoxEmpty" id =4 ]
16+
17+ [sub_resource type ="StyleBoxEmpty" id =5 ]
18+
19+ [sub_resource type ="DynamicFont" id =6 ]
20+ size = 48
21+ font_data = ExtResource ( 4 )
22+
23+ [node name ="SettingsScreen" index ="0" instance =ExtResource ( 1 )]
924
1025[node name ="Label" parent ="MarginContainer/VBoxContainer" index ="0" ]
1126text = "Settings"
@@ -29,14 +44,32 @@ margin_right = 357.0
2944margin_bottom = 100.0
3045texture_normal = ExtResource ( 3 )
3146
32- [node name ="Buttons2 " parent ="MarginContainer/VBoxContainer" index ="2" ]
47+ [node name ="Buttons3 " parent ="MarginContainer/VBoxContainer" index ="2" ]
3348margin_top = 478.0
34- margin_bottom = 578.0
49+ margin_bottom = 536.0
50+
51+ [node name ="Ads" type ="Button" parent ="MarginContainer/VBoxContainer/Buttons3" index ="0" groups =[
52+ "buttons" ,
53+ ]]
54+ margin_left = 72.0
55+ margin_right = 368.0
56+ margin_bottom = 58.0
57+ custom_styles/hover = SubResource ( 1 )
58+ custom_styles/pressed = SubResource ( 2 )
59+ custom_styles/focus = SubResource ( 3 )
60+ custom_styles/disabled = SubResource ( 4 )
61+ custom_styles/normal = SubResource ( 5 )
62+ custom_fonts/font = SubResource ( 6 )
63+ text = "Disable Ads"
64+
65+ [node name ="Buttons2" parent ="MarginContainer/VBoxContainer" index ="3" ]
66+ margin_top = 686.0
67+ margin_bottom = 786.0
3568
3669[node name ="Home" type ="TextureButton" parent ="MarginContainer/VBoxContainer/Buttons2" index ="0" groups =[
3770"buttons" ,
3871]]
3972margin_left = 170.0
4073margin_right = 270.0
4174margin_bottom = 100.0
42- texture_normal = ExtResource ( 4 )
75+ texture_normal = ExtResource ( 5 )
0 commit comments