hurrmmm/godot/menu.tscn

40 lines
952 B
Plaintext
Raw Normal View History

2023-11-12 14:11:15 -07:00
[gd_scene format=3 uid="uid://bh44tdo8xfqde"]
[node name="Menu" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="ColorRect" type="ColorRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0, 0, 0, 1)
[node name="TextEdit" type="TextEdit" parent="ColorRect"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 106.0
offset_top = 84.0
offset_right = -152.0
offset_bottom = -122.0
grow_horizontal = 2
grow_vertical = 2
text = "As you gaze upon an old photograph, you recall an old birthday ruined by a series of rube goldbergian events."
[node name="Button" type="Button" parent="ColorRect/TextEdit"]
layout_mode = 0
offset_left = 417.0
offset_top = 361.0
offset_right = 562.0
offset_bottom = 392.0
text = "Click here to start"