diff options
Diffstat (limited to 'UI/LevelSelect.tscn')
-rw-r--r-- | UI/LevelSelect.tscn | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/UI/LevelSelect.tscn b/UI/LevelSelect.tscn index ef31cde..053edc0 100644 --- a/UI/LevelSelect.tscn +++ b/UI/LevelSelect.tscn @@ -1,11 +1,12 @@ -[gd_scene load_steps=2 format=2] +[gd_scene load_steps=2 format=3 uid="uid://cen0nq086nuhf"] -[ext_resource path="res://UI/LevelSelect.gd" type="Script" id=1] +[ext_resource type="Script" path="res://UI/LevelSelect.gd" id="1"] [node name="LevelSelect" type="Control"] +layout_mode = 3 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 -script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} +grow_horizontal = 2 +grow_vertical = 2 +script = ExtResource("1") |