init: add workspace files
This commit is contained in:
6
world/map/gaibang/shudongxia.js
Normal file
6
world/map/gaibang/shudongxia.js
Normal file
@@ -0,0 +1,6 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "树洞下"
|
||||
this.desc = "这是老槐树底部,四周光线昏暗,人影晃晃,似乎有几个黑暗的洞口在你身边,通向四面八方。 一位老乞丐大咧咧地坐在正中的地上。";
|
||||
this.exits = { "east": "gaibang/andao1", "up": "gaibang/shudong" };
|
||||
|
||||
////this.set_npc('gaibang/zuo');
|
||||
Reference in New Issue
Block a user