Post Game jam commit
This commit is contained in:
commit
6db2131520
164 changed files with 172524 additions and 0 deletions
8
scripts/scithe_attack.gd
Normal file
8
scripts/scithe_attack.gd
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
extends Node2D
|
||||
|
||||
|
||||
func set_from_player(val):
|
||||
$Anchor/Scithe/Hitbox.from_player = val
|
||||
|
||||
func _on_animation_player_animation_finished(_anim_name: StringName) -> void:
|
||||
queue_free()
|
||||
Loading…
Add table
Add a link
Reference in a new issue