Added enemy sprites

This commit is contained in:
2025-11-27 14:59:16 +03:00
parent 79d942b803
commit 419e4db231
14 changed files with 159 additions and 58 deletions
-1
View File
@@ -23,7 +23,6 @@ signal destroyed
@onready var sprite := $Sprite2D
@onready var collision := $CollisionShape2D
@export_range(0, 250) var acceleration : int = 0