|
@@ -9,23 +9,23 @@
|
|
"name": "Tutorials",
|
|
"name": "Tutorials",
|
|
"items": [
|
|
"items": [
|
|
{
|
|
{
|
|
- "path": "runner",
|
|
|
|
|
|
+ "path": "/tutorials/runner",
|
|
"name": "Runner"
|
|
"name": "Runner"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "side-scroller",
|
|
|
|
|
|
+ "path": "/tutorials/side-scroller",
|
|
"name": "Side scroller"
|
|
"name": "Side scroller"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "platformer",
|
|
|
|
|
|
+ "path": "/tutorials/platformer",
|
|
"name": "Platformer"
|
|
"name": "Platformer"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "magic-link",
|
|
|
|
|
|
+ "path": "/tutorials/magic-link",
|
|
"name": "Magic link"
|
|
"name": "Magic link"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "car",
|
|
|
|
|
|
+ "path": "/tutorials/car",
|
|
"name": "Building a car"
|
|
"name": "Building a car"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
@@ -46,19 +46,19 @@
|
|
"name": "JCash demos"
|
|
"name": "JCash demos"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "main-menu",
|
|
|
|
|
|
+ "path": "/tutorials/main-menu",
|
|
"name": "Main menu"
|
|
"name": "Main menu"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "parallax",
|
|
|
|
|
|
+ "path": "/tutorials/parallax",
|
|
"name": "Parallax"
|
|
"name": "Parallax"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "hud",
|
|
|
|
|
|
+ "path": "/tutorials/hud",
|
|
"name": "Hud"
|
|
"name": "Hud"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "level-complete",
|
|
|
|
|
|
+ "path": "/tutorials/level-complete",
|
|
"name": "Level complete"
|
|
"name": "Level complete"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
@@ -83,19 +83,19 @@
|
|
"name": "GETTING STARTED",
|
|
"name": "GETTING STARTED",
|
|
"items": [
|
|
"items": [
|
|
{
|
|
{
|
|
- "path": "introduction",
|
|
|
|
|
|
+ "path": "/manuals/introduction",
|
|
"name": "Introduction"
|
|
"name": "Introduction"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "scene-editing",
|
|
|
|
|
|
+ "path": "/manuals/scene-editing",
|
|
"name": "Scene editing"
|
|
"name": "Scene editing"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "workflow",
|
|
|
|
|
|
+ "path": "/manuals/workflow",
|
|
"name": "Workflow"
|
|
"name": "Workflow"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "lua",
|
|
|
|
|
|
+ "path": "/manuals/lua",
|
|
"name": "Lua in Defold"
|
|
"name": "Lua in Defold"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
@@ -104,15 +104,15 @@
|
|
"name": "CORE CONCEPTS",
|
|
"name": "CORE CONCEPTS",
|
|
"items": [
|
|
"items": [
|
|
{
|
|
{
|
|
- "path": "building-blocks",
|
|
|
|
|
|
+ "path": "/manuals/building-blocks",
|
|
"name": "Building blocks"
|
|
"name": "Building blocks"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "message-passing",
|
|
|
|
|
|
+ "path": "/manuals/message-passing",
|
|
"name": "Message passing"
|
|
"name": "Message passing"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "application-lifecycle",
|
|
|
|
|
|
+ "path": "/manuals/application-lifecycle",
|
|
"name": "Application lifecycle"
|
|
"name": "Application lifecycle"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
@@ -121,79 +121,79 @@
|
|
"name": "RESOURCES & COMPONENTS",
|
|
"name": "RESOURCES & COMPONENTS",
|
|
"items": [
|
|
"items": [
|
|
{
|
|
{
|
|
- "path": "2dgraphics",
|
|
|
|
|
|
+ "path": "/manuals/2dgraphics",
|
|
"name": "2D graphics"
|
|
"name": "2D graphics"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "3dgraphics",
|
|
|
|
|
|
+ "path": "/manuals/3dgraphics",
|
|
"name": "3D graphics"
|
|
"name": "3D graphics"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "animation",
|
|
|
|
|
|
+ "path": "/manuals/animation",
|
|
"name": "Animation"
|
|
"name": "Animation"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "spine",
|
|
|
|
|
|
+ "path": "/manuals/spine",
|
|
"name": "Spine animation"
|
|
"name": "Spine animation"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "spinemodel",
|
|
|
|
|
|
+ "path": "/manuals/spinemodel",
|
|
"name": "Spine model"
|
|
"name": "Spine model"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "model",
|
|
|
|
|
|
+ "path": "/manuals/model",
|
|
"name": "Model (3D)"
|
|
"name": "Model (3D)"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "particlefx",
|
|
|
|
|
|
+ "path": "/manuals/particlefx",
|
|
"name": "Particle FX"
|
|
"name": "Particle FX"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "physics",
|
|
|
|
|
|
+ "path": "/manuals/physics",
|
|
"name": "Physics"
|
|
"name": "Physics"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "sound",
|
|
|
|
|
|
+ "path": "/manuals/sound",
|
|
"name": "Sound"
|
|
"name": "Sound"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "font",
|
|
|
|
|
|
+ "path": "/manuals/font",
|
|
"name": "Font"
|
|
"name": "Font"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "label",
|
|
|
|
|
|
+ "path": "/manuals/label",
|
|
"name": "Label"
|
|
"name": "Label"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "material",
|
|
|
|
|
|
+ "path": "/manuals/material",
|
|
"name": "Material"
|
|
"name": "Material"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "rendering",
|
|
|
|
|
|
+ "path": "/manuals/rendering",
|
|
"name": "Rendering"
|
|
"name": "Rendering"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "shader",
|
|
|
|
|
|
+ "path": "/manuals/shader",
|
|
"name": "Shader"
|
|
"name": "Shader"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "factory",
|
|
|
|
|
|
+ "path": "/manuals/factory",
|
|
"name": "Factory"
|
|
"name": "Factory"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "collection-factory",
|
|
|
|
|
|
+ "path": "/manuals/collection-factory",
|
|
"name": "Collection factory"
|
|
"name": "Collection factory"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "collection-proxy",
|
|
|
|
|
|
+ "path": "/manuals/collection-proxy",
|
|
"name": "Collection proxy"
|
|
"name": "Collection proxy"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "live-update",
|
|
|
|
|
|
+ "path": "/manuals/live-update",
|
|
"name": "Live update"
|
|
"name": "Live update"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "camera",
|
|
|
|
|
|
+ "path": "/manuals/camera",
|
|
"name": "Camera"
|
|
"name": "Camera"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
@@ -202,31 +202,31 @@
|
|
"name": "GUI",
|
|
"name": "GUI",
|
|
"items": [
|
|
"items": [
|
|
{
|
|
{
|
|
- "path": "gui",
|
|
|
|
|
|
+ "path": "/manuals/gui",
|
|
"name": "GUI overview"
|
|
"name": "GUI overview"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "gui-text",
|
|
|
|
|
|
+ "path": "/manuals/gui-text",
|
|
"name": "Text nodes"
|
|
"name": "Text nodes"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "gui-pie",
|
|
|
|
|
|
+ "path": "/manuals/gui-pie",
|
|
"name": "Pie nodes"
|
|
"name": "Pie nodes"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "gui-spine",
|
|
|
|
|
|
+ "path": "/manuals/gui-spine",
|
|
"name": "Spine nodes"
|
|
"name": "Spine nodes"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "gui-templates",
|
|
|
|
|
|
+ "path": "/manuals/gui-templates",
|
|
"name": "Template nodes"
|
|
"name": "Template nodes"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "gui-clipping",
|
|
|
|
|
|
+ "path": "/manuals/gui-clipping",
|
|
"name": "Clipping"
|
|
"name": "Clipping"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "gui-layouts",
|
|
|
|
|
|
+ "path": "/manuals/gui-layouts",
|
|
"name": "Layouts"
|
|
"name": "Layouts"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
@@ -235,23 +235,23 @@
|
|
"name": "GAME LOGIC",
|
|
"name": "GAME LOGIC",
|
|
"items": [
|
|
"items": [
|
|
{
|
|
{
|
|
- "path": "properties",
|
|
|
|
|
|
+ "path": "/manuals/properties",
|
|
"name": "Properties"
|
|
"name": "Properties"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "script-properties",
|
|
|
|
|
|
+ "path": "/manuals/script-properties",
|
|
"name": "Script properties"
|
|
"name": "Script properties"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "input",
|
|
|
|
|
|
+ "path": "/manuals/input",
|
|
"name": "Input"
|
|
"name": "Input"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "debugging",
|
|
|
|
|
|
+ "path": "/manuals/debugging",
|
|
"name": "Debugging"
|
|
"name": "Debugging"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "modules",
|
|
|
|
|
|
+ "path": "/manuals/modules",
|
|
"name": "Modules"
|
|
"name": "Modules"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
@@ -260,19 +260,19 @@
|
|
"name": "PROJECT SETUP",
|
|
"name": "PROJECT SETUP",
|
|
"items": [
|
|
"items": [
|
|
{
|
|
{
|
|
- "path": "project-settings",
|
|
|
|
|
|
+ "path": "/manuals/project-settings",
|
|
"name": "Project settings"
|
|
"name": "Project settings"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "libraries",
|
|
|
|
|
|
+ "path": "/manuals/libraries",
|
|
"name": "Libraries"
|
|
"name": "Libraries"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "texture-profiles",
|
|
|
|
|
|
+ "path": "/manuals/texture-profiles",
|
|
"name": "Texture profiles"
|
|
"name": "Texture profiles"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "bob",
|
|
|
|
|
|
+ "path": "/manuals/bob",
|
|
"name": "Bob the builder"
|
|
"name": "Bob the builder"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
@@ -281,15 +281,15 @@
|
|
"name": "PLATFORMS",
|
|
"name": "PLATFORMS",
|
|
"items": [
|
|
"items": [
|
|
{
|
|
{
|
|
- "path": "ios",
|
|
|
|
|
|
+ "path": "/manuals/ios",
|
|
"name": "iOS"
|
|
"name": "iOS"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "android",
|
|
|
|
|
|
+ "path": "/manuals/android",
|
|
"name": "Android"
|
|
"name": "Android"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "html5",
|
|
|
|
|
|
+ "path": "/manuals/html5",
|
|
"name": "HTML5"
|
|
"name": "HTML5"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
@@ -298,19 +298,19 @@
|
|
"name": "EXTENSIONS",
|
|
"name": "EXTENSIONS",
|
|
"items": [
|
|
"items": [
|
|
{
|
|
{
|
|
- "path": "extensions",
|
|
|
|
|
|
+ "path": "/manuals/extensions",
|
|
"name": "Native extensions"
|
|
"name": "Native extensions"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "facebook",
|
|
|
|
|
|
+ "path": "/manuals/acebook",
|
|
"name": "Facebook"
|
|
"name": "Facebook"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "iap",
|
|
|
|
|
|
+ "path": "/manuals/iap",
|
|
"name": "In-app purchases"
|
|
"name": "In-app purchases"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "push",
|
|
|
|
|
|
+ "path": "/manuals/push",
|
|
"name": "Push notifications"
|
|
"name": "Push notifications"
|
|
}
|
|
}
|
|
]
|
|
]
|