Skip to content

Commit

Permalink
über_menü
Browse files Browse the repository at this point in the history
  • Loading branch information
increpare committed Jan 11, 2019
1 parent 5d5c24b commit 717974e
Show file tree
Hide file tree
Showing 5 changed files with 448 additions and 38 deletions.
Binary file added aboutscreen.aseprite
Binary file not shown.
Binary file modified neueslayout.aseprite
Binary file not shown.
4 changes: 4 additions & 0 deletions plugins/Particle.hx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ class Particle {

static var particles:Array<ParticleElem>;

public static function active():Bool{
return particles.length>0;
}

public static function enable(){
particles = [];
Core.registerplugin("particle", "0.1.0");
Expand Down
Loading

0 comments on commit 717974e

Please sign in to comment.