2.1.2 • Published 9 years ago

complex-stats v2.1.2

Weekly downloads
3
License
ISC
Repository
github
Last release
9 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

9 years ago

2.1.1

10 years ago

2.1.0

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago