Post Game jam commit
This commit is contained in:
commit
6db2131520
164 changed files with 172524 additions and 0 deletions
10
scripts/spit_payload.gd
Normal file
10
scripts/spit_payload.gd
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
extends CPUParticles2D
|
||||
|
||||
func _ready() -> void:
|
||||
emitting = true
|
||||
|
||||
func set_from_player(value):
|
||||
$Hitbox.from_player = value
|
||||
|
||||
func _on_finished() -> void:
|
||||
queue_free()
|
||||
Loading…
Add table
Add a link
Reference in a new issue