2
0
Эх сурвалжийг харах

Fixed bug in the demo playable.

Mikael Säker 7 жил өмнө
parent
commit
55af946356

+ 1 - 1
docs/assets/snake/archive_files.json

@@ -1 +1 @@
-{"content":[{"name":"game.projectc","size":231,"pieces":[{"name":"game.projectc0","offset":0}]},{"name":"game.arci","size":768,"pieces":[{"name":"game.arci0","offset":0}]},{"name":"game.arcd","size":6759,"pieces":[{"name":"game.arcd0","offset":0}]},{"name":"game.dmanifest","size":1202,"pieces":[{"name":"game.dmanifest0","offset":0}]},{"name":"game.public.der","size":162,"pieces":[{"name":"game.public.der0","offset":0}]}]}
+{"content":[{"name":"game.projectc","size":231,"pieces":[{"name":"game.projectc0","offset":0}]},{"name":"game.arci","size":1888,"pieces":[{"name":"game.arci0","offset":0}]},{"name":"game.arcd","size":17964,"pieces":[{"name":"game.arcd0","offset":0}]},{"name":"game.dmanifest","size":3157,"pieces":[{"name":"game.dmanifest0","offset":0}]},{"name":"game.public.der","size":162,"pieces":[{"name":"game.public.der0","offset":0}]}]}

BIN
docs/assets/snake/game.arcd0


BIN
docs/assets/snake/game.arci0


BIN
docs/assets/snake/game.dmanifest0


BIN
docs/assets/snake/game.public.der0


+ 2 - 2
docs/en/tutorials/snake.md

@@ -17,7 +17,7 @@ Before beginning, take a minute and try the game:
     START GAME <span class="icon"></span>
   </button>
   <script src="//storage.googleapis.com/defold-doc/assets/dmloader.js"></script>
-  <script src="//storage.googleapis.com/defold-doc/assets/dmengine_1_2_112.js" async></script>
+  <script src="//storage.googleapis.com/defold-doc/assets/dmengine_1_2_119.js" async></script>
   <script>
       /* Load app on click in container. */
       document.getElementById("game-button").onclick = function (e) {
@@ -76,7 +76,7 @@ Defold only stores the area of the tilemap that is actually used so you need to
 
 Select the "layer1" layer.
 
-Choose the menu option <kbd>Scene ▸ Tile Map ▸ Show Palette</kbd> to display the tile palette, then click the tile you want to use when painting.
+Choose the menu option <kbd>Edit ▸ Select Tile...</kbd> to display the tile palette, then click the tile you want to use when painting.
 
 Paint a border around the edge of the screen and some obstacles.