|
@@ -1,333 +0,0 @@
|
|
|
-{
|
|
|
- "terms": {
|
|
|
- "quicknav": "Quicknav"
|
|
|
- },
|
|
|
- "navigation": {
|
|
|
- "tutorials":
|
|
|
- [
|
|
|
- {
|
|
|
- "name": "Tutorials",
|
|
|
- "items": [
|
|
|
- {
|
|
|
- "path": "/tutorials/runner",
|
|
|
- "name": "Runner"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/tutorials/side-scroller",
|
|
|
- "name": "Side scroller"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/tutorials/platformer",
|
|
|
- "name": "Platformer"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/tutorials/magic-link",
|
|
|
- "name": "Magic link"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/tutorials/car",
|
|
|
- "name": "Building a car"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/tutorials/shadertoy",
|
|
|
- "name": "Shadertoy"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Code samples",
|
|
|
- "items": [
|
|
|
- {
|
|
|
- "path": "https://github.com/defold/defold-examples",
|
|
|
- "name": "Defold examples repo"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "http://britzl.github.io/publicexamples/",
|
|
|
- "name": "Britzl's grab bag"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "https://jcash.github.io/",
|
|
|
- "name": "JCash demos"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/tutorials/main-menu",
|
|
|
- "name": "Main menu"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/tutorials/parallax",
|
|
|
- "name": "Parallax"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/tutorials/hud",
|
|
|
- "name": "Hud"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/tutorials/level-complete",
|
|
|
- "name": "Level complete"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Community resources",
|
|
|
- "items": [
|
|
|
- {
|
|
|
- "path": "http://www.gamefromscratch.com/page/Defold-Engine-Tutorial-Series.aspx",
|
|
|
- "name": "GFS video tutorials"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "https://forum.defold.com/t/big-list-of-lua-resources/1586",
|
|
|
- "name": "Lua resources"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ],
|
|
|
- "manuals":
|
|
|
- [
|
|
|
- {
|
|
|
- "name": "GETTING STARTED",
|
|
|
- "items": [
|
|
|
- {
|
|
|
- "path": "/manuals/introduction",
|
|
|
- "name": "Introduction"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/scene-editing",
|
|
|
- "name": "Scene editing"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/workflow",
|
|
|
- "name": "Workflow"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/lua",
|
|
|
- "name": "Lua in Defold"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "CORE CONCEPTS",
|
|
|
- "items": [
|
|
|
- {
|
|
|
- "path": "/manuals/building-blocks",
|
|
|
- "name": "Building blocks"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/message-passing",
|
|
|
- "name": "Message passing"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/application-lifecycle",
|
|
|
- "name": "Application lifecycle"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "RESOURCES & COMPONENTS",
|
|
|
- "items": [
|
|
|
- {
|
|
|
- "path": "/manuals/2dgraphics",
|
|
|
- "name": "2D graphics"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/3dgraphics",
|
|
|
- "name": "3D graphics"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/animation",
|
|
|
- "name": "Animation"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/spine",
|
|
|
- "name": "Spine animation"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/spinemodel",
|
|
|
- "name": "Spine model"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/model",
|
|
|
- "name": "Model (3D)"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/particlefx",
|
|
|
- "name": "Particle FX"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/physics",
|
|
|
- "name": "Physics"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/sound",
|
|
|
- "name": "Sound"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/font",
|
|
|
- "name": "Font"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/label",
|
|
|
- "name": "Label"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/material",
|
|
|
- "name": "Material"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/render",
|
|
|
- "name": "Render"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/shader",
|
|
|
- "name": "Shader"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/factory",
|
|
|
- "name": "Factory"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/collection-factory",
|
|
|
- "name": "Collection factory"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/collection-proxy",
|
|
|
- "name": "Collection proxy"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/live-update",
|
|
|
- "name": "Live update"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/camera",
|
|
|
- "name": "Camera"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "GUI",
|
|
|
- "items": [
|
|
|
- {
|
|
|
- "path": "/manuals/gui",
|
|
|
- "name": "GUI overview"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/gui-text",
|
|
|
- "name": "Text nodes"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/gui-pie",
|
|
|
- "name": "Pie nodes"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/gui-spine",
|
|
|
- "name": "Spine nodes"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/gui-templates",
|
|
|
- "name": "Template nodes"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/gui-clipping",
|
|
|
- "name": "Clipping"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/gui-layouts",
|
|
|
- "name": "Layouts"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "GAME LOGIC",
|
|
|
- "items": [
|
|
|
- {
|
|
|
- "path": "/manuals/properties",
|
|
|
- "name": "Properties"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/script-properties",
|
|
|
- "name": "Script properties"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/input",
|
|
|
- "name": "Input"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/debugging",
|
|
|
- "name": "Debugging"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/modules",
|
|
|
- "name": "Modules"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "PROJECT SETUP",
|
|
|
- "items": [
|
|
|
- {
|
|
|
- "path": "/manuals/project-settings",
|
|
|
- "name": "Project settings"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/libraries",
|
|
|
- "name": "Libraries"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/texture-profiles",
|
|
|
- "name": "Texture profiles"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/bob",
|
|
|
- "name": "Bob the builder"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "PLATFORMS",
|
|
|
- "items": [
|
|
|
- {
|
|
|
- "path": "/manuals/ios",
|
|
|
- "name": "iOS"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/android",
|
|
|
- "name": "Android"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/html5",
|
|
|
- "name": "HTML5"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/facebook",
|
|
|
- "name": "Facebook"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "EXTENSIONS",
|
|
|
- "items": [
|
|
|
- {
|
|
|
- "path": "/manuals/extensions",
|
|
|
- "name": "Native extensions"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/iap",
|
|
|
- "name": "In-app purchases"
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "/manuals/push",
|
|
|
- "name": "Push notifications"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "NATIVE EXTENSIONS",
|
|
|
- "items": [
|
|
|
- {
|
|
|
- "path": "/manuals/extensions",
|
|
|
- "name": "Introduction"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
-}
|