We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d7a11 commit 002d625Copy full SHA for 002d625
1 file changed
src/core/Create.js
@@ -9,7 +9,7 @@
9
* quickly and easily, without the need for any external files. You can create textures for sprites and in
10
* coming releases we'll add dynamic sound effect generation support as well (like sfxr).
11
*
12
-* Access this via `State.create` (or `this.create` from within a State object)
+* Access this via `Game.create` (`this.game.create` from within a State object)
13
14
* @class Phaser.Create
15
* @constructor
0 commit comments