⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.gml

📁 在线游戏最新服务器端源代码
💻 GML
字号:
<sys import=,$.\npc.gml>
<sys import=,$.\屋子类.gml>
<sys import=,$.\广告类.gml>

<: selfcreatex=*regstr(fromx,600);selfcreatey=*regstr(fromy,900);gname="CROOT">

#define PORT 10200
#define MAP_NAME $.\..\maps\city.gml
#define USER $.\..\common\defuser.gml

<sys import=,$.\..\chat\index.gml>

<style>
.CloseBtn:textbtn{
	pos=pid.width-14,2;size=12,12;src="-";rect=-2,0,10,12;OnClick={<:$[pid] del=1>}
}
.openToolWnd:WebPage{
	resize=1;
	titleheight=15;titlecolor=R120G140B130;
	pos=20,10;
	OnCreate={<CloseBtn>};
	src=$.\..\common\opengml.htm;
}

.myicon:text{
	show=0;
//	onopen={<openToolWnd link=$[link];size=270,290>};
	onopen={<sys include=$[link]>};
	onCreate={<: src=$[title]><: pid.ptaskbar.eve=addicon,icon1,open,$[title],$[img],$[pos]>}
}	
</style>

<myicon name=icon1;pos=400,1;title=电话;img=$.\images\电话.gif;link=$.\tools\mciwnd\index.gml>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -