浏览代码

Removed russian template. Fixed typo.

Mikael Säker 7 年之前
父节点
当前提交
3659603def
共有 3 个文件被更改,包括 15 次插入10 次删除
  1. 14 9
      docs/en/en.json
  2. 1 1
      docs/en/manuals/resource.md
  3. 0 0
      docs/ru/tutorials/war-battles.md

+ 14 - 9
docs/en/en.json

@@ -42,6 +42,19 @@
                         "path": "/tutorials/15-puzzle",
                         "name": "15 puzzle"
                     },
+                    {
+                        "path": "/tutorials/shadertoy",
+                        "name": "Shadertoy"
+                    },
+                    {
+                        "path": "/tutorials/grading",
+                        "name": "Color grading"
+                    }
+                ]
+            },
+            {
+                "name": "Old tutorials",
+                "items": [
                     {
                         "path": "/tutorials/platformer",
                         "name": "Platformer"
@@ -57,17 +70,9 @@
                     {
                         "path": "/tutorials/car",
                         "name": "Building a car"
-                    },
-                    {
-                        "path": "/tutorials/shadertoy",
-                        "name": "Shadertoy"
-                    },
-                    {
-                        "path": "/tutorials/grading",
-                        "name": "Color grading"
                     }
                 ]
-            },
+            },           
             {
                 "name": "Code samples",
                 "items": [

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

@@ -5,7 +5,7 @@ brief: This manual explains how Defold automatically manages resources and how y
 
 # Resource management
 
-If you make a very small game, the limitations of the target platform (memory footprint, bundle size, computing power and battery consumption) may not ever pose any proplems. However, when making larger games, and especially on handheld devices, memory consumption will likely be one of the biggest constraints. An experienced team will carefully make resource budgets against platform constraints. Defold provides a range of features to help manage memory and bundle size. This manual gives an overview to these features.
+If you make a very small game, the limitations of the target platform (memory footprint, bundle size, computing power and battery consumption) may not ever pose any problems. However, when making larger games, and especially on handheld devices, memory consumption will likely be one of the biggest constraints. An experienced team will carefully make resource budgets against platform constraints. Defold provides a range of features to help manage memory and bundle size. This manual gives an overview to these features.
 
 ## The static resource tree
 

+ 0 - 0
docs/ru/tutorials/war-battles.md