Improved powerups font

This commit is contained in:
2024-05-11 20:50:46 +01:00
parent 7c43fb1bb8
commit 286d70e19c
12 changed files with 75 additions and 31 deletions

View File

@@ -81,7 +81,7 @@ var opened: bool = false
func _process(delta : float) -> void:
if OS.has_feature("editor"):
if Input.is_action_just_pressed("cheat"):
if Input.is_action_pressed("cheat"):
fire_bullet()
if PaddleNode.is_laser():