Added Cover
This commit is contained in:
parent
c83a657163
commit
02d30d9e54
6 changed files with 36 additions and 6 deletions
|
|
@ -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"):
|
||||
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue