implement texture switching and adding thank-you prompt #2

Merged
tiger merged 5 commits from laurins-lair into development 2026-03-12 13:07:54 +00:00
2 changed files with 25 additions and 38 deletions
Showing only changes of commit ed8fac9d5e - Show all commits

View File

@ -316,7 +316,7 @@ We hope you are looking forward to finding a better frame of mind. ,We hope you
demo-credits,"Frame of Mind is made by betalars. demo-credits,"Frame of Mind is made by betalars.
They were supported by: They were supported by:
Adrian Schmid, April and somebody that I used to know Programming tiger tiger tiger, Adrian Schmid, April and somebody that I used to know Programming
Jas Arianna and Newt Voice Acting Jas Arianna and Newt Voice Acting
STTLE OST STTLE OST
Dieu Linh Vu, Polynormal Games - Producing, Publishing and Marketing Dieu Linh Vu, Polynormal Games - Producing, Publishing and Marketing
@ -329,7 +329,7 @@ the R42 Games Accellerator and to the contributers of blender, godot and inkscap
Frame of mind is would not have been possible without purple sloth games.","Frame of Mind ist made by betalars. Frame of mind is would not have been possible without purple sloth games.","Frame of Mind ist made by betalars.
Dey wurde unterstützt von: Dey wurde unterstützt von:
Adrian Schmid, April und einer Person, die ich mal kannte Programmierung tiger tiger tiger, Adrian Schmid, April und einer Person, die ich mal kannte Programmierung
Jas Arianna and Newt Voice Acting Jas Arianna and Newt Voice Acting
STTLE OST STTLE OST
Dieu Linh Vu, Polynormal Games - Producing, Publishing und Marketing Dieu Linh Vu, Polynormal Games - Producing, Publishing und Marketing
@ -610,3 +610,6 @@ spoken text,Spoken Text,Gesprochener Text,,,
closed captions,Closed Captions,Untertitel für Hörgeschädigte,,, closed captions,Closed Captions,Untertitel für Hörgeschädigte,,,
UI Scale,UI Scale,UI Skalierung,,, UI Scale,UI Scale,UI Skalierung,,,
menu_a11y_statement,Open Information on Accessibility,Informationen zu Barrierefreiheit öffnen,,, menu_a11y_statement,Open Information on Accessibility,Informationen zu Barrierefreiheit öffnen,,,
thank_you_beta_title,Thanks for contributing to the beta!,Danke für deinen Beitrag zur Beta!,,,
thank_you_beta_text,"We hope you enjoyed playing our game. If you did, and especially if you didnt, please take some time to fill out our feedback form. This will help us find some little things we can still enhance to make Frame of Mind as good as it can be for its release.","Wir hoffen dir hat unser Spiel gefallen. Wenn es das getan hat, und insbesondere, wenn das das nicht getan hat, nimm dir bitte ein wenig Zeit für unseren Feedback-Bogen. Das hilft uns noch ein paar Ecken und Kanten zu finden, die wir vor der Veröffentlichung noch fixen können.",,,
beta_quit,quit and open survey,Schließen und Fragebogen öffnen,,,

1 keys en de es ja notes
316 p_lovable yet I am still lovable to them. ich bin trotzdem liebenswürdig für sie.
317 p_my_trauma that isn't me, but it is my trauma. das war nicht ich, das war mein Trauma.
318 c_difficult_teachers School is difficult for teachers too Schule ist auch für Lehrkräfte fies
319 p_failing_forward and there's value in failing forward. es ist viel Wert, in der richtigen Richtung zu Scheitern.
320 p_nightmare_children children can be nightmares at times. Kinder können richtig grausam sein.
321 c_mom Mom always took care of everything at home Mom hat sich früher einfach um alles gekümmert
322 p_good_intensions that was well intended, but has now become a burden. ds war damals gut gemeint, ist aber heute richtig belastend.
329 p_bodily_needs my body really needed that. mein Körper hat das echt gebraucht!
330 c_mental_health I wish teachers knew more about mental health Es hätte so geholfen, wenn meine Lehrkräfte mehr von mentaler Gesundheit verstanden hätten
331 p_early_recognition recognising such things early makes a huge difference. so Sachen früh erkennen macht einen riesen Unterschied.
332 p_unhelpful_lectures unfortunately the lectures I had really did not help me. leider haben die Vorlesungen dazu mir gar nicht geholfen.
333 c_adhd_life I couldn't tell apart my life experience and ADHD Ich kann mein Leben und ADHS nicht ganz auseinander halten.
334 p_upset_thoughts thinking of that makes me so upset. Ich werde wütend wenn ich nur darüber nachdenke.
335 p_me_weird do others think I'm weird because of that? halten mich andere deswegen für komisch?
610
611
612
613
614
615

View File

@ -1,17 +1,9 @@
[gd_scene load_steps=8 format=3 uid="uid://citwb7f4dl3l1"] [gd_scene 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="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="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"] [ext_resource type="Texture2D" uid="uid://bwicl5q0lw06q" path="res://import/interface-elements/bottom.png" id="3_oob40"]
[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"] [sub_resource type="GDScript" id="GDScript_ugp0t"]
script/source = "extends Button script/source = "extends Button
@ -36,14 +28,14 @@ func _on_pressed():
get_tree().quit() get_tree().quit()
" "
[node name="ending" type="Panel"] [node name="ending" type="Panel" unique_id=193492620]
anchors_preset = 15 anchors_preset = 15
anchor_right = 1.0 anchor_right = 1.0
anchor_bottom = 1.0 anchor_bottom = 1.0
grow_horizontal = 2 grow_horizontal = 2
grow_vertical = 2 grow_vertical = 2
[node name="childhood" type="CenterContainer" parent="."] [node name="childhood" type="CenterContainer" parent="." unique_id=241016621]
self_modulate = Color(1, 1, 1, 0.923078) self_modulate = Color(1, 1, 1, 0.923078)
layout_mode = 1 layout_mode = 1
anchors_preset = 15 anchors_preset = 15
@ -52,11 +44,11 @@ anchor_bottom = 1.0
grow_horizontal = 2 grow_horizontal = 2
grow_vertical = 2 grow_vertical = 2
[node name="PanelContainer" type="PanelContainer" parent="childhood"] [node name="PanelContainer" type="PanelContainer" parent="childhood" unique_id=1457352563]
layout_mode = 2 layout_mode = 2
mouse_filter = 1 mouse_filter = 1
[node name="StartFrame" type="TextureRect" parent="childhood/PanelContainer"] [node name="StartFrame" type="TextureRect" parent="childhood/PanelContainer" unique_id=1355611482]
custom_minimum_size = Vector2(0, 900) custom_minimum_size = Vector2(0, 900)
layout_mode = 2 layout_mode = 2
size_flags_vertical = 0 size_flags_vertical = 0
@ -64,9 +56,9 @@ texture = ExtResource("1_picwm")
expand_mode = 2 expand_mode = 2
stretch_mode = 4 stretch_mode = 4
[node name="Panel" type="PanelContainer" parent="childhood/PanelContainer/StartFrame"] [node name="Panel" type="PanelContainer" parent="childhood/PanelContainer/StartFrame" unique_id=909046247]
show_behind_parent = true show_behind_parent = true
layout_mode = 2 layout_mode = 0
offset_left = 199.0 offset_left = 199.0
offset_top = -112.0 offset_top = -112.0
offset_right = 1039.0 offset_right = 1039.0
@ -74,36 +66,36 @@ offset_bottom = 697.0
rotation = 0.459022 rotation = 0.459022
mouse_filter = 1 mouse_filter = 1
[node name="VBoxContainer" type="VBoxContainer" parent="childhood/PanelContainer"] [node name="VBoxContainer" type="VBoxContainer" parent="childhood/PanelContainer" unique_id=1532130957]
layout_mode = 2 layout_mode = 2
[node name="HSeparator" type="HSeparator" parent="childhood/PanelContainer/VBoxContainer"] [node name="HSeparator" type="HSeparator" parent="childhood/PanelContainer/VBoxContainer" unique_id=1023887909]
custom_minimum_size = Vector2(0, 20) custom_minimum_size = Vector2(0, 20)
layout_mode = 2 layout_mode = 2
[node name="Label" type="Label" parent="childhood/PanelContainer/VBoxContainer"] [node name="Label" type="Label" parent="childhood/PanelContainer/VBoxContainer" unique_id=1828739578]
layout_mode = 2 layout_mode = 2
theme_type_variation = &"HeaderLarge" theme_type_variation = &"HeaderLarge"
text = "Thanks for Playing the Demo!" text = "thank_you_beta_title"
horizontal_alignment = 1 horizontal_alignment = 1
[node name="Label3" type="Label" parent="childhood/PanelContainer/VBoxContainer"] [node name="Label3" type="Label" parent="childhood/PanelContainer/VBoxContainer" unique_id=287708555]
layout_mode = 2 layout_mode = 2
size_flags_horizontal = 3 size_flags_horizontal = 3
text = "We hope you are looking forward to finding a better frame of mind. " text = "thank_you_beta_text"
horizontal_alignment = 1 horizontal_alignment = 1
autowrap_mode = 3 autowrap_mode = 3
visible_characters_behavior = 1 visible_characters_behavior = 1
[node name="Button3" type="Button" parent="childhood/PanelContainer/VBoxContainer"] [node name="Button" type="Button" parent="childhood/PanelContainer/VBoxContainer" unique_id=1529182247]
layout_mode = 2 layout_mode = 2
size_flags_horizontal = 4 size_flags_horizontal = 4
theme_override_fonts/font = ExtResource("2_jb5y5") theme_override_fonts/font = ExtResource("2_jb5y5")
theme_override_font_sizes/font_size = 50 theme_override_font_sizes/font_size = 50
text = "Wishlist for a better frame of mind" text = "beta_quit"
script = SubResource("GDScript_cqlqo") script = SubResource("GDScript_ugp0t")
[node name="Label2" type="Label" parent="childhood/PanelContainer/VBoxContainer"] [node name="Label2" type="Label" parent="childhood/PanelContainer/VBoxContainer" unique_id=350374625]
layout_mode = 2 layout_mode = 2
size_flags_horizontal = 3 size_flags_horizontal = 3
text = "demo-credits" text = "demo-credits"
@ -111,21 +103,13 @@ horizontal_alignment = 1
autowrap_mode = 3 autowrap_mode = 3
visible_characters_behavior = 1 visible_characters_behavior = 1
[node name="Button" type="Button" parent="childhood/PanelContainer/VBoxContainer"] [node name="Button2" type="Button" parent="childhood/PanelContainer/VBoxContainer" unique_id=1801377027]
layout_mode = 2
size_flags_horizontal = 4
theme_override_fonts/font = ExtResource("2_jb5y5")
theme_override_font_sizes/font_size = 50
text = "quit"
script = SubResource("GDScript_ugp0t")
[node name="Button2" type="Button" parent="childhood/PanelContainer/VBoxContainer"]
layout_mode = 2 layout_mode = 2
size_flags_horizontal = 4 size_flags_horizontal = 4
text = "These Creative Commons pojects made frame of mind possible." text = "These Creative Commons pojects made frame of mind possible."
script = SubResource("GDScript_m3ofj") script = SubResource("GDScript_m3ofj")
[node name="StartBottom" type="TextureRect" parent="childhood/PanelContainer/VBoxContainer"] [node name="StartBottom" type="TextureRect" parent="childhood/PanelContainer/VBoxContainer" unique_id=900491125]
custom_minimum_size = Vector2(0, 64) custom_minimum_size = Vector2(0, 64)
layout_mode = 2 layout_mode = 2
size_flags_vertical = 8 size_flags_vertical = 8
@ -133,7 +117,7 @@ texture = ExtResource("3_oob40")
expand_mode = 2 expand_mode = 2
stretch_mode = 4 stretch_mode = 4
[node name="Button" type="Button" parent="."] [node name="Button" type="Button" parent="." unique_id=288018089]
layout_mode = 1 layout_mode = 1
anchors_preset = 1 anchors_preset = 1
anchor_left = 1.0 anchor_left = 1.0