frame-of-mind/src/thank-you.tscn

187 lines
5.7 KiB
Plaintext
Raw Normal View History

2025-02-24 15:16:02 +00:00
[gd_scene load_steps=10 format=3 uid="uid://citwb7f4dl3l1"]
2023-07-15 22:58:29 +00:00
[ext_resource type="Texture2D" uid="uid://d0ucjqi8tx6vt" path="res://import/interface-elements/frame.png" id="1_picwm"]
[ext_resource type="FontFile" uid="uid://cb66e4mqysgf8" path="res://import/fonts/title_handwriting.tres" id="2_jb5y5"]
[ext_resource type="Texture2D" uid="uid://bwicl5q0lw06q" path="res://import/interface-elements/bottom.png" id="3_oob40"]
2023-07-19 11:49:09 +00:00
[ext_resource type="PackedScene" uid="uid://dy5rd437h5hsw" path="res://logic-scenes/board/card.tscn" id="4_48hwg"]
2023-10-12 16:25:21 +00:00
[ext_resource type="PackedScene" uid="uid://vkcdj8c3ytbq" path="res://logic-scenes/board/sticky-note.tscn" id="5_sfuv4"]
2023-07-15 22:58:29 +00:00
2025-02-24 15:16:02 +00:00
[sub_resource type="GDScript" id="GDScript_cqlqo"]
script/source = "extends Button
func _pressed():
OS.shell_open(\"https://store.steampowered.com/app/2515480/Frame_of_Mind__A_game_of_thoughts/\")
"
2023-07-19 20:41:29 +00:00
[sub_resource type="GDScript" id="GDScript_ugp0t"]
2023-07-15 22:58:29 +00:00
script/source = "extends Button
func _pressed():
get_tree().quit()
2023-07-15 22:58:29 +00:00
"
[sub_resource type="GDScript" id="GDScript_m3ofj"]
script/source = "extends Button
func _pressed():
OS.shell_open(\"https://gitlab.com/betalars/frame-of-mind/-/blob/main/design/contributions.md\")
"
2023-08-01 08:50:24 +00:00
[sub_resource type="GDScript" id="GDScript_unahj"]
script/source = "extends Button
func _on_pressed():
get_tree().quit()
"
2023-07-15 22:58:29 +00:00
[node name="ending" type="Panel"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="childhood" type="CenterContainer" parent="."]
self_modulate = Color(1, 1, 1, 0.923078)
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
2023-07-19 11:49:09 +00:00
offset_right = -478.0
2023-07-15 22:58:29 +00:00
grow_horizontal = 2
grow_vertical = 2
[node name="PanelContainer" type="PanelContainer" parent="childhood"]
layout_mode = 2
mouse_filter = 1
[node name="StartFrame" type="TextureRect" parent="childhood/PanelContainer"]
custom_minimum_size = Vector2(0, 900)
layout_mode = 2
size_flags_vertical = 0
texture = ExtResource("1_picwm")
expand_mode = 2
stretch_mode = 4
[node name="Panel" type="PanelContainer" parent="childhood/PanelContainer/StartFrame"]
show_behind_parent = true
layout_mode = 2
offset_left = 199.0
offset_top = -112.0
offset_right = 1039.0
offset_bottom = 697.0
rotation = 0.459022
mouse_filter = 1
[node name="VBoxContainer" type="VBoxContainer" parent="childhood/PanelContainer"]
layout_mode = 2
[node name="HSeparator" type="HSeparator" parent="childhood/PanelContainer/VBoxContainer"]
custom_minimum_size = Vector2(0, 20)
layout_mode = 2
[node name="Label" type="Label" parent="childhood/PanelContainer/VBoxContainer"]
layout_mode = 2
theme_type_variation = &"HeaderLarge"
text = "Thanks for Playing"
horizontal_alignment = 1
2025-02-24 15:16:02 +00:00
[node name="Label3" type="Label" parent="childhood/PanelContainer/VBoxContainer"]
2023-07-15 22:58:29 +00:00
layout_mode = 2
size_flags_horizontal = 3
2025-02-24 15:16:02 +00:00
text = "We are sorry, that you did not yet have the ability to resolve Lisas thoughts."
horizontal_alignment = 1
autowrap_mode = 3
visible_characters_behavior = 1
2023-07-15 22:58:29 +00:00
2025-02-24 15:16:02 +00:00
[node name="Button3" type="Button" parent="childhood/PanelContainer/VBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
theme_override_fonts/font = ExtResource("2_jb5y5")
theme_override_font_sizes/font_size = 50
text = "Wishlist for a better frame of mind"
script = SubResource("GDScript_cqlqo")
[node name="Label2" type="Label" parent="childhood/PanelContainer/VBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
text = "Frame of mind is
2023-07-15 22:58:29 +00:00
made by betalars
They were suppored by:
2024-09-15 09:30:31 +00:00
Adrian Schmid and somebody that I used to know - programming
2025-02-24 15:16:02 +00:00
Jas Arianna and Sarosenna - voice acting
2023-07-15 22:58:29 +00:00
STTLE - OST
Frame of Mind was created in godot 4.
Special thanks to:
2025-02-24 15:16:02 +00:00
nase, Jenny, nek0, map-c, Svenja, caesey, Milo, Francis, Sandro, Christoph
2023-07-15 22:58:29 +00:00
and to the contributers of blender, godot and inkscape.
frame of mind is published by purple sloth games."
horizontal_alignment = 1
autowrap_mode = 3
visible_characters_behavior = 1
[node name="Button" type="Button" parent="childhood/PanelContainer/VBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
theme_override_fonts/font = ExtResource("2_jb5y5")
theme_override_font_sizes/font_size = 50
text = "Quit"
2023-07-19 20:41:29 +00:00
script = SubResource("GDScript_ugp0t")
2023-07-15 22:58:29 +00:00
[node name="Button2" type="Button" parent="childhood/PanelContainer/VBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
text = "These Creative Commons projects made frame of mind possible."
script = SubResource("GDScript_m3ofj")
[node name="StartBottom" type="TextureRect" parent="childhood/PanelContainer/VBoxContainer"]
custom_minimum_size = Vector2(0, 64)
layout_mode = 2
size_flags_vertical = 8
texture = ExtResource("3_oob40")
expand_mode = 2
stretch_mode = 4
2023-07-19 11:49:09 +00:00
2023-08-01 08:50:24 +00:00
[node name="card" parent="childhood/PanelContainer" instance=ExtResource("4_48hwg")]
process_mode = 4
position = Vector2(1164, 301)
2023-07-19 11:49:09 +00:00
text = "Lukas did not ask for consent, he didn't explain a thing, I didnt even move! Yet he dared to assume, that "
2023-10-12 16:25:21 +00:00
[node name="sticky-note" parent="childhood/PanelContainer/card" instance=ExtResource("5_sfuv4")]
2025-02-24 15:16:02 +00:00
position = Vector2(39, 120)
rotation = -0.103332
2023-07-19 11:49:09 +00:00
text = "I was wet so I must have been into it"
2023-08-01 08:50:24 +00:00
[node name="card2" parent="childhood/PanelContainer" instance=ExtResource("4_48hwg")]
process_mode = 4
2025-02-24 15:16:02 +00:00
position = Vector2(1287, 589)
2023-07-19 11:49:09 +00:00
text = "Lukas jumped me, he didn't even explain a thing or ask consent. I was confused and paralised, so "
2023-10-12 16:25:21 +00:00
[node name="sticky-note" parent="childhood/PanelContainer/card2" instance=ExtResource("5_sfuv4")]
2025-02-24 15:16:02 +00:00
position = Vector2(-208.193, 96.8376)
rotation = 0.123092
2023-07-19 11:49:09 +00:00
text = "I didn't say stop"
2023-08-01 08:50:24 +00:00
[node name="Button" type="Button" parent="."]
layout_mode = 1
anchors_preset = 1
anchor_left = 1.0
anchor_right = 1.0
offset_left = -75.0
offset_top = 17.0
offset_right = -24.0
offset_bottom = 60.0
grow_horizontal = 0
text = "quit"
script = SubResource("GDScript_unahj")
[connection signal="pressed" from="Button" to="Button" method="_on_pressed"]