init: add workspace files
This commit is contained in:
8
world/map/bj/shenlong/dadao2.js
Normal file
8
world/map/bj/shenlong/dadao2.js
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
this.inherits(ROOM);
|
||||
this.name = "山道";
|
||||
this.desc = "这是一条狭窄的山道,向着北方一座山峰行去.转过了几个山坡,抬头遥见峰顶建着几座大竹屋。";
|
||||
|
||||
this.exits = { "south": "bj/shenlong/wuchang", "north": "bj/shenlong/damen" };
|
||||
|
||||
Reference in New Issue
Block a user