AbstractAffection/Scenes/win_screen.tscn
2025-02-15 19:20:49 +01:00

46 lines
1.1 KiB
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://djppndvxhlqyp"]
[ext_resource type="Texture2D" uid="uid://be77bkqaub4i4" path="res://Art/MainMenuArt.jpg" id="1_fkc2o"]
[ext_resource type="Script" path="res://Scripts/quit_game.gd" id="2_kk054"]
[node name="Win_Screen" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="TextureRect" type="TextureRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_top = -1.69632
offset_bottom = 1.69629
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("1_fkc2o")
expand_mode = 5
stretch_mode = 4
[node name="Quit" type="Button" parent="."]
top_level = true
z_index = 1
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -47.5
offset_top = -15.5
offset_right = 47.5
offset_bottom = 15.5
grow_horizontal = 2
grow_vertical = 2
text = "And that was the date,
Later Autumn sent you a text asking for a second date!"
script = ExtResource("2_kk054")