Björn Ritzl 6 kuukautta sitten
vanhempi
commit
db7f008075
4 muutettua tiedostoa jossa 12 lisäystä ja 2 poistoa
  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
   pipeline:
   - pyspelling.filters.markdown:
+      markdown_extensions:
+      - pymdownx.superfences:
   - pyspelling.filters.html:
       comments: false
       ignores:

+ 8 - 0
.wordlist.txt

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

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

@@ -384,7 +384,7 @@ end
 
 function on_reload(self)
     self.done = false
-    msg.post("#done", "disable")    
+    msg.post("#done", "disable")
 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"
 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.