Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Sanglorian

2
Posts
1
Topics
A member registered Aug 23, 2016

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.