Move Time Label
This commit is contained in:
parent
3abb73670a
commit
71cbf96618
3 changed files with 19 additions and 29 deletions
|
|
@ -155,7 +155,7 @@ func PlacePattern():
|
|||
patternsArray.pop_at(0)
|
||||
for child in patterns.get_children():
|
||||
child.queue_free()
|
||||
if patternsArray.size() <= 1:
|
||||
if patternsArray.size() <= 2:
|
||||
getNewPatterns()
|
||||
currentPattern = patternsArray[0]
|
||||
patterns.add_child(currentPattern)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue