- implementing biom change
- fixing typo in "highscore"
This commit is contained in:
parent
520a5db2c6
commit
431fb8220e
24 changed files with 242 additions and 105 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue