43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://scripts/level_controller.gd" type="Script" id=1]
|
|
[ext_resource path="res://scenes/game_screen_text.tscn" type="PackedScene" id=2]
|
|
|
|
[node name="Master" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="GameTimer" type="Timer" parent="."]
|
|
wait_time = 2.0
|
|
one_shot = true
|
|
|
|
[node name="GameScreenText" parent="." instance=ExtResource( 2 )]
|
|
|
|
[node name="ColorRect" parent="GameScreenText" index="0"]
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 1290.0
|
|
margin_bottom = 963.0
|
|
|
|
[node name="VBoxContainer" parent="GameScreenText/ColorRect" index="0"]
|
|
margin_right = -65.0
|
|
margin_bottom = -58.0
|
|
|
|
[node name="HeaderText" parent="GameScreenText/ColorRect/VBoxContainer" index="0"]
|
|
margin_left = 287.0
|
|
margin_right = 887.0
|
|
margin_bottom = 225.0
|
|
|
|
[node name="BodyText" parent="GameScreenText/ColorRect/VBoxContainer" index="1"]
|
|
margin_left = 287.0
|
|
margin_top = 229.0
|
|
margin_right = 887.0
|
|
margin_bottom = 855.0
|
|
text = "As Mr. Rogers, you need to help your neighbors find their houses and make it back to the trolley before it leaves you in the land of make-believe.
|
|
|
|
Good luck neighbor!"
|
|
|
|
[connection signal="timeout" from="GameTimer" to="." method="_on_GameTimer_timeout"]
|
|
[connection signal="done_reading" from="GameScreenText" to="." method="_on_GameScreenText_done_reading"]
|
|
|
|
[editable path="GameScreenText"]
|