init: add workspace files
This commit is contained in:
7
world/map/xiangyang/westjie3.js
Normal file
7
world/map/xiangyang/westjie3.js
Normal file
@@ -0,0 +1,7 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "西大街";
|
||||
this.desc = "这是一条宽阔的青石街道,向东西两头延伸。西面是白虎内门。";
|
||||
this.exits = {
|
||||
"east" : "xiangyang/westjie2",
|
||||
"west" : "xiangyang/westgate1",
|
||||
};
|
||||
Reference in New Issue
Block a user