Added Cover

This commit is contained in:
Exobyt 2024-08-20 18:27:21 +02:00
parent c83a657163
commit 02d30d9e54
6 changed files with 36 additions and 6 deletions

View file

@ -29,15 +29,11 @@ func spawnBlock() -> void:
fillNextBlocks()
func _ready() -> void:
if GLOBAL.time <= 30:
get_tree().paused = true
tickerTimer.start(blockSpeed)
getNewPatterns()
PlacePattern()
func _physics_process(delta: float) -> void:
func _physics_process(delta: float) -> void:
var blockGroups = getBlockGroupsList()
#if Input.is_action_pressed("down"):