diff --git a/MC3DS-CE.exe b/MC3DS-CE.exe new file mode 100644 index 0000000..b969114 Binary files /dev/null and b/MC3DS-CE.exe differ diff --git a/MC3DS-CE.spec b/MC3DS-CE.spec new file mode 100644 index 0000000..afa77fb --- /dev/null +++ b/MC3DS-CE.spec @@ -0,0 +1,45 @@ +# -*- mode: python ; coding: utf-8 -*- + + +block_cipher = None + + +a = Analysis( + ['MC3DS-CE.py'], + pathex=[], + binaries=[], + datas=[], + hiddenimports=[], + hookspath=[], + hooksconfig={}, + runtime_hooks=[], + excludes=['numpy', 'opencv', 'cv2'], + win_no_prefer_redirects=False, + win_private_assemblies=False, + cipher=block_cipher, + noarchive=False, +) +pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher) + +exe = EXE( + pyz, + a.scripts, + a.binaries, + a.zipfiles, + a.datas, + [], + name='MC3DS-CE', + debug=False, + bootloader_ignore_signals=False, + strip=True, + upx=True, + upx_exclude=[], + runtime_tmpdir=None, + console=True, + disable_windowed_traceback=False, + argv_emulation=False, + target_arch=None, + codesign_identity=None, + entitlements_file=None, + icon=['pack.ico'], +) diff --git a/colors_dummy.txt b/colors_dummy.txt new file mode 100644 index 0000000..e255a21 --- /dev/null +++ b/colors_dummy.txt @@ -0,0 +1,56 @@ +#8181FF +#8989FF +#8787FF +#9191FF +#8F8FFF +#8686FF +#8D8DFF +#8383FF +#8A8AFF +#8888FF +#7B7BFF +#7979FF +#8080FF +#A7A7FF +#B2B2FF +#BFBFFF +#7373FF +#6F6FFF +#7575FF +#6868FF +#6D6DFF +#6565FF +#6969FF +#000000 +#7676FF +#AFAFFF +#BABAFF +#AAAAFF +#B4B4FF +#A6A6FF +#6B6BFF +#6060FF +#8585FF +#9B9BFF +#9292FF +#7474FF +#7A7AFF +#8C8CFF +#7E7EFF +#7C7CFF +#7F7FFF +#7777FF +#6767FF +#6C6CFF +#6A6AFF +#6262FF +#6464FF +#8484FF +#91910D +#B3B3FF +#B9B9FF +#9C9CFF +#A1A1FF +#6E6EFF +#7070FF +#6666FF diff --git a/colors_gingerbread.txt b/colors_gingerbread.txt new file mode 100644 index 0000000..725aff7 --- /dev/null +++ b/colors_gingerbread.txt @@ -0,0 +1,26 @@ +#000000 +#0010FF +#5A10FF +#4810FF +#9010FF +#7010FF +#0110FF +#7110FF +#A610FF +#B410FF +#B510FF +#A710FF +#5B10FF +#9110FF +#4010FF +#4110FF +#4710FF +#4610FF +#3710FF +#2F10FF +#3610FF +#3810FF +#0000FF +#9710FF +#FF10FF +#FFFFFF diff --git a/colors_main_gingerbread_test.txt b/colors_main_gingerbread_test.txt new file mode 100644 index 0000000..5f67124 --- /dev/null +++ b/colors_main_gingerbread_test.txt @@ -0,0 +1,24 @@ +#000000 +#0010FF +#5A10FF +#4810FF +#9010FF +#7010FF +#0110FF +#7110FF +#A610FF +#B410FF +#B510FF +#A710FF +#5B10FF +#9110FF +#4010FF +#4110FF +#4710FF +#4610FF +#3710FF +#2F10FF +#3610FF +#3810FF +#9710FF +#FF10FF diff --git a/pack.ico b/pack.ico new file mode 100644 index 0000000..5687c93 Binary files /dev/null and b/pack.ico differ diff --git a/pack_icon.png b/pack_icon.png new file mode 100644 index 0000000..eafc951 Binary files /dev/null and b/pack_icon.png differ