Skip to main content

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

It's not working for me. Here is my script:

GBRO.VariableGauge.addGauge(distance,distance,3,8,500,500);

I don't understand what settingId means from the text description. I named my first gauge "distance". Please explain if possible. It's not rendering anything.

(1 edit)


Create your gauge settings from the plugin parameters first. The `id` property will act as the `settingId`.


`identifier` and `settingId` should be wrapped in quotation marks like so: 

GBRO.VariableGauge.addGauge("distance","distance",3,8,500,500);