[gd_scene load_steps=5 format=2]

[ext_resource path="res://Scripts/MainCamera.gd" type="Script" id=1]
[ext_resource path="res://Scripts/LevelSwap.gd" type="Script" id=2]
[ext_resource path="res://Scripts/Game.gd" type="Script" id=3]
[ext_resource path="res://Scenes/Hub.tscn" type="PackedScene" id=4]

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

[node name="MainCamera" type="Camera2D" parent="."]
current = true
smoothing_enabled = true
script = ExtResource( 1 )

[node name="StartTimer" type="Timer" parent="."]
wait_time = 3.0
one_shot = true

[node name="Ui" type="Control" parent="."]
margin_right = 40.0
margin_bottom = 40.0
__meta__ = {
"_edit_use_anchors_": false
}

[node name="Title" type="Label" parent="Ui"]
margin_left = -502.476
margin_top = -284.577
margin_right = 497.524
margin_bottom = -270.577
text = "Mighty Liners 2 : Hyper Drift"
align = 1
__meta__ = {
"_edit_use_anchors_": false
}

[node name="Hub" parent="." instance=ExtResource( 4 )]

[node name="LevelSwap" type="Tween" parent="."]
script = ExtResource( 2 )
[connection signal="timeout" from="StartTimer" to="." method="_on_start_game"]
[connection signal="timeout" from="StartTimer" to="Ui" method="hide"]