UNPKG

create-phaser-app

Version:

A boiler plate to start your phaser app with webpack4, babel7+ and Phaser 3

7 lines (5 loc) 202 B
const RAW_FOLDER = 'raw'; const PROCESSED_FOLDER = 'processed'; const SOUNDS_FOLDER = 'sounds'; const TEMP_FOLDER = '_00_temp_00_'; export { RAW_FOLDER, PROCESSED_FOLDER, SOUNDS_FOLDER, TEMP_FOLDER };