init: add workspace files
This commit is contained in:
7
world/map/xiangyang/northjie1.js
Normal file
7
world/map/xiangyang/northjie1.js
Normal file
@@ -0,0 +1,7 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "北大街";
|
||||
this.desc = "这是一条宽阔的青石板街道,向南北两头延伸。";
|
||||
this.exits = {
|
||||
south: "xiangyang/guangchang",
|
||||
north: "xiangyang/northjie2"
|
||||
};
|
||||
Reference in New Issue
Block a user