UNPKG

phaser

Version:

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

14 lines (10 loc) 377 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 DefaultPointLightNodes = new Map([ [ 'BatchHandler', 'BatchHandlerPointLight' ] ]); module.exports = DefaultPointLightNodes;