Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
YT-Toaster authored Nov 5, 2023
1 parent b9f9f74 commit 9531fbe
Show file tree
Hide file tree
Showing 7 changed files with 151 additions and 0 deletions.
Binary file added MC3DS-CE.exe
Binary file not shown.
45 changes: 45 additions & 0 deletions MC3DS-CE.spec
Original file line number Diff line number Diff line change
@@ -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'],
)
56 changes: 56 additions & 0 deletions colors_dummy.txt
Original file line number Diff line number Diff line change
@@ -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
26 changes: 26 additions & 0 deletions colors_gingerbread.txt
Original file line number Diff line number Diff line change
@@ -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
24 changes: 24 additions & 0 deletions colors_main_gingerbread_test.txt
Original file line number Diff line number Diff line change
@@ -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
Binary file added pack.ico
Binary file not shown.
Binary file added pack_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9531fbe

Please sign in to comment.