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"):

View file

@ -289,7 +289,7 @@ scale = Vector2(10, 20)
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]
stream = ExtResource("16_ng6e7")
volume_db = 5.0
volume_db = 3.0
autoplay = true
[connection signal="timeout" from="Ticker" to="." method="_on_ticker_timeout"]