目录结构调整
This commit is contained in:
14
codes/games/client/Version/2.0.txt
Normal file
14
codes/games/client/Version/2.0.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
V2.0 2016-2-14
|
||||
1, 优化自动升级功能,可查看升级说明;
|
||||
2, 重新设计了软件界面,布局更合理;
|
||||
3, 增加了资源管理界面(图片资源、声音资源、图文资源),可查看资源的相关精灵;
|
||||
4, 可添加多个精灵。
|
||||
5, 可多选精灵,可同时操作多个精灵、修改多个精灵的属性;
|
||||
6, 可修改精灵ID、图层ID、资源ID;
|
||||
7, 增加多个精灵的对齐功能;
|
||||
8, 可查看空白的精灵ID、图层ID、群组ID;
|
||||
9, 将原来的图片精灵细分成了图片精灵、多帧图精灵、组合多帧图精灵、9宫格精灵;
|
||||
10,用黄色标注精灵的重要属性和特有属性,灰色标注只读属性。
|
||||
11,优化软件算法,大大提高了打开、保存、运行的速度;
|
||||
12,可同时运行多个引擎打开多个工程。
|
||||
除了上述内容还有许多细节的修改,软件操作更方便快捷。
|
||||
3
codes/games/client/Version/2.1.txt
Normal file
3
codes/games/client/Version/2.1.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
V2.1 2016-3-4
|
||||
1, 精灵右键菜单中添加“精灵是否可见”和“精灵是否可拖动大小”两个勾选菜单;
|
||||
2, 数字多帧图精灵手动修改精灵大小后再次修改“多帧号”属性时精灵尺寸会自适应大小。
|
||||
2
codes/games/client/Version/2.2.txt
Normal file
2
codes/games/client/Version/2.2.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
V2.2 2016-3-21
|
||||
1, ifast_checkimg函数增加了一个ifchangewh参数,如果ifchangewh=1则资源取新图大小。
|
||||
2
codes/games/client/Version/2.3.txt
Normal file
2
codes/games/client/Version/2.3.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
V2.3 2016-3-22
|
||||
1, 解决在Windows7中不兼容的问题。
|
||||
12
codes/games/client/Version/2.4.txt
Normal file
12
codes/games/client/Version/2.4.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
V2.4 2016-3-25
|
||||
1,改进了高清模式的运行帧数。
|
||||
gameabc_face.dfwgao=1; //开启高清模式。
|
||||
2,修改showmessage手机弹窗问题。
|
||||
3,增加了打电话功能。
|
||||
ifast_tel('13330103011'); //引号里填写电话号码
|
||||
4,可限制输入框输入字符的长度。
|
||||
set_self(1,'maxLength',4); //设置输入框输入的最大字符长度
|
||||
5,修复了输入框弹出键盘之后背景缩放问题。
|
||||
6,文字精灵的“文本样式”属性增加“数字输入框”的选项,在手机上可以弹出数字键盘。
|
||||
7,解决在Windows7中软件界面显示不正确的问题。
|
||||
8,修正升级程序的若干Bug。
|
||||
4
codes/games/client/Version/2.5.txt
Normal file
4
codes/games/client/Version/2.5.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
V2.5 2016-5-25
|
||||
1,优化点击精灵的响应速度。
|
||||
2,增加myweb,可调用other_setdom函数将页面嵌入到游戏界面中。
|
||||
3,修正用户在软件之外直接更新资源图片时造成的精灵尺寸不一致的问题。
|
||||
4
codes/games/client/Version/2.6.txt
Normal file
4
codes/games/client/Version/2.6.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
V2.6 2017-04-05
|
||||
1,修正动态创建img后删除会报错的Bug。
|
||||
2,修正通过键盘微调精灵位置和大小后不能保存工程的问题。
|
||||
3,修正通过“对齐”功能调整精灵位置后不能保存工程的问题。
|
||||
2
codes/games/client/Version/2.7.txt
Normal file
2
codes/games/client/Version/2.7.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
V2.7 2018-10-04
|
||||
1,打开工程时可以打开Projects目录下任意层级的目录。
|
||||
4
codes/games/client/Version/Version.ini
Normal file
4
codes/games/client/Version/Version.ini
Normal file
@@ -0,0 +1,4 @@
|
||||
[Version]
|
||||
Version=2.7
|
||||
AutoShow=0
|
||||
DownloadUrl=http://ncmj.jxgame.xyz:8080/download/gameabc/heihu2/version.xml
|
||||
8
codes/games/client/Version/VersionList.txt
Normal file
8
codes/games/client/Version/VersionList.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
2.0
|
||||
2.1
|
||||
2.2
|
||||
2.3
|
||||
2.4
|
||||
2.5
|
||||
2.6
|
||||
2.7
|
||||
Reference in New Issue
Block a user