move content by title main scenes
This commit is contained in:
parent
9961040eee
commit
9e6f6c9ce4
@ -3,9 +3,6 @@ sidebar_position: 1
|
||||
---
|
||||
|
||||
# System
|
||||
|
||||
> To be added
|
||||
|
||||
---
|
||||
|
||||
> To be added
|
@ -0,0 +1,9 @@
|
||||
---
|
||||
sidebar_position: 14
|
||||
---
|
||||
|
||||
# Sprite Frame Provider Setup
|
||||
---
|
||||
**SpriteFrameProvider** allows global access to "sprite frames" from code.
|
||||
|
||||

|
@ -0,0 +1,9 @@
|
||||
---
|
||||
sidebar_position: 15
|
||||
---
|
||||
|
||||
# Set Up the Animation Provider
|
||||
---
|
||||
**Animation Provider** contains all **animations** of the game.
|
||||
|
||||

|
@ -4,14 +4,7 @@
|
||||
"collapsible": true,
|
||||
"collapsed": false,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"title": "Setup Main Game",
|
||||
"description": "This is where all the magic happen.",
|
||||
"keywords": [
|
||||
"setup",
|
||||
"main game",
|
||||
"game logic",
|
||||
"structure"
|
||||
]
|
||||
"type": "doc",
|
||||
"id": "main-scene-overview"
|
||||
}
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
---
|
||||
id: main-scene-overview
|
||||
title: Setup Main Game
|
||||
description: Main scene structure and setup process.
|
||||
---
|
||||
|
||||
# Main Scene
|
||||
|
||||
This is where all the magic happen.
|
||||
|
||||
---
|
||||
|
||||
Main scene is the most complicated scene with hundreds of object, script and config.
|
||||
|
||||

|
||||
|
||||
Yet it is suprisingly simple to use.
|
||||
|
||||
By following step by step setup, you'll have a working main scene in no time.
|
||||
|
||||
:::info
|
||||
In fact, if all of the other scenes are setup properly, you can even run test the game without any setup on main scene.
|
||||
|
||||
Try to run the project, you'll the result as below. It doesn't look like much but it is actually a game running without visual assets.
|
||||
|
||||

|
||||
:::
|
||||
|
Loading…
x
Reference in New Issue
Block a user