Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
IPRIT committed May 25, 2018
1 parent e2ed8cf commit be6b5bf
Show file tree
Hide file tree
Showing 9 changed files with 505 additions and 48 deletions.
5 changes: 3 additions & 2 deletions src/game/effects/particle/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export * from './cube-particle';
export * from './particle';
export * from './particles';
export * from './cube-particle';
export * from './particle-state';
export * from './particles-bucket';
export * from './particles-pool';
export * from './particle-system';
4 changes: 4 additions & 0 deletions src/game/effects/particle/particle-system-state.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export const ParticleSystemState = {
NOT_RUNNING: 0x1,
RUNNING: 0x2
};
Loading

0 comments on commit be6b5bf

Please sign in to comment.