📄 linhai4.c
字号:
// sdxl// by dubei#include <room.h>inherit ROOM;void create(){ set("short", "林海"); set("long", @LONG这里是一片一望无垠林海,每棵树木都有十来丈高,周围阡陌交错,你进来感觉到自己迷路了LONG ); set("exits", ([ "northeast" : __DIR__"linhai"+(random(13)+1), "southeast" : __DIR__"linhai"+(random(13)+1), "northwest" : __DIR__"linhai"+(random(13)+1), "southwest" : __DIR__"linhai5", "south" : __DIR__"linhai3", "east" : __DIR__"linhai"+(random(13)+1), "north" : __DIR__"linhai"+(random(13)+1), "west" : __DIR__"linhai"+(random(13)+1), ])); set("outdoors", "xiangyang"); setup(); replace_program(ROOM);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -