- fixing hindernis speed

- Biom implementation
- Better Graphics
- again icon fix
This commit is contained in:
megamichi 2024-10-21 21:22:40 +02:00
parent 431fb8220e
commit 21e927966d
25 changed files with 312 additions and 65 deletions

View file

@ -5,9 +5,8 @@ var speed
func _ready() -> void:
speed = $"/root/Global".speed
func _spawn() -> void:
var wolke = preload("res://scenes/Wolke/wolke.tscn").instantiate()
wolke.global_position.y = randi_range(0,50)
$"../WolkenTimer".wait_time = randf_range(0.5,1.5)
$WolkenTimer.wait_time = randf_range(0.5,1.5)
add_child(wolke)