[gd_scene load_steps=7 format=3] [ext_resource type="Script" path="res://ui/pixelation_reset_overlay.gd" id="1_script"] [ext_resource type="Theme" path="res://ui/game_theme.tres" id="2_theme"] [sub_resource type="StyleBoxFlat" id="StyleBox_reset_normal"] content_margin_left = 18.0 content_margin_top = 18.0 content_margin_right = 18.0 content_margin_bottom = 18.0 bg_color = Color(0.035, 0.145, 0.22, 1) border_width_left = 2 border_width_top = 2 border_width_right = 2 border_width_bottom = 2 border_color = Color(0.91, 0.98, 1, 0.85) corner_radius_top_left = 74 corner_radius_top_right = 74 corner_radius_bottom_right = 74 corner_radius_bottom_left = 74 [sub_resource type="StyleBoxFlat" id="StyleBox_reset_hover"] content_margin_left = 18.0 content_margin_top = 18.0 content_margin_right = 18.0 content_margin_bottom = 18.0 bg_color = Color(0.055, 0.205, 0.29, 1) border_width_left = 3 border_width_top = 3 border_width_right = 3 border_width_bottom = 3 border_color = Color(0.91, 0.975, 0.985, 1) corner_radius_top_left = 74 corner_radius_top_right = 74 corner_radius_bottom_right = 74 corner_radius_bottom_left = 74 [sub_resource type="StyleBoxFlat" id="StyleBox_reset_pressed"] content_margin_left = 18.0 content_margin_top = 18.0 content_margin_right = 18.0 content_margin_bottom = 18.0 bg_color = Color(0.025, 0.12, 0.19, 1) border_width_left = 3 border_width_top = 3 border_width_right = 3 border_width_bottom = 3 border_color = Color(0.94, 0.99, 1, 1) corner_radius_top_left = 74 corner_radius_top_right = 74 corner_radius_bottom_right = 74 corner_radius_bottom_left = 74 [sub_resource type="StyleBoxFlat" id="StyleBox_reset_disabled"] content_margin_left = 18.0 content_margin_top = 18.0 content_margin_right = 18.0 content_margin_bottom = 18.0 bg_color = Color(0.035, 0.145, 0.22, 0.72) border_width_left = 2 border_width_top = 2 border_width_right = 2 border_width_bottom = 2 border_color = Color(0.81, 0.9, 0.92, 0.55) corner_radius_top_left = 74 corner_radius_top_right = 74 corner_radius_bottom_right = 74 corner_radius_bottom_left = 74 [node name="PixelationResetOverlay" type="CanvasLayer"] layer = 300 visible = false script = ExtResource("1_script") [node name="ResetPresentationRoot" type="Control" parent="."] unique_name_in_owner = true offset_right = 156.0 offset_bottom = 148.0 mouse_filter = 2 theme = ExtResource("2_theme") [node name="ResetPixelationButton" type="Button" parent="ResetPresentationRoot"] unique_name_in_owner = true custom_minimum_size = Vector2(156, 148) layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 tooltip_text = "reset pixelation" accessibility_name = "reset pixelation" theme_override_colors/font_color = Color(0.82, 0.93, 0.96, 1) theme_override_colors/font_hover_color = Color(0.91, 0.975, 0.985, 1) theme_override_colors/font_focus_color = Color(0.91, 0.975, 0.985, 1) theme_override_colors/font_pressed_color = Color(0.7, 0.87, 0.92, 1) theme_override_colors/font_disabled_color = Color(0.66, 0.77, 0.8, 0.78) theme_override_font_sizes/font_size = 26 theme_override_styles/normal = SubResource("StyleBox_reset_normal") theme_override_styles/hover = SubResource("StyleBox_reset_hover") theme_override_styles/pressed = SubResource("StyleBox_reset_pressed") theme_override_styles/focus = SubResource("StyleBox_reset_hover") theme_override_styles/disabled = SubResource("StyleBox_reset_disabled") text = "reset\npixelation"