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

116 lines
5.1 KiB
Plaintext

[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"