JohnCulver / AuxiPunk

AuxiPunk is an AS3 library written on top of FlashPunk, intended primarily to function as game jam base code.
MIT License
0 stars 0 forks source link

Refactor AbstPlatformerPlayer, AbstShmupPlayer #3

Closed JohnCulver closed 12 years ago

JohnCulver commented 12 years ago

These were made to act like Java abstract classes but, I think there is probably a way to make these more legible, and easier to use for enemies as well as players, and make them more like traditional AS3 code.

Also need a different convention for the methods that begin with "edt".