Björn Ritzl 6 mēneši atpakaļ
vecāks
revīzija
53dd425a78
3 mainītis faili ar 16 papildinājumiem un 4 dzēšanām
  1. 3 0
      .wordlist.txt
  2. 12 3
      docs/en/manuals/html5.md
  3. 1 1
      docs/en/shared/windows-faq.md

+ 3 - 0
.wordlist.txt

@@ -21,6 +21,7 @@ OpenGL
 OpenGLES
 vulkan
 WebGL
+WebGPU
 macos
 sidenote
 config
@@ -37,6 +38,7 @@ tilemap
 walkthrough
 excitemike
 thrusted
+playfield
 normals
 rosen
 wolfire
@@ -113,6 +115,7 @@ mipmaps
 codesign
 profiler
 filetype
+filesystem
 radeon
 zig
 windbg

+ 12 - 3
docs/en/manuals/html5.md

@@ -26,13 +26,22 @@ For testing, HTML5 build needs an HTTP server. Defold creates one for you if you
 
 If you want to test your bundle, just upload it to your remote HTTP server or create a local server, for example, using python in the bundle folder.
 Python 2:
-> python -m SimpleHTTPServer
+
+```sh
+python -m SimpleHTTPServer
+```
 
 Python 3:
-> python -m http.server
+
+```sh
+python -m http.server
+```
 
 or
-> python3 -m http.server
+
+```sh
+python3 -m http.server
+```
 
 ::: important
 You can't test the HTML5 bundle by opening `index.html` file in a browser. This requires HTTP server.

+ 1 - 1
docs/en/shared/windows-faq.md

@@ -23,5 +23,5 @@ assistive_technologies=com.sun.java.accessibility.AccessBridge
 screen_magnifier_present=true
 ```
 
-* Add a hashmark (`#``) in front of theses lines
+* Add a hash mark (`#``) in front of theses lines
 * Save your changes to the file and restart Defold