remove locks
This commit is contained in:
parent
a59979811e
commit
bdb47ea96e
2 changed files with 18 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue