Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing usage of particleClass in FlxEmitter #95

Merged
merged 6 commits into from
Oct 28, 2012

Commits on Sep 17, 2012

  1. Missing usage of particleClass in FlxEmitter

    FlxEmitter now uses the custom particle class to recycle instead of FlxParticle.
    Fixed FlixelCommunity#6, AdamAtomic#226
    moly committed Sep 17, 2012
    Configuration menu
    Copy the full SHA
    ec4e880 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2012

  1. Configuration menu
    Copy the full SHA
    1d8d556 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2012

  1. Move particleClass to a getter/setter

    Also moved around the error messages for said member.
    IQAndreas committed Sep 23, 2012
    Configuration menu
    Copy the full SHA
    26d4332 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2012

  1. tidy up FlxEmitter

    moly committed Sep 27, 2012
    Configuration menu
    Copy the full SHA
    e614fd4 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2012

  1. Configuration menu
    Copy the full SHA
    258da80 View commit details
    Browse the repository at this point in the history
  2. quick fix for flxemitter

    moly committed Oct 15, 2012
    Configuration menu
    Copy the full SHA
    7157514 View commit details
    Browse the repository at this point in the history