Game
- Add deltaTime of player bar - Add top jumper animation
This commit is contained in:
10
site/real_game/node_modules/stats/test/test.while.js
generated
vendored
Normal file
10
site/real_game/node_modules/stats/test/test.while.js
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
/**
|
||||
* Module dependencies.
|
||||
*/
|
||||
|
||||
var stats = require('../')
|
||||
, common = require('./common');
|
||||
|
||||
var stats = stats.parse(fixture('while.js'));
|
||||
stats.should.have.property('statements', 5);
|
Reference in New Issue
Block a user