blob: ef31cde22c148be5c79af6676fbf5e0ab33f703d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[gd_scene load_steps=2 format=2]
[ext_resource path="res://UI/LevelSelect.gd" type="Script" id=1]
[node name="LevelSelect" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
|