Updated Developer Portal (mediawiki => markdown)

CuriousTorvald
2022-09-07 10:43:25 +09:00
parent d0b226d15d
commit 0f99f542ce
2 changed files with 20 additions and 20 deletions

20
Developer-Portal.md Normal file

@@ -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

@@ -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