Browse Source

Removed russian template. Fixed typo.

Mikael Säker 7 years ago
parent
commit
3659603def
3 changed files with 15 additions and 10 deletions
  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",
                         "path": "/tutorials/15-puzzle",
                         "name": "15 puzzle"
                         "name": "15 puzzle"
                     },
                     },
+                    {
+                        "path": "/tutorials/shadertoy",
+                        "name": "Shadertoy"
+                    },
+                    {
+                        "path": "/tutorials/grading",
+                        "name": "Color grading"
+                    }
+                ]
+            },
+            {
+                "name": "Old tutorials",
+                "items": [
                     {
                     {
                         "path": "/tutorials/platformer",
                         "path": "/tutorials/platformer",
                         "name": "Platformer"
                         "name": "Platformer"
@@ -57,17 +70,9 @@
                     {
                     {
                         "path": "/tutorials/car",
                         "path": "/tutorials/car",
                         "name": "Building a car"
                         "name": "Building a car"
-                    },
-                    {
-                        "path": "/tutorials/shadertoy",
-                        "name": "Shadertoy"
-                    },
-                    {
-                        "path": "/tutorials/grading",
-                        "name": "Color grading"
                     }
                     }
                 ]
                 ]
-            },
+            },           
             {
             {
                 "name": "Code samples",
                 "name": "Code samples",
                 "items": [
                 "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
 # 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
 ## The static resource tree
 
 

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