UNPKG

phaser4-rex-plugins

Version:
19 lines (15 loc) 348 B
import { SPRITE } from '../../const/GameObjects.js'; var Focus = function ( gameObject, config, commandExecutor, eventSheetManager, eventSheet ) { commandExecutor.setGOProperty( { goType: SPRITE, tint: 0xffffff, }, eventSheetManager ) } export default Focus;