53 lines
1.5 KiB
Plaintext
53 lines
1.5 KiB
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://bh44tdo8xfqde"]
|
|
|
|
[ext_resource type="Script" path="res://Button.gd" id="1_qv1e3"]
|
|
|
|
[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. An otherwise perfect birthday ruined by a series of rube goldbergian events.
|
|
You wonder how different your life could have been if you had to power to stop them. After closing your eyes, you find yourself in that photograph.
|
|
|
|
Use a gamepad or keyboard and mouse to play.
|
|
Space bar to start/stop time
|
|
A/D to rewind or fast forward time.
|
|
|
|
Flashing objects can be launched towards other objects, transferring your spirit between them."
|
|
wrap_mode = 1
|
|
|
|
[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"
|
|
script = ExtResource("1_qv1e3")
|
|
|
|
[connection signal="pressed" from="ColorRect/TextEdit/Button" to="ColorRect/TextEdit/Button" method="_on_pressed"]
|