[gd_scene load_steps=3 format=3] [ext_resource type="Script" path="res://scenes/ui/victory.gd" id="1"] [ext_resource type="Texture2D" uid="uid://s1tow2vwa1ih" path="res://assets/divers/logo.svg" id="2"] [node name="Victory" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 script = ExtResource("1") [node name="Backdrop" type="ColorRect" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 color = Color(1, 1, 1, 0.3) [node name="VBox" type="VBoxContainer" parent="."] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -300.0 offset_top = -220.0 offset_right = 300.0 offset_bottom = 220.0 grow_horizontal = 2 grow_vertical = 2 theme_override_constants/separation = 20 alignment = 1 [node name="Logo" type="TextureRect" parent="VBox"] custom_minimum_size = Vector2(0, 200) layout_mode = 2 texture = ExtResource("2") expand_mode = 1 stretch_mode = 5 [node name="Title" type="Label" parent="VBox"] unique_name_in_owner = true layout_mode = 2 theme_override_colors/font_color = Color(0.12, 0.12, 0.15, 1) theme_override_font_sizes/font_size = 32 text = "A perfect eye" horizontal_alignment = 1 [node name="Detail" type="Label" parent="VBox"] unique_name_in_owner = true layout_mode = 2 theme_override_colors/font_color = Color(0.12, 0.12, 0.15, 1) text = "You cleared every gallery, right to the largest. Nothing got past you." autowrap_mode = 3 horizontal_alignment = 1 [node name="Spacer" type="Control" parent="VBox"] custom_minimum_size = Vector2(0, 20) layout_mode = 2 [node name="BackButton" type="Button" parent="VBox"] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 4 text = "Back to menu"