Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I will implement "is button down" condition soon. Thanks for the suggestion.

Can you explain what do you want with "Draw button"? I think I will add more attributes to level buttons, like "enabled/disabled" and "visible/hidden". So you can hide or show buttons with level scripts. Also, add option to create buttons dinamically, with visual scripts.

Deleted post

The problem, if I implement this, is that you will still have to implement the "on click" events manually, by detecting the position of clicks, and checking if is inside button.

An alternative is to use an object as a button. Like image below:


Deleted post