You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Is there any way to use ES6's classes in Snowman 2 so that I can have global custom data types? Would something like this work?"
s.object=class{constructor(x,y){
...
}
...
}
This seems to be tied to the #526 and #516 problem of how template code is handled internally. (This has been fixed in Snowman 3, but not back-ported to Snowman 2.)
The text was updated successfully, but these errors were encountered:
The following worked for me, though I admittedly use a third party app (Tweezel) instead of the official Twine app so I'm not sure if it'll run on the official app.
As reported on YouTube
"Is there any way to use ES6's classes in Snowman 2 so that I can have global custom data types? Would something like this work?"
This seems to be tied to the #526 and #516 problem of how template code is handled internally. (This has been fixed in Snowman 3, but not back-ported to Snowman 2.)
The text was updated successfully, but these errors were encountered: