-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLevelGrid.tscn
32 lines (24 loc) · 922 Bytes
/
LevelGrid.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[gd_scene load_steps=2 format=3 uid="uid://c6pdettmrbgtt"]
[ext_resource type="PackedScene" uid="uid://njc0nj6g72rx" path="res://LevelButton.tscn" id="1_yneux"]
[node name="GridContainer" type="GridContainer"]
clip_contents = true
theme_override_constants/h_separation = 10
theme_override_constants/v_separation = 10
columns = 3
[node name="LevelButton" parent="." instance=ExtResource("1_yneux")]
layout_mode = 2
level_num = 0
[node name="LevelButton2" parent="." instance=ExtResource("1_yneux")]
layout_mode = 2
[node name="LevelButton3" parent="." instance=ExtResource("1_yneux")]
layout_mode = 2
level_num = 2
[node name="LevelButton4" parent="." instance=ExtResource("1_yneux")]
layout_mode = 2
level_num = 3
[node name="LevelButton5" parent="." instance=ExtResource("1_yneux")]
layout_mode = 2
level_num = 4
[node name="LevelButton6" parent="." instance=ExtResource("1_yneux")]
layout_mode = 2
level_num = 5