Commit ca62960a authored by nanahira's avatar nanahira

version and include all pic files

parent 8458b888
......@@ -63,3 +63,4 @@ commamd.shell
/URLUtility.o
/ygopro2-data/cdb
/ygopro2-data/deck
/ygopro2-data/picture
......@@ -23,13 +23,16 @@ get_data:
paths:
- ygopro2-data/cdb
- ygopro2-data/deck
- ygopro2-data/picture
script:
- mkdir -p ygopro2-data/cdb
- wget -O ygopro2-data/cdb/cards.cdb https://cdn01.moecube.com/koishipro/ygopro-database/zh-CN/cards.cdb
- wget -O ygopro2-data/cdb/lflist.conf https://cdn01.moecube.com/koishipro/ygopro-database/zh-CN/lflist.conf
- wget -O ygopro2-data/cdb/strings.conf https://cdn01.moecube.com/koishipro/ygopro-database/zh-CN/strings.conf
- mkdir -p ygopro2-data/cdb ygopro2-data/picture
- wget -O ygopro2-data/cdb/cards.cdb https://cdn02.moecube.com:444/koishipro/ygopro-database/zh-CN/cards.cdb
- wget -O ygopro2-data/cdb/lflist.conf https://cdn02.moecube.com:444/koishipro/ygopro-database/zh-CN/lflist.conf
- wget -O ygopro2-data/cdb/strings.conf https://cdn02.moecube.com:444/koishipro/ygopro-database/zh-CN/strings.conf
- git clone --depth=1 https://code.mycard.moe/mycard/ygopro-starter-pack
- mv ygopro-starter-pack/deck ygopro2-data/
- wget -O images.zip https://cdn02.moecube.com:444/images/ygopro-images-zh-CN.zip
- 7z x -y -oygopro2-data/picture/card images.zip
make_data_archive:
stage: prepare2
......
......@@ -339,7 +339,7 @@ public class Program : MonoBehaviour
#elif UNITY_IPHONE //iPhone
string GamePaths = Application.persistentDataPath + "/ygopro2/";
if (!File.Exists(GamePaths + "updates/version-1.035.3-Libitina.txt"))
if (!File.Exists(GamePaths + "updates/version-1.035.3-Choromia.txt"))
{
string filePath = Application.streamingAssetsPath + "/ygopro2-data.zip";
ExtractZipFile(System.IO.File.ReadAllBytes(filePath), GamePaths);
......@@ -1119,7 +1119,7 @@ public class Program : MonoBehaviour
string FPS = m_FPS.ToString();
try { FPS = FPS.Substring(0, 5); } catch{}
GUI.Label(new Rect(10, 5, 200, 200), "[Ver 1.035.3-Libitina] " + "FPS: " + FPS);
GUI.Label(new Rect(10, 5, 200, 200), "[Ver 1.035.3-Choromia] " + "FPS: " + FPS);
}
void Update()
......
......@@ -1417,7 +1417,7 @@ MonoBehaviour:
keepCrispWhenShrunk: 1
mTrueTypeFont: {fileID: 12800000, guid: f775853fdfd14bb47934543e95c3bae3, type: 3}
mFont: {fileID: 0}
mText: KoishiPro2 iOS 1.035.3-Libitina
mText: KoishiPro2 iOS 1.035.3-Choromia
mFontSize: 18
mFontStyle: 0
mAlignment: 1
......
......@@ -123,7 +123,7 @@ PlayerSettings:
16:10: 1
16:9: 1
Others: 1
bundleVersion: 1.035.3-Libitina
bundleVersion: 1.035.3-Choromia
preloadedAssets: []
metroInputSource: 0
m_HolographicPauseOnTrackingLoss: 1
......
KoishiPro2 iOS Version 1.035.3-Chronomia
KoishiPro2 iOS Version 1.035.3-Libitina
KoishiPro2 iOS Version 1.035.3-Chronomia
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