Skip to content

Commit 38fdfcf

Browse files
authored
Merge pull request #2 from MBDesu/patch-1
Update EventBus.ts
2 parents 3bdfc83 + 47159ec commit 38fdfcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game/EventBus.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Events } from 'phaser';
22

3-
// Used to emit events between Vue components and Phaser scenes
3+
// Used to emit events between Angular components and Phaser scenes
44
// https://newdocs.phaser.io/docs/3.70.0/Phaser.Events.EventEmitter
55
export const EventBus = new Events.EventEmitter();

0 commit comments

Comments
 (0)