mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
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:
parent
a9f7b5b86a
commit
3484ded2b7
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
var InjectionMap = {
|
||||
|
||||
game: 'game',
|
||||
renderer: 'renderer',
|
||||
|
||||
anims: 'anims',
|
||||
cache: 'cache',
|
||||
|
|
Loading…
Reference in a new issue