- fixing hindernis speed
- Biom implementation - Better Graphics - again icon fix
This commit is contained in:
parent
431fb8220e
commit
21e927966d
25 changed files with 312 additions and 65 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue