Skip to content

Commit b917c24

Browse files
committed
tech(sdk): include debugging shortcut
1 parent 5c7d511 commit b917c24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engine/modules/entities/src/main/resources/view/entity-module/GraphicEntityModule.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export const api = {}
66

77
export class GraphicEntityModule {
88
constructor (assets) {
9+
window.entityModule = this
910
this.entities = new Map()
1011
this.frames = []
1112
this.loadingAssets = 0

0 commit comments

Comments
 (0)