Skip to content

Commit 386c4e1

Browse files
author
Julien
committed
style(SDK): include a flag to inform whether a Drawer came from an SDK game
1 parent ca4d465 commit 386c4e1

File tree

1 file changed

+3
-0
lines changed
  • engine/core/src/main/resources/view/core

1 file changed

+3
-0
lines changed

engine/core/src/main/resources/view/core/Drawer.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ export class Drawer {
6565
'#ff0000' // solid red
6666
]
6767
}
68+
static get SDK_GAME () {
69+
return true
70+
}
6871

6972
getDefaultOverSampling () {
7073
return config.defaultOverSampling || 2

0 commit comments

Comments
 (0)