Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

last night i figured out one way to achieve it :) the idea was to make an enemy with three different areas (weak spot[head], hurting spot[sides] and killing spot[spikes]), so i just added couple lines of code in func _ready(): and same two lines in _physics(delta):

but your way can be more sufficient probably. thanks, i really appreciate your answer