UNPKG

phaser3-rex-plugins

Version:
11 lines (10 loc) 339 B
var InstallCellInteractiveEvents = function (config) { this .on('cell.over', function (cellContainer, cellIndex) { cellContainer.onOver(); }) .on('cell.out', function (cellContainer, cellIndex) { cellContainer.onOut(); }) } export default InstallCellInteractiveEvents;