init: add workspace files

This commit is contained in:
2026-05-26 16:41:20 +08:00
commit f4f2393f72
1041 changed files with 67405 additions and 0 deletions

13
world/area/map/new.js Normal file
View File

@@ -0,0 +1,13 @@
this.inherits(AREA);
this.set({
name: "新手",
first: "new/new1",
is_copy: true,
not_fb: true,
room_path:"new/"
});
this.map = [{ n: "训练室", id: "new/new1", p: [0, 0], exits: ["e"] },
{ n: "训练室", id: "new/new2", p: [1, 0] },
{ n: "训练室", id: "new/new3", p: [1, 1], exits: ["n"] },
];