small boss progess
This commit is contained in:
parent
986c83ec8f
commit
3f9103b1c8
42 changed files with 769 additions and 54 deletions
|
|
@ -18,7 +18,7 @@ func _physics_process(delta: float) -> void:
|
|||
position += dir * speed * delta
|
||||
|
||||
func _on_hitbox_hit_obstacle() -> void:
|
||||
queue_free()
|
||||
pass
|
||||
|
||||
func _on_hitbox_hit_entity(entity: Entity) -> void:
|
||||
queue_free()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue