mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-04-18 06:56:03 -04:00
Improved make_bitmap tool
This commit is contained in:
parent
288f6bd517
commit
d3bcf2072b
File diff suppressed because it is too large
Load Diff
@ -98,7 +98,7 @@ f.write("/*\n"
|
||||
"#include \"ui.hpp\"\n\n"
|
||||
"namespace ui {\n\n")
|
||||
|
||||
for file in listdir(graphics_path):
|
||||
for file in sorted(listdir(graphics_path)):
|
||||
if file.endswith(".png") and path.isfile(graphics_path + file):
|
||||
convert_png(graphics_path + file)
|
||||
count += 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user