This commit is contained in:
Marek Lenczewski
2026-03-30 22:56:58 +02:00
parent d6715e9c3f
commit 04749104a0
49 changed files with 1406 additions and 171 deletions

5
scripts/enemy/boss.gd Normal file
View File

@@ -0,0 +1,5 @@
extends "res://scripts/enemy/enemy.gd"
func _ready() -> void:
super._ready()
add_to_group("boss")