Post Game jam commit
This commit is contained in:
commit
6db2131520
164 changed files with 172524 additions and 0 deletions
9
scripts/slash.gd
Normal file
9
scripts/slash.gd
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
extends AnimatedSprite2D
|
||||
|
||||
var from_player := false
|
||||
|
||||
func _process(delta: float) -> void:
|
||||
$Hitbox.from_player = from_player
|
||||
|
||||
func _on_animation_finished() -> void:
|
||||
queue_free()
|
||||
Loading…
Add table
Add a link
Reference in a new issue