FNF-CNE-Devs / hscript-improved

Fork of HScript with many new functionnalities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to include extends classes in the "custom-classes" branch.

Redar13 opened this issue · comments

I have included define "custom-classes", but with or without gives null object reference to add.

class ExtendSprite extends FlxSprite { public function new() { super(); angle += 45; } } add(new ExtendSprite());