Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I was about to write a similar extension. It works well. If you add 

app.command.GotoNextLayer()
app.command.GotoPreviousLayer()

 before the refresh on the LayerUp/LayerDown functions it will refresh the layers ui and keep the current layer highlighted.

thanks. it worked by putting the 2 lines in both functions. I thought I need one line for each function. thank you and I hope you enjoy it

I'll add it in the next update