目录结构调整

This commit is contained in:
2026-02-04 23:47:45 +08:00
parent 6938c911c3
commit 6b22238c6e
8780 changed files with 15333 additions and 574 deletions

View File

@@ -0,0 +1,6 @@
gameid, spid, downx, downy, no1, no2, no3, no4, no5, no6
{
//请在下面输入您的代码
|
};

View File

@@ -0,0 +1,6 @@
gameid, spid, downx, downy, movex,movey ,timelong,offmovex, offmovey, no1
{
//请在下面输入您的代码
|
};

View File

@@ -0,0 +1,6 @@
gameid, spid_down, downx, downy, spid_up, upx, upy, timelong, no1, no2
{
//请在下面输入您的代码
|
};

View File

@@ -0,0 +1,13 @@
gameid, spid, times, timelong, alltimes
{
/*
参数说明:
times本次间隔多少次了
timelong本次间隔多久
alltimes开启后运行多少次了
*/
//请在下面输入您的代码
//set_self(1,18,5,1,0);
|
};

View File

@@ -0,0 +1,12 @@
recid,rectype,url,error,len
{
//资源加载完成函数
//recid:资源id
//rectype:1 图片 2声音
//url :网络地址
//error:是否加载错误
//len:资源大小
//logmessage("onload:"+recid+"/"+rectype);
|
};

View File

@@ -0,0 +1,4 @@
精灵事件的函数体配置
1文件名必须与事件名一致。
2txt文件中第一行是事件参数其余的为函数体。
3精灵的事件函数体配置优先读取相同类名目录下的txt文件如果没读到则读取Events目录下的txt文件。