Björn Ritzl 6 月之前
父节点
当前提交
db7f008075
共有 4 个文件被更改,包括 12 次插入2 次删除
  1. 2 0
      .spellcheck.yml
  2. 8 0
      .wordlist.txt
  3. 1 1
      docs/en/tutorials/15-puzzle.md
  4. 1 1
      docs/en/tutorials/movement.md

+ 2 - 0
.spellcheck.yml

@@ -9,6 +9,8 @@ matrix:
     encoding: utf-8
     encoding: utf-8
   pipeline:
   pipeline:
   - pyspelling.filters.markdown:
   - pyspelling.filters.markdown:
+      markdown_extensions:
+      - pymdownx.superfences:
   - pyspelling.filters.html:
   - pyspelling.filters.html:
       comments: false
       comments: false
       ignores:
       ignores:

+ 8 - 0
.wordlist.txt

@@ -1,4 +1,8 @@
 Defold
 Defold
+Defolding
+Colorslide
+README
+png
 github
 github
 https
 https
 TCP
 TCP
@@ -13,3 +17,7 @@ sidenote
 config
 config
 AWTError
 AWTError
 UHD
 UHD
+scroller
+platformer
+Rodrigo
+Monteiro

+ 1 - 1
docs/en/tutorials/15-puzzle.md

@@ -384,7 +384,7 @@ end
 
 
 function on_reload(self)
 function on_reload(self)
     self.done = false
     self.done = false
-    msg.post("#done", "disable")    
+    msg.post("#done", "disable")
 end
 end
 ```
 ```
 
 

+ 1 - 1
docs/en/tutorials/movement.md

@@ -15,7 +15,7 @@ The tutorial is integrated with the Defold editor and easily accessible:
 4. Select the "Movement tutorial"
 4. Select the "Movement tutorial"
 5. Select a location for the project on your local drive and click *Create New Project*.
 5. Select a location for the project on your local drive and click *Create New Project*.
 
 
-![new project](images/new-movement.png){srcset="images/[email protected] 2x"}
+![new project](images/new-movement.png)
 
 
 The editor automatically opens the "README" file from the project root, containing the full tutorial text.
 The editor automatically opens the "README" file from the project root, containing the full tutorial text.