added some sound triggers and holes in the map

This commit is contained in:
2023-12-17 02:02:16 +11:00
parent 046c4f5afb
commit e1a867d2a9
99 changed files with 1375 additions and 239 deletions

View File

@@ -7,7 +7,7 @@ func set_sprite(tex: Texture):
func _ready() -> void:
var tween = create_tween()
tween.tween_interval(15.0)
tween.tween_interval(20.0)
tween.tween_property($Sprite3D, "modulate", Color(1.0, 1.0, 1.0, 0.0), 4.0)
tween.tween_callback(queue_free)