We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd68b6a commit 1e6659bCopy full SHA for 1e6659b
1 file changed
v3/src/scene/InjectionMap.js
@@ -1,6 +1,6 @@
1
// These properties get injected into the Scene and map to local systems
2
-// The key is the local system reference, the value is the property that is added to the Scene
3
-// These can be modified via the config object
+// The map key is the local system reference, the value is the property that is added to the Scene
+// These defaults can be modified via the Scene config object
4
5
var InjectionMap = {
6
@@ -19,6 +19,7 @@ var InjectionMap = {
19
inputManager: 'input',
20
load: 'load',
21
make: 'make',
22
+ physicsManager: 'physics',
23
pool: 'pool',
24
sceneManager: 'scene',
25
time: 'time',
0 commit comments