Sfoglia il codice sorgente

Added new Lua link

Björn Ritzl 5 anni fa
parent
commit
033de599c2
2 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 1 0
      docs/en/manuals/lua.md
  2. 1 1
      docs/en/manuals/script.md

+ 1 - 0
docs/en/manuals/lua.md

@@ -36,6 +36,7 @@ All libraries are documented in the [reference API documentation](/ref/go).
 
 * [Programming in Lua (first edition)](http://www.lua.org/pil/contents.html) Later editions are available in print.
 * [Lua 5.1 reference manual](http://www.lua.org/manual/5.1/)
+* [Learn Lua in 15 Minutes](http://tylerneylon.com/a/learn-lua/)
 * Beginning Lua Programming (Wrox, 2007)
 * Game Development with Lua (Charles River Media, 2005)
 

+ 1 - 1
docs/en/manuals/script.md

@@ -3,7 +3,7 @@ title: Writing game logic in scripts
 brief: This manual describes how to add game logic using the script component.
 ---
 
-#  Scripts
+# Scripts
 
 The Script component allows you to create game logic using the [Lua programming language](/manuals/lua). Scripts are added to game objects exactly like any other [component](/manuals/components) and Defold will execute the Lua code as part of the engine lifecycle functions.