Skip to main content

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

Thank you so much, while I was able to eventually figure this out on my own, I genuinely feel like this little breakdown would have introduced me to the way of doing things in Lil a lot better than what I was able to find in the documentation myself


the specific vernacular of "(cardname).(widgets).(widgetName).text" in particular just completely eluded me in the documentation for some reason

(+3)

One thing that I also find useful for variables is to have one card for all your variables and to write this line of code on the script of your deck:

var:variables.widgets

That way, you don't have to write variables.widgets every time and simply write var.myvariable.value for exemple.