We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05aff94 commit d8b7797Copy full SHA for d8b7797
1 file changed
v3/src/phaser.js
@@ -44,3 +44,9 @@ require('./gameobjects/container/ContainerFactory');
44
module.exports = Phaser;
45
46
global.Phaser = Phaser;
47
+
48
+/*
49
+ * “Sometimes, the elegant implementation is just a function.
50
+ * Not a method. Not a class. Not a framework. Just a function.”
51
+ * - John Carmack
52
+ */
0 commit comments