Move Time Label

This commit is contained in:
Exobyt 2024-08-20 14:53:58 +02:00
parent 3abb73670a
commit 71cbf96618
3 changed files with 19 additions and 29 deletions

View file

@ -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)