Skip to content

Commit 1e6659b

Browse files
committed
Added physics to the injection map
1 parent dd68b6a commit 1e6659b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

v3/src/scene/InjectionMap.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 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
2+
// The map key is the local system reference, the value is the property that is added to the Scene
3+
// These defaults can be modified via the Scene config object
44

55
var InjectionMap = {
66

@@ -19,6 +19,7 @@ var InjectionMap = {
1919
inputManager: 'input',
2020
load: 'load',
2121
make: 'make',
22+
physicsManager: 'physics',
2223
pool: 'pool',
2324
sceneManager: 'scene',
2425
time: 'time',

0 commit comments

Comments
 (0)