From 842044b9af12a5752c9e5891ce1d4ea108d9b0e9 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Fri, 11 Mar 2022 09:46:51 -0600 Subject: [PATCH] Added page on example projects --- docs/.vitepress/config.js | 3 ++- docs/guide/examples.md | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 docs/guide/examples.md diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index e75781d7..942a2214 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -36,7 +36,8 @@ module.exports = { children: [ { text: "Introduction", link: "/guide/" }, { text: "Setting Up", link: "/guide/setup" }, - { text: "Updating Profectus", link: "/guide/updating" } + { text: "Updating Profectus", link: "/guide/updating" }, + { text: "Example Projects", link: "/guide/examples" } ] }, { diff --git a/docs/guide/examples.md b/docs/guide/examples.md new file mode 100644 index 00000000..a34983f1 --- /dev/null +++ b/docs/guide/examples.md @@ -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.