init: add workspace files
This commit is contained in:
4
world/map/emei/zoulang1.js
Normal file
4
world/map/emei/zoulang1.js
Normal file
@@ -0,0 +1,4 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "走廊"
|
||||
this.desc = "这是一条走廊。青石板铺成的小路,两边的柱子和栏杆都是用竹子做成,在栏杆的一边种植了许多的花草,其中尤为突出的是杜鹃花,不仅生长的茂盛,并且的十分艳丽。";
|
||||
this.exits = { "east": "emei/chufang", "south": "emei/xiuxishi", "west": "emei/guangchang" };
|
||||
Reference in New Issue
Block a user