Added Fullscreen

This commit is contained in:
Exobyt 2024-08-20 17:08:01 +02:00
parent 65bf9e0c86
commit 5a6b18978e
3 changed files with 19 additions and 0 deletions

View file

@ -29,6 +29,8 @@ func spawnBlock() -> void:
fillNextBlocks()
func _ready() -> void:
if GLOBAL.time <= 30:
get_tree().paused = true
tickerTimer.start(blockSpeed)
getNewPatterns()
PlacePattern()