remove locks

This commit is contained in:
Booklordofthedings 2024-08-19 14:36:40 +02:00
parent a59979811e
commit bdb47ea96e
2 changed files with 18 additions and 1 deletions

View file

@ -7,7 +7,7 @@ func _ready():
func setup_level_box():
for box in $Background/ClipControl/GridContainer.get_children():
box.level_num = box.get_index() + 1
box.locked = true
#box.locked = true
$Background/ClipControl/GridContainer.get_child(0).locked = false
func connect_level_selected_to_level_box():