Skip to main content

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

How do you change an events collision to circle shape?

currently, this is unsupported, but I believe... it's possible if you use "character.setColliderType( "circle" )" replace character, with the event I.E. "$gameMap.event( 4 ).setColliderType( "circle" );"

It worked! Thank you!