2018-07-31 04:30:27 +08:00
|
|
|
/*
|
|
|
|
MIT License http://www.opensource.org/licenses/mit-license.php
|
|
|
|
Author Florent Cailhol @ooflorent
|
|
|
|
*/
|
|
|
|
|
|
|
|
"use strict";
|
|
|
|
|
2018-07-31 17:53:53 +08:00
|
|
|
exports.STAGE_BASIC = -10;
|
|
|
|
exports.STAGE_DEFAULT = 0;
|
|
|
|
exports.STAGE_ADVANCED = 10;
|