Emoticon DIYer Launcher
This commit is contained in:
parent
a88b1d0cd8
commit
2010f83d8a
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"repo_url": "http://192.168.0.200:3000/Faxing/GameLauncher.git",
|
||||||
|
"repo_branch": "gl_1.0.3.0",
|
||||||
|
"repo_commit": "",
|
||||||
|
"package_name": "com.emoticon.diyer.qpjgn.free.game.launcher",
|
||||||
|
"game_type": "unity_native",
|
||||||
|
"version_display_name": "1.0.0",
|
||||||
|
"version_code": 1,
|
||||||
|
"string": {
|
||||||
|
"base": {
|
||||||
|
"gl_splash_title": "Craft, fuse, share, be the Emoticon Master!",
|
||||||
|
"gl_welcome_wifi": "Create your own Emoticon with different elements!",
|
||||||
|
"gl_welcome_mag": "Merge to create new funny Emoticons!",
|
||||||
|
"s": "Save your Emoticon to your device and share"
|
||||||
|
},
|
||||||
|
"zh": {
|
||||||
|
"gl_splash_title": "描述",
|
||||||
|
"gl_welcome_wifi": "玩法1",
|
||||||
|
"gl_welcome_mag": "玩法2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1,3 @@
|
||||||
|
@echo off
|
||||||
|
python main.py --config com.emoticon.diyer.qpjgn.free.game.launcher.json
|
||||||
|
pause
|
||||||
Loading…
Reference in New Issue