[gd_scene load_steps=3 format=2]

[ext_resource path="res://MainCamera.gd" type="Script" id=1]
[ext_resource path="res://Game.gd" type="Script" id=3]

[node name="Game" type="Node2D"]
script = ExtResource( 3 )
levelNames = [ "Square", "Lab", "Focus" ]

[node name="MainCamera" type="Camera2D" parent="."]
position = Vector2( 500, -500 )
current = true
smoothing_enabled = true
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"]