I forgor to push the entire fucking project

This commit is contained in:
Jan van der Weide 2025-02-15 19:20:49 +01:00
parent d7da162f84
commit 48f9a4cd9c
73 changed files with 1543 additions and 0 deletions

115
Scenes/gameplay_scene.tscn Normal file
View file

@ -0,0 +1,115 @@
[gd_scene load_steps=25 format=3 uid="uid://c2f5ag6qjhr38"]
[ext_resource type="Script" path="res://Scripts/gameplay_scene.gd" id="1_i6upw"]
[ext_resource type="Texture2D" uid="uid://dlb2x0xc1amni" path="res://Art/GameplaySceneArt.jpg" id="2_4klmo"]
[ext_resource type="Texture2D" uid="uid://cpagb45dckv5l" path="res://Art/CharacterArt/base_neutral.png" id="2_yvbub"]
[ext_resource type="Texture2D" uid="uid://d3hghpw5pp0an" path="res://Art/CharacterArt/base_positive.png" id="4_ehyv0"]
[ext_resource type="Script" path="res://Scripts/character.gd" id="4_l0iij"]
[ext_resource type="Texture2D" uid="uid://djs8kjnuqdd0x" path="res://Art/CharacterArt/first_positive.png" id="5_5lrpo"]
[ext_resource type="Script" path="res://Scripts/story_label.gd" id="5_32oug"]
[ext_resource type="Script" path="res://Scripts/story_button.gd" id="5_r50w8"]
[ext_resource type="Texture2D" uid="uid://b7uibrol7mjof" path="res://Art/CharacterArt/second_positive.png" id="6_3mqex"]
[ext_resource type="Texture2D" uid="uid://df1twmogiuwgw" path="res://Art/TableForground.png" id="6_doeiy"]
[ext_resource type="Texture2D" uid="uid://cinah0tewvn4" path="res://Art/CharacterArt/third_positive.png" id="7_yyf8m"]
[ext_resource type="Texture2D" uid="uid://b780e6ide8ova" path="res://Art/CharacterArt/fourth_positive.png" id="8_uf0h3"]
[ext_resource type="Texture2D" uid="uid://cpcynjgfm4am3" path="res://Art/CharacterArt/fith_positive.png" id="9_gf5qo"]
[ext_resource type="Texture2D" uid="uid://c22aws76vqltv" path="res://Art/CharacterArt/first_neutral.png" id="11_4m63f"]
[ext_resource type="Texture2D" uid="uid://d3qnu71uuk81f" path="res://Art/CharacterArt/second_neutral.png" id="12_hvlnb"]
[ext_resource type="Texture2D" uid="uid://brtlccuaqlum3" path="res://Art/CharacterArt/third_neutral.png" id="13_58kom"]
[ext_resource type="Texture2D" uid="uid://b7pxammtfl1a6" path="res://Art/CharacterArt/fourth_neutral.png" id="14_jleoy"]
[ext_resource type="Texture2D" uid="uid://dh6cig7bc3d33" path="res://Art/CharacterArt/fith_neutral.png" id="15_dgrja"]
[ext_resource type="Texture2D" uid="uid://c45v02wdjoo2b" path="res://Art/CharacterArt/base_negative.png" id="16_pajw7"]
[ext_resource type="Texture2D" uid="uid://u4nb6tklytda" path="res://Art/CharacterArt/first_negative.png" id="17_ladss"]
[ext_resource type="Texture2D" uid="uid://k0brbg2l14fj" path="res://Art/CharacterArt/second_negative.png" id="18_nt5kr"]
[ext_resource type="Texture2D" uid="uid://b28v08u5vd322" path="res://Art/CharacterArt/third_negative.png" id="19_kwdf2"]
[ext_resource type="Texture2D" uid="uid://b782p7xrru1l0" path="res://Art/CharacterArt/fourth_negative.png" id="20_8e07u"]
[ext_resource type="Texture2D" uid="uid://ba1y8d5bgitko" path="res://Art/CharacterArt/fith_negative.png" id="21_3u4pc"]
[node name="GameplayScene" 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_i6upw")
[node name="Background" type="TextureRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("2_4klmo")
expand_mode = 5
stretch_mode = 4
[node name="Character" type="TextureRect" 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 = -324.0
offset_top = -324.0
offset_right = 324.0
offset_bottom = 324.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 4
expand_mode = 2
script = ExtResource("4_l0iij")
positive_states = Array[Texture2D]([ExtResource("4_ehyv0"), ExtResource("5_5lrpo"), ExtResource("6_3mqex"), ExtResource("7_yyf8m"), ExtResource("8_uf0h3"), ExtResource("9_gf5qo")])
neutral_states = Array[Texture2D]([ExtResource("2_yvbub"), ExtResource("11_4m63f"), ExtResource("12_hvlnb"), ExtResource("13_58kom"), ExtResource("14_jleoy"), ExtResource("15_dgrja")])
negative_states = Array[Texture2D]([ExtResource("16_pajw7"), ExtResource("17_ladss"), ExtResource("18_nt5kr"), ExtResource("19_kwdf2"), ExtResource("20_8e07u"), ExtResource("21_3u4pc")])
[node name="Table" type="TextureRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("6_doeiy")
expand_mode = 2
[node name="HBoxContainer" type="HBoxContainer" parent="."]
z_index = 1
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 8
[node name="Button" type="Button" parent="HBoxContainer/VBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
button_mask = 0
script = ExtResource("5_32oug")
[node name="Positive" type="Button" parent="HBoxContainer/VBoxContainer"]
z_index = 2
layout_mode = 2
icon_alignment = 1
script = ExtResource("5_r50w8")
vibe = "pos"
[node name="Neutral" type="Button" parent="HBoxContainer/VBoxContainer"]
z_index = 2
layout_mode = 2
script = ExtResource("5_r50w8")
vibe = "neu"
[node name="Negative" type="Button" parent="HBoxContainer/VBoxContainer"]
z_index = 2
layout_mode = 2
script = ExtResource("5_r50w8")
vibe = "neg"

45
Scenes/loss_screen.tscn Normal file
View file

@ -0,0 +1,45 @@
[gd_scene load_steps=3 format=3 uid="uid://dawewa7ajn2en"]
[ext_resource type="Texture2D" uid="uid://be77bkqaub4i4" path="res://Art/MainMenuArt.jpg" id="1_dksb8"]
[ext_resource type="Script" path="res://Scripts/quit_game.gd" id="3_eu4gy"]
[node name="Loss_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_dksb8")
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!
You and Autumn both went your sepparate ways"
script = ExtResource("3_eu4gy")

85
Scenes/main_menu.tscn Normal file
View file

@ -0,0 +1,85 @@
[gd_scene load_steps=7 format=3 uid="uid://dq6isvkqq0ylg"]
[ext_resource type="Script" path="res://Scripts/start_game.gd" id="1_6bfra"]
[ext_resource type="Texture2D" uid="uid://be77bkqaub4i4" path="res://Art/MainMenuArt.jpg" id="1_exf5b"]
[ext_resource type="Script" path="res://Scripts/quit_game.gd" id="2_pgpfd"]
[ext_resource type="Texture2D" uid="uid://c556yx4olxayt" path="res://Art/quit.png" id="3_54vsh"]
[ext_resource type="Texture2D" uid="uid://0m14r5weeku5" path="res://Art/Title.png" id="4_hy602"]
[ext_resource type="Texture2D" uid="uid://cena77gtj0vd4" path="res://Art/start.png" id="5_esns0"]
[node name="MainMenu" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
metadata/_edit_use_anchors_ = true
[node name="Background" type="TextureRect" parent="."]
z_index = -8
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_exf5b")
expand_mode = 5
stretch_mode = 4
[node name="HBoxContainer" type="HBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="TextureRect" type="TextureRect" parent="HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 8
texture = ExtResource("5_esns0")
expand_mode = 4
stretch_mode = 4
[node name="Start" type="Button" parent="HBoxContainer/TextureRect"]
z_index = 1
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 0
flat = true
script = ExtResource("1_6bfra")
[node name="TextureRect3" type="TextureRect" parent="HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
texture = ExtResource("4_hy602")
expand_mode = 2
stretch_mode = 5
[node name="TextureRect2" type="TextureRect" parent="HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 8
texture = ExtResource("3_54vsh")
expand_mode = 4
stretch_mode = 4
[node name="Quit" type="Button" parent="HBoxContainer/TextureRect2"]
z_index = 1
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
flat = true
script = ExtResource("2_pgpfd")

45
Scenes/win_screen.tscn Normal file
View file

@ -0,0 +1,45 @@
[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")