init: add workspace files
This commit is contained in:
4
world/map/shaolin/gulou.js
Normal file
4
world/map/shaolin/gulou.js
Normal file
@@ -0,0 +1,4 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "鼓楼"
|
||||
this.desc = "这是一座砖木结构的宝塔,塔高七层,塔身作八角形,飞檐翘翎,檐角上挂满了一串串小铜铃,随风叮叮作响。塔身墙上镂空雕绘着无数佛陀们的坐像。一个个形态维肖,看来出自名匠之手";
|
||||
this.exits = { "southeast": "shaolin/twdian", "northeast": "shaolin/houdian" };
|
||||
Reference in New Issue
Block a user