From 0f99f542ce0dd20b2933f73dad1219319001b742 Mon Sep 17 00:00:00 2001 From: CuriousTorvald Date: Wed, 7 Sep 2022 10:43:25 +0900 Subject: [PATCH] Updated Developer Portal (mediawiki => markdown) --- Developer-Portal.md | 20 ++++++++++++++++++++ Developer-Portal.mediawiki | 20 -------------------- 2 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 Developer-Portal.md delete mode 100644 Developer-Portal.mediawiki diff --git a/Developer-Portal.md b/Developer-Portal.md new file mode 100644 index 0000000..b346b9a --- /dev/null +++ b/Developer-Portal.md @@ -0,0 +1,20 @@ +This is a place for the developers, a hub for documentation and code conventions. + +## Concepts +* [[Glossary]] +* [[Modules]] + +## Ingame +* [[Actors]] +* [[World]] +* [[Inventory]] + +## Serialisation +* [[Save and Load]] + +## Internationalisation and Localisation +* [[Languages]] + +## Child Repositories +* [Terrarum Sans Bitmap](https://github.com/minjaesong/Terrarum-sans-bitmap): The font used in this game +* [TerranVirtualDisk](https://github.com/minjaesong/TerranVirtualDisk): File archival format used in this game diff --git a/Developer-Portal.mediawiki b/Developer-Portal.mediawiki deleted file mode 100644 index 52826c4..0000000 --- a/Developer-Portal.mediawiki +++ /dev/null @@ -1,20 +0,0 @@ -This is a place for the developers, a hub for documentation and code conventions. - -== Concepts == -* [[Glossary]] -* [[Modules]] - -== Ingame == -* [[Actors]] -* [[World]] -* [[Inventory]] - -== Serialisation == -* [[Save and Load]] - -== Internationalisation and Localisation == -* [[Languages]] - -== Child Repositories == -* [https://github.com/minjaesong/Terrarum-sans-bitmap Terrarum Sans Bitmap]: The font used in this game -* [https://github.com/minjaesong/TerranVirtualDisk TerranVirtualDisk]: File archival format used in this game \ No newline at end of file