frame-of-mind/src/dev-util/ui-testing.tscn

83 lines
3.0 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=3 format=3 uid="uid://52mr50b01ibd"]
2024-10-18 16:11:45 +00:00
[sub_resource type="GDScript" id="GDScript_qm6fo"]
script/source = "extends Button
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
TranslationServer.set_locale(\"de\")
2024-10-18 16:11:45 +00:00
"
[sub_resource type="GDScript" id="GDScript_rovd7"]
script/source = "extends MenuButton
func _ready() -> void:
mouse_entered.connect(func(id): print(\"mouse_entered\"))
get_popup().id_pressed.connect(func(id): print(\"id_pressed\"))
get_popup().index_pressed.connect(func(id): print(\"id_pressed\"))
get_popup().id_focused.connect(func(id): print(\"id_focused\"))
"
[node name="Control" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Button" type="Button" parent="."]
layout_mode = 0
2024-10-18 16:11:45 +00:00
offset_left = 458.0
offset_top = 209.0
offset_right = 611.0
offset_bottom = 281.0
text = "small boi"
2024-10-18 16:11:45 +00:00
script = SubResource("GDScript_qm6fo")
[node name="Button2" type="Button" parent="."]
layout_mode = 0
2024-10-18 16:11:45 +00:00
offset_left = 662.0
offset_top = 198.0
offset_right = 915.0
offset_bottom = 399.0
text = "big boi"
2024-10-18 16:11:45 +00:00
[node name="OptionButton" type="MenuButton" parent="."]
layout_mode = 0
offset_right = 569.0
offset_bottom = 174.0
text = "Hello"
item_count = 2
popup/item_0/text = "asdf"
popup/item_1/text = "werty"
popup/item_1/id = 1
script = SubResource("GDScript_rovd7")
[node name="Label" type="Label" parent="OptionButton"]
layout_mode = 0
offset_right = 21.0
offset_bottom = 39.0
2025-03-31 10:59:35 +00:00
text = "Accessibility, Disclaimers and Content Notes"
[node name="RichTextLabel" type="RichTextLabel" parent="."]
layout_mode = 0
offset_left = 1498.0
offset_top = 243.0
offset_right = 2329.0
offset_bottom = 597.0
2025-03-31 10:59:35 +00:00
text = "Oh, my old mask. I have so many good memories about theatre club. I would stand on my bed for entire afternoons, weeks on end, practicing my lines. Pretending to be on the big stage ... my mom would get mad at me, when she had to call me three or four times for dinner. I just … didn't like the interruptions. We both were often mad at each other.
2025-03-31 10:59:35 +00:00
Dinner was difficult. I just couldnt bring myself to eat, because I couldnt deal with the bread and my mom. She was always so worried. Lisa, you forgot your homework, Lisa why wont you play with the other girls, Lisa why didn't Steffi invite you to her birthday, Lisa this, Lisa that.
But I was fine. She just wouldnt listen.
2025-03-31 10:59:35 +00:00
Yes, I didn't do homework, but my teachers didn't mind it as much with me - which the other kids wouldnt shut up about. But like … they also made fun of me reading school books and talking to my teachers during breaks.
But at least I could fucking talk to teachers and they had stuff to say. Mr Thomas probably even understood me better than my own mom.
2025-03-31 10:59:35 +00:00
He said I was gifted. He said I just didn't need homework for good grades. And he also made sure to always include extra credits. So my silly slip-ups wouldnt get me a B."
fit_content = true
scroll_active = false