Commit 31899356 authored by keyongyu's avatar keyongyu

2.2.6.1

parent 2b1fef05
......@@ -173,6 +173,8 @@ public string[] GetTypes(Card c)
types[1]=GetType(CardType.TYPE_UNION);
else if(c.IsType(CardType.TYPE_DUAL))
types[1]=GetType(CardType.TYPE_DUAL);
else if(c.IsType(CardType.TYPE_FLIP))
types[1]=GetType(CardType.TYPE_FLIP);
else{
types[1]=GetType(CardType.TYPE_EFFECT);
types[2]="";
......
......@@ -14,7 +14,7 @@
0x1000 Thunder
0x2000 Dragon
0x4000 Beast
0x80000 Beast-Warrior
0x8000 Beast-Warrior
0x10000 Dinosaur
0x20000 Fish
0x40000 Sea Serpent
......
[DataEditorX]2.2.6.0[DataEditorX]
[DataEditorX]2.2.6.1[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★文件关联
......@@ -57,6 +57,9 @@ Ctrl+鼠标左键 跳转到函数定义
Ctrl+鼠标滑轮 缩放文字
★更新历史
2.2.6.1
修复english的race的兽战士
导出MSE存档,添加反转/filp
2.2.6.0
文件历史记录的顺序,从上到下。
导出MSE存档,支持设置每个存档的最大卡片数量
......
No preview for this file type
# history
F:\games\ygopro\script\c33396948.lua
F:\games\ygopro\cards.cdb
F:\games\ygocore\script\c114932.lua
F:\games\ygocore\cards (2).cdb
......
......@@ -14,7 +14,7 @@
0x1000 Thunder
0x2000 Dragon
0x4000 Beast
0x80000 Beast-Warrior
0x8000 Beast-Warrior
0x10000 Dinosaur
0x20000 Fish
0x40000 Sea Serpent
......
[DataEditorX]2.2.6.0[DataEditorX]
[DataEditorX]2.2.6.1[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★文件关联
......@@ -57,6 +57,9 @@ Ctrl+鼠标左键 跳转到函数定义
Ctrl+鼠标滑轮 缩放文字
★更新历史
2.2.6.1
修复english的race的兽战士
导出MSE存档,添加反转/filp
2.2.6.0
文件历史记录的顺序,从上到下。
导出MSE存档,支持设置每个存档的最大卡片数量
......
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment