- implementing biom change

- fixing typo in "highscore"
This commit is contained in:
megamichi 2024-10-18 16:34:51 +02:00
parent 520a5db2c6
commit 431fb8220e
24 changed files with 242 additions and 105 deletions

View file

@ -9,5 +9,6 @@ func _ready() -> void:
frame = randi_range(0,4)
self_modulate = Color(1,1,1,randf_range(0,0.5))
func _process(delta: float) -> void:
global_position.x -= speed * delta