gamejam_v1 / src /game /EventBus.ts
rolexx's picture
Add application file
f5e13ae
raw
history blame contribute delete
218 Bytes
import { Events } from 'phaser';
// Used to emit events between React components and Phaser scenes
// https://newdocs.phaser.io/docs/3.70.0/Phaser.Events.EventEmitter
export const EventBus = new Events.EventEmitter();