UNPKG

phaser4-rex-plugins

Version:
7 lines (5 loc) 176 B
import GetGame from '../system/GetGame.js'; var GetWhiteFrame = function (game) { return GetGame(game).textures.getFrame('__WHITE'); } export default GetWhiteFrame;