Chris Willcocks

Results 3 comments of Chris Willcocks

If people don't want to change the core too much, I do this at a scripting-level with the aid of an hscript pre-processor. In haxe you write "packages" that you...

Ok, the code is here: https://gist.github.com/cwkx/6032771b4e8f5c74e848 - basically you'd just need to change the Instance.hx class to strip it out to remove the physics stuff, and just make it extend...

Depends how you do it: the reason I have "Instance.hx" is because instances only get created from a BodyType.STATIC spawner, when they're in the camera region-of-interest, triggered by a InteractionListener...