Thank you for your generosity doing this! I've added your works to my new catalogue of open-licensed games and other creative endeavours: https://sanglorian.github.io/flow/utku-tonel/
Sanglorian
Recent community posts
Hey, these are neat! Since they're under a Creative Commons Attribution licence, you might want to consider posting at least some of them to Open Game Art - people would love to see them there, I'm sure!
Hi folks,
I'm a total beginner here, so it's possible I'm missing something obvious.
I have a Script which includes
class Carrot2Behavior extends Sup.Behavior {};Sup.registerBehavior(Carrot2Behavior);
I have a Scene, with an Actor, and I'm trying to set a Behaviour for that Actor.
The Behaviour component only shows class ScriptBehavior, which was auto-generated when I created the Script, but was deleted to make way for Carrot2Behavior.
I've tried deleting the Scene and re-creating it, and it still doesn't show the current Behavior classes.
Thanks for your help.