Skip to main content

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

The attribute exposed externally is `seconds`. The internal accessor/mutator functions are therefore named `get_seconds` and `set_seconds`, respectively. From the outside, you can modify the attribute like

eggtimer1.seconds:180
(+1)

Ah, it's shown under Prototype/Attributes...

I managed to look everywhere else.