add wishlist link to final screen
This commit is contained in:
parent
1664798979
commit
9926e60aeb
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=9 format=3 uid="uid://citwb7f4dl3l1"]
|
||||
[gd_scene load_steps=10 format=3 uid="uid://citwb7f4dl3l1"]
|
||||
|
||||
[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"]
|
||||
|
|
@ -6,6 +6,14 @@
|
|||
[ext_resource type="PackedScene" uid="uid://dy5rd437h5hsw" path="res://logic-scenes/board/card.tscn" id="4_48hwg"]
|
||||
[ext_resource type="PackedScene" uid="uid://vkcdj8c3ytbq" path="res://logic-scenes/board/sticky-note.tscn" id="5_sfuv4"]
|
||||
|
||||
[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/\")
|
||||
"
|
||||
|
||||
[sub_resource type="GDScript" id="GDScript_ugp0t"]
|
||||
script/source = "extends Button
|
||||
|
||||
|
|
@ -82,24 +90,37 @@ theme_type_variation = &"HeaderLarge"
|
|||
text = "Thanks for Playing"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Label3" type="Label" parent="childhood/PanelContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
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
|
||||
|
||||
[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 = "We are sorry, that you did not yet have the ability to resolve Lisas thoughts.
|
||||
In the upcoming months we will work on making the game as good as it can get.
|
||||
|
||||
Frame of mind is
|
||||
text = "Frame of mind is
|
||||
made by betalars
|
||||
|
||||
They were suppored by:
|
||||
Adrian Schmid and somebody that I used to know - programming
|
||||
Jas Arianna - voice acting
|
||||
Jas Arianna and Sarosenna - voice acting
|
||||
STTLE - OST
|
||||
|
||||
Frame of Mind was created in godot 4.
|
||||
|
||||
Special thanks to:
|
||||
Jenny, nek0, map-c, Svenja, caesey, Milo, Francis, Sandro, Christoph
|
||||
nase, Jenny, nek0, map-c, Svenja, caesey, Milo, Francis, Sandro, Christoph
|
||||
and to the contributers of blender, godot and inkscape.
|
||||
|
||||
frame of mind is published by purple sloth games."
|
||||
|
|
@ -135,16 +156,18 @@ position = Vector2(1164, 301)
|
|||
text = "Lukas did not ask for consent, he didn't explain a thing, I didn’t even move! Yet he dared to assume, that "
|
||||
|
||||
[node name="sticky-note" parent="childhood/PanelContainer/card" instance=ExtResource("5_sfuv4")]
|
||||
position = Vector2(-61, 110)
|
||||
position = Vector2(39, 120)
|
||||
rotation = -0.103332
|
||||
text = "I was wet so I must have been into it"
|
||||
|
||||
[node name="card2" parent="childhood/PanelContainer" instance=ExtResource("4_48hwg")]
|
||||
process_mode = 4
|
||||
position = Vector2(1170, 589)
|
||||
position = Vector2(1287, 589)
|
||||
text = "Lukas jumped me, he didn't even explain a thing or ask consent. I was confused and paralised, so "
|
||||
|
||||
[node name="sticky-note" parent="childhood/PanelContainer/card2" instance=ExtResource("5_sfuv4")]
|
||||
position = Vector2(-61, 110)
|
||||
position = Vector2(-208.193, 96.8376)
|
||||
rotation = 0.123092
|
||||
text = "I didn't say stop"
|
||||
|
||||
[node name="Button" type="Button" parent="."]
|
||||
|
|
|
|||
Loading…
Reference in New Issue