Added page on example projects
This commit is contained in:
parent
ce6e8f9dc8
commit
842044b9af
2 changed files with 9 additions and 1 deletions
|
@ -36,7 +36,8 @@ module.exports = {
|
||||||
children: [
|
children: [
|
||||||
{ text: "Introduction", link: "/guide/" },
|
{ text: "Introduction", link: "/guide/" },
|
||||||
{ text: "Setting Up", link: "/guide/setup" },
|
{ text: "Setting Up", link: "/guide/setup" },
|
||||||
{ text: "Updating Profectus", link: "/guide/updating" }
|
{ text: "Updating Profectus", link: "/guide/updating" },
|
||||||
|
{ text: "Example Projects", link: "/guide/examples" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
7
docs/guide/examples.md
Normal file
7
docs/guide/examples.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# Example Projects
|
||||||
|
|
||||||
|
## TMT-Demo
|
||||||
|
|
||||||
|
[View Source](https://github.com/profectus-engine/tmt-demo) | [View Project](https://profectus-engine.github.io/TMT-Demo/)
|
||||||
|
|
||||||
|
A project loosely based off the Demo project for TMT. Uses most of the different features of Profectus, but doesn't have any real gameplay.
|
Loading…
Reference in a new issue