leopard icon indicating copy to clipboard operation
leopard copied to clipboard

Variable does not show

Open stormqueen23 opened this issue 3 years ago • 0 comments

Hi,

I have a small example project here: https://scratch.mit.edu/projects/584443433/

If I convert it on the leopardjs website the variable is not shown.

The watcher block that was mentioned in #103 is also not there...

I tried to add it manually in stage.js but it does not work either.. this.vars.hunger = 0; this.watchers.hunger = new Watcher({ label: "Hunger", visible: true, value: () => this.vars.hunger, x: -50, y: -50 });

Any tips or ideas what I am doing wrong?

stormqueen23 avatar Jun 24 '22 15:06 stormqueen23