|
@@ -5,10 +5,6 @@
|
|
|
{
|
|
|
"name": "Tutorials",
|
|
|
"items": [
|
|
|
- {
|
|
|
- "path": "/tutorials/getting-started",
|
|
|
- "name": "Getting started"
|
|
|
- },
|
|
|
{
|
|
|
"path": "/tutorials/side-scroller",
|
|
|
"name": "Side scroller",
|
|
@@ -24,6 +20,10 @@
|
|
|
"name": "Movement",
|
|
|
"description": "In this beginner's tutorial you learn how to make realistic movement using vectors and some simple vector algebra."
|
|
|
},
|
|
|
+ {
|
|
|
+ "path": "/tutorials/getting-started",
|
|
|
+ "name": "Getting started"
|
|
|
+ },
|
|
|
{
|
|
|
"path": "/tutorials/colorslide",
|
|
|
"name": "Colorslide",
|