- adding coins

- performance improvements
- shake effect
- keyboard support
This commit is contained in:
megamichi 2024-11-04 19:10:10 +01:00
parent 78b4a3bba2
commit 45193fc27f
48 changed files with 609 additions and 74 deletions

View file

@ -12,3 +12,5 @@ func _ready() -> void:
func _process(delta: float) -> void:
global_position.x -= speed * delta
if global_position.x < -30:
queue_free()