NicoM1 / IceEntity

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

add missing FlxTypedGroup import in EntityManager #3

Closed ibloat closed 10 years ago

ibloat commented 10 years ago

Building failed with HaxeFlixel 3.3.4 and OpenFL 2.0.0.

NicoM1 commented 10 years ago

Ahh, I knew this would happen eventually, I'm not sure what to do with this, see, why that happens, is because in the dev version of flixel, groups changed a bit, and so I think, because ice entity is in development, it should correspond with the dev version of flixel

NicoM1 commented 10 years ago

I'd be interested if you have an opinion, or maybe a way around, of whether to follow the official release of flixel or the dev, I'll definately use the main release once I put IceEntity on haxelib (probably whenever I decide to call it 1.0, which really, at this point, is just once I've gotten enough feedback to know is working)

NicoM1 commented 10 years ago

I'm gonna try and see if there are conditionals for versions of haxelib packages, ie: #if flixel < 3.3.4

NicoM1 commented 10 years ago

so I think I'm just gonna merge this into master, and add a new dev branch, which will correspond to dev flixel

NicoM1 commented 10 years ago

ok updated the installation instructions so users have a choice between versions