Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

Those are good suggestions... 

Your "maximum range" suggestion is already implemented. Look at the manual, under the property for "range".  Set range to the distance in pixels you want the radar to detect to.

For the select a mode idea, it should be easy to set up using a switch statement inside the Draw event to only draw the instances of the desired type. 

The code is well documented and should be easy to modify to suit your needs. 

Thanks.