NicoM1 / IceEntity

A simple framework for managing entitys, components, and live-at-runtime scripts in haxeflixel
MIT License
58 stars 7 forks source link

Prefab Declarations #22

Closed NicoM1 closed 9 years ago

NicoM1 commented 9 years ago

This will mainly be for us @sruloart , Thinking of adding a <prefab> element to make it so you can instantiate several entities/scripts with offsets, eg. EntityManager.instantiatePrefab("tree01", 10, 5);

NicoM1 commented 9 years ago

added in v1.3.0