This commit is contained in:
Marek Lenczewski
2026-04-02 16:02:24 +02:00
parent e76c66eda6
commit 47f4fe3d90
106 changed files with 434 additions and 204 deletions

5
enemy/boss.gd Normal file
View File

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