You can now use this.renderer from within a Scene, as it's now a Scene-level property and part of the Injection Map.

This commit is contained in:
Richard Davey 2020-08-22 10:33:46 +01:00
parent a9f7b5b86a
commit 3484ded2b7

View file

@ -17,6 +17,7 @@
var InjectionMap = {
game: 'game',
renderer: 'renderer',
anims: 'anims',
cache: 'cache',