initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
shadow$provide.module$node_modules$pixi_DOT_js$lib$ticker$const = function(global, require, module, exports) {
|
||||
var UPDATE_PRIORITY;
|
||||
global = UPDATE_PRIORITY || {};
|
||||
global[global.INTERACTION = 50] = "INTERACTION";
|
||||
global[global.HIGH = 25] = "HIGH";
|
||||
global[global.NORMAL = 0] = "NORMAL";
|
||||
global[global.LOW = -25] = "LOW";
|
||||
global[global.UTILITY = -50] = "UTILITY";
|
||||
exports.UPDATE_PRIORITY = global;
|
||||
};
|
||||
|
||||
//# sourceMappingURL=module$node_modules$pixi_DOT_js$lib$ticker$const.js.map
|
||||
Reference in New Issue
Block a user