From 561094e0c1b0eb0c28d1e5dbfd1d4252133fa47b Mon Sep 17 00:00:00 2001 From: Zyie <24736175+Zyie@users.noreply.github.com> Date: Wed, 4 Dec 2024 09:50:59 +0000 Subject: [PATCH] remove incomplete templates --- README.md | 3 ++- docs/docs/guide/games/intro.md | 2 +- docs/docs/guide/installation.mdx | 2 +- src/index.ts | 12 +++++++----- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d0a7ae3..d672a08 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,9 @@ Currently supported template presets include: We also have some additional templates that you can use for creating games for specific platforms: - `game-web` -- `game-discord` + **Coming soon:** +- `game-discord` - `game-facebook` - `game-youtube` diff --git a/docs/docs/guide/games/intro.md b/docs/docs/guide/games/intro.md index 5c72690..e758084 100644 --- a/docs/docs/guide/games/intro.md +++ b/docs/docs/guide/games/intro.md @@ -31,9 +31,9 @@ We highly recommend that you familiarize yourself with these libraries to get th We are slowly building up templates to help you build a game for different platforms. Currently, we have the following templates: - **Web**: A general template for building web-based games. -- **Discord**: A template for building games that can be run on the Discord platform. **Coming Soon**: +- **Discord**: A template for building games that can be run on the Discord platform. - **Facebook**: A template for building games that can be run on the Facebook platform. - **YouTube**: A template for building games that can be run on the YouTube platform. diff --git a/docs/docs/guide/installation.mdx b/docs/docs/guide/installation.mdx index 124ac32..0c9bcf4 100644 --- a/docs/docs/guide/installation.mdx +++ b/docs/docs/guide/installation.mdx @@ -64,9 +64,9 @@ Currently supported template presets include: We also have some additional templates that you can use for creating games for specific platforms: - `game-web` -- `game-discord` **Coming soon:** +- `game-discord` - `game-facebook` - `game-youtube` diff --git a/src/index.ts b/src/index.ts index 3f61d91..422ed45 100644 --- a/src/index.ts +++ b/src/index.ts @@ -38,6 +38,8 @@ ${yellow ('esbuild: bundler-esbuild' )} ${green ('Import Map: bundler-import-map' )} ${cyan ('Web Game: game-web' )} + +Coming soon: ${blue ('Discord Game: game-discord' )} ${blueBright('Facebook Game: game-facebook' )} ${red ('YouTube Game: game-youtube' )}` @@ -94,11 +96,11 @@ const FRAMEWORKS: Framework[] = [ display: "Web", color: yellow, }, - { - name: "game-discord", - display: "Discord", - color: blue, - }, + // { + // name: "game-discord", + // display: "Discord", + // color: blue, + // }, // { // name: "game-facebook", // display: "Facebook",