2.1.2 • Published 7 years ago

complex-stats v2.1.2

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

complex-statsystem

Is a stats-js module for complexjs

Install

npm install complex-stats --save

Usage

Instanciate the system and add it to your cxWorld instance

YourScene.js

let cxStatSystem = require('complex-stats').cxStatsSystem;

...
load() {
    this.world.addSystem( new cxStatSystem( 0 ) );
...
2.1.2

7 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago