aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/system/akiba.world17
1 files changed, 17 insertions, 0 deletions
diff --git a/resources/system/akiba.world b/resources/system/akiba.world
new file mode 100644
index 0000000..8993cdd
--- /dev/null
+++ b/resources/system/akiba.world
@@ -0,0 +1,17 @@
+world {
+ name = akiba
+ startup {
+ binary {
+ name = shinigami
+ path = "/system/shinigami/shinigami.gen"
+ mode = protected
+ respawn = true
+ }
+ binary {
+ name = ash
+ path = "/system/ash/ash.gen"
+ mode = protected
+ respawn = true
+ }
+ }
+}