You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4
Original file line number
Diff line number
Diff line change
@@ -84,11 +84,9 @@ Learn more about the [phaser-asset-pack-hashing](https://www.npmjs.com/package/p
84
84
85
85
### Coding
86
86
87
-
The `/src` folder contains all the TypeScript code, including the scene and user component files, in addition to the Phaser Editor compilers output.
87
+
The `/src` folder contains all the TypeScript code, including the scene and user component files, in addition to the Phaser Editor compiler output.
88
88
89
-
We recommend using Visual Studio Code for editing the code files.
90
-
91
-
In many tutorials about Phaser Editor, the JavaScript files are loaded using the Asset Pack editor. When using Webpack this is not needed. Just use the Asset Pack editor for loading the art assets.
89
+
To edit the code, you can use any editor, but we recommend using Visual Studio Code. This project has the Visual Studio Code configuration files.
92
90
93
91
### Scene, User Components, and ScriptNode configuration
0 commit comments