- Musik Hinzugefügt

- Settings für Musik
- Angefangen mit Wüstenbiom
- Wolken Texture fix
This commit is contained in:
megamichi 2024-10-08 20:53:45 +02:00
parent 9a2b3c1677
commit 4676b83b61
25 changed files with 410 additions and 53 deletions

View file

@ -43,13 +43,11 @@ func _process(_delta: float) -> void:
$AnimationPlayer.play("walk")
func _collide_with_hindernis(_body: Node2D) -> void:
print("colide")
if alive:
die()
func _color_slider_changed(value) -> void:
print($"../../Gui/Settings/ColorSlider".value*0.01)
$EnteConstantSprite/EnteColormask.modulate.h = $"../../Gui/Settings/ColorSlider".value*0.01