diff --git a/src/disclaimer.tscn b/src/disclaimer.tscn index 4ffdb48..99618a4 100644 --- a/src/disclaimer.tscn +++ b/src/disclaimer.tscn @@ -83,10 +83,13 @@ text = "Welcome to the frame of mind alpha" [node name="Label2" type="Label" parent="childhood/PanelContainer/VBoxContainer"] layout_mode = 2 size_flags_horizontal = 3 -text = "Thank you for participating in our public alpha. The goal is to see if the premise of our game works, if the mechanics are interesting and, if the game makes sense. +text = "Thank you for participating in our public alpha. The goal is to see if the core of +our game works, if the mechanics are interesting and, if the game makes sense. -We would like to inform you: especially the acessibility settings right now are not functional. This will be our main focus while we wait for the first batch of alpha feedback. -There are also no save-games yet. +Right now, controller support is very limited and acessibility settings are spotty. +Both will be worked on while the alpha is running. +You will also not be able to help Lisa find a better frame of mind, as the second chapter is not yet implemented. Please know that many disruptive thoughts Lisa has in the first chapter were designed to be resolved later in the game. +The game also does not support save games yet. Frame of Mind uses a Creative Commons Non Commercial Share Alike 4.0 license. You can use the game and it's assets freely, as long as you also contribute back to the creative Commons Community. Feel free to reach out if you need a commercial License. Twokinds is created by Thomas J. Fischbach, who granted us permission to use it in a Creative Commons Project." @@ -98,7 +101,7 @@ layout_mode = 2 size_flags_horizontal = 4 theme_override_fonts/font = ExtResource("2_rmsdo") theme_override_font_sizes/font_size = 50 -text = "Start the alpha!" +text = "I understand, please start the alpha" [node name="Label3" type="Label" parent="childhood/PanelContainer/VBoxContainer"] layout_mode = 2 diff --git a/src/thank-you.tscn b/src/thank-you.tscn index 763b15f..47b43ae 100644 --- a/src/thank-you.tscn +++ b/src/thank-you.tscn @@ -1,8 +1,10 @@ -[gd_scene load_steps=6 format=3 uid="uid://citwb7f4dl3l1"] +[gd_scene load_steps=8 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"] [ext_resource type="Texture2D" uid="uid://bwicl5q0lw06q" path="res://import/interface-elements/bottom.png" id="3_oob40"] +[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/post-it.tscn" id="5_sfuv4"] [sub_resource type="GDScript" id="GDScript_d32iw"] script/source = "extends Button @@ -33,6 +35,7 @@ layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 +offset_right = -478.0 grow_horizontal = 2 grow_vertical = 2 @@ -74,7 +77,8 @@ horizontal_alignment = 1 [node name="Label2" type="Label" parent="childhood/PanelContainer/VBoxContainer"] layout_mode = 2 size_flags_horizontal = 3 -text = "By testing the alpha, you help us make the game as good as it can get. +text = "We are sorry, that you did not yet have the ability to resolve Lisas thoughts. +By testing the alpha, you help us make the game as good as it can get. Frame of mind is made by betalars @@ -124,3 +128,19 @@ size_flags_vertical = 8 texture = ExtResource("3_oob40") expand_mode = 2 stretch_mode = 4 + +[node name="card" parent="." instance=ExtResource("4_48hwg")] +position = Vector2(1195, 329) +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="post-it" parent="card" instance=ExtResource("5_sfuv4")] +position = Vector2(-61, 110) +text = "I was wet so I must have been into it" + +[node name="card2" parent="." instance=ExtResource("4_48hwg")] +position = Vector2(1201, 617) +text = "Lukas jumped me, he didn't even explain a thing or ask consent. I was confused and paralised, so " + +[node name="post-it" parent="card2" instance=ExtResource("5_sfuv4")] +position = Vector2(-61, 110) +text = "I didn't say stop"