UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.

18 lines (14 loc) 497 B
/** * @author Benjamin D. Richards <benjamindrichards@gmail.com> * @copyright 2013-2026 Phaser Studio Inc. * @license {@link https://opensource.org/licenses/MIT|MIT License} */ var Map = require('../../../../structs/Map'); var DefaultGraphicsNodes = new Map([ [ 'Submitter', 'BatchHandlerTriFlat' ], [ 'FillPath', 'FillPath' ], [ 'FillRect', 'FillRect' ], [ 'FillTri', 'FillTri' ], [ 'StrokePath', 'StrokePath' ] ]); module.exports = DefaultGraphicsNodes;