diff options
author | Stijn Buys <ingar@osirion.org> | 2008-02-05 18:12:36 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-02-05 18:12:36 +0000 |
commit | 1a25cd7e975b987068343a5582331b080428e7c9 (patch) | |
tree | c7ad89d3a8913776901774da6c02a4d7ad0c6204 /base/ini |
Project::OSiRiON
Diffstat (limited to 'base/ini')
-rw-r--r-- | base/ini/game.ini | 7 | ||||
-rw-r--r-- | base/ini/world.ini | 14 |
2 files changed, 21 insertions, 0 deletions
diff --git a/base/ini/game.ini b/base/ini/game.ini new file mode 100644 index 0000000..12fea79 --- /dev/null +++ b/base/ini/game.ini @@ -0,0 +1,7 @@ +; general game description +[game] +label=osirion +name=Project::OSiRiON +author=Ingar <ingar@telenet.be> + + diff --git a/base/ini/world.ini b/base/ini/world.ini new file mode 100644 index 0000000..099ed41 --- /dev/null +++ b/base/ini/world.ini @@ -0,0 +1,14 @@ +[world] +; general world description +label=magellan +name=Magellan + +[sector] +; The Oberon system +label=oberon +name=Oberon System + +[sector] +; The Abyss +label=abyss +name=The Abyss |