phaser
Version:
A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.
20 lines (16 loc) • 356 B
JavaScript
/**
* @author Benjamin D. Richards <benjamindrichards@gmail.com>
* @copyright 2013-2026 Phaser Studio Inc.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
module.exports = {
CLEAR: 0,
FILL: 1,
STAMP: 2,
REPEAT: 3,
DRAW: 4,
SET_ERASE: 5,
PRESERVE: 6,
CALLBACK: 7,
CAPTURE: 8
};