some icons

This commit is contained in:
RogueMaster
2022-12-19 01:04:25 -05:00
parent 324f687a71
commit 317c7425a6
4 changed files with 2 additions and 0 deletions

View File

@@ -5,5 +5,6 @@ App(
entry_point="bad_apple_main", entry_point="bad_apple_main",
requires=["gui"], requires=["gui"],
stack_size=1 * 1024, stack_size=1 * 1024,
fap_icon="bad_apple_10px.png",
fap_category="Misc" fap_category="Misc"
) )

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -7,5 +7,6 @@ App(
requires=["gui"], requires=["gui"],
stack_size=1 * 1024, stack_size=1 * 1024,
order=20, order=20,
fap_icon="orgasmotron_10px.png",
fap_category="Misc", fap_category="Misc",
) )

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 B