|
@@ -7,6 +7,7 @@
|
|
|
script = ExtResource( 3 )
|
|
|
|
|
|
[node name="MainCamera" type="Camera2D" parent="."]
|
|
|
+position = Vector2( 500, -500 )
|
|
|
current = true
|
|
|
smoothing_enabled = true
|
|
|
script = ExtResource( 1 )
|
|
@@ -14,4 +15,14 @@ script = ExtResource( 1 )
|
|
|
[node name="StartTimer" type="Timer" parent="."]
|
|
|
wait_time = 3.0
|
|
|
one_shot = true
|
|
|
+
|
|
|
+[node name="Title" type="Label" parent="."]
|
|
|
+margin_top = -700.0
|
|
|
+margin_right = 1000.0
|
|
|
+margin_bottom = -686.0
|
|
|
+text = "Mighty Liners Reborn"
|
|
|
+align = 1
|
|
|
+__meta__ = {
|
|
|
+"_edit_use_anchors_": false
|
|
|
+}
|
|
|
[connection signal="timeout" from="StartTimer" to="." method="_on_game_start"]
|