浏览代码

More fixes

Björn Ritzl 6 月之前
父节点
当前提交
53dd425a78
共有 3 个文件被更改,包括 16 次插入4 次删除
  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
 OpenGLES
 vulkan
 vulkan
 WebGL
 WebGL
+WebGPU
 macos
 macos
 sidenote
 sidenote
 config
 config
@@ -37,6 +38,7 @@ tilemap
 walkthrough
 walkthrough
 excitemike
 excitemike
 thrusted
 thrusted
+playfield
 normals
 normals
 rosen
 rosen
 wolfire
 wolfire
@@ -113,6 +115,7 @@ mipmaps
 codesign
 codesign
 profiler
 profiler
 filetype
 filetype
+filesystem
 radeon
 radeon
 zig
 zig
 windbg
 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.
 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 2:
-> python -m SimpleHTTPServer
+
+```sh
+python -m SimpleHTTPServer
+```
 
 
 Python 3:
 Python 3:
-> python -m http.server
+
+```sh
+python -m http.server
+```
 
 
 or
 or
-> python3 -m http.server
+
+```sh
+python3 -m http.server
+```
 
 
 ::: important
 ::: important
 You can't test the HTML5 bundle by opening `index.html` file in a browser. This requires HTTP server.
 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
 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
 * Save your changes to the file and restart Defold