FlixelCommunity / flixel

Community fork of Adam “Atomic” Saltsman's popular game engine Flixel. Distilled from a variety of Flash games he worked on over the last couple years, including Gravity Hook, Fathom and Canabalt, its primary function is to provide some useful base classes that you can extend to make your own game objects.
http://flixelcommunity.org/
Other
84 stars 17 forks source link

Organize Flixel into packages #205

Closed IQAndreas closed 10 years ago

IQAndreas commented 10 years ago

Fixes https://github.com/FlixelCommunity/flixel/issues/194

Changes:

The following are proposed changes, which we still need to confirm before I add them to the pull request:

Dovyski commented 10 years ago

About the renames, I think we should keep FlxRect and FlxList.

Dovyski commented 10 years ago

Feel free to merge this anytime, so we can start working on the remaining tasks without merge conflicts :)

Gama11 commented 10 years ago

I went ahead and made the FlxList -> FlxLinkedList change in HaxeFlixel. It's a way better name in my opinion. :)

Dovyski commented 10 years ago

Awesome! :D