tweaks to ai, pickup drops, and added scene image capturerer

This commit is contained in:
derek
2025-05-06 17:00:05 -05:00
parent 617c78d2e7
commit 739af6feeb
13 changed files with 136 additions and 24 deletions

View File

@@ -7,7 +7,7 @@ extends Node3D
# Called when the node enters the scene tree for the first time.
func _ready():
die_particles.emitting = true
die_particles_2.emitting = true
# die_particles_2.emitting = true
audio_explode.play()
# Called every frame. 'delta' is the elapsed time since the previous frame.