X Tutup
Skip to content

Commit 55e1b2a

Browse files
committed
Update minified code, export to bin, html, bbs carts
1 parent 4667ab6 commit 55e1b2a

File tree

15 files changed

+222
-219
lines changed

15 files changed

+222
-219
lines changed

buildcommands.txt

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
--minify
22
py /e/Programs/shrinko8/shrinko8.py -m --no-minify-rename --no-minify-tokens intoruins_main.p8 minified/intoruins_main.p8
33

4+
--bin export
5+
export -i 81 -c 15 intoruins.bin minified/intoruins_main.p8
6+
47
--html export
8+
--(capture label image with f7)
59
export -f intoruins.html minified/intoruins_main.p8
10+
--(open html and edit background-color to #000)
11+
--(replace files in zip with the new ones)
612

7-
--bin export
8-
export -i 81 -c 15 intoruins.bin minified/intoruins_main.p8
13+
--BBS cart export
14+
save carts/intoruins.png
15+
--(add "#" to load call for BBS support)
16+
load minified/intoruins_main
17+
--(capture label image with f7)
18+
save carts/intoruins_main.png
19+
--(add "#" to load call for BBS support)

carts/intoruins.p8.png

-53 Bytes
Loading

carts/intoruins_main.p8.png

-3.72 KB
Loading
0 Bytes
Binary file not shown.

intoruins.bin/intoruins_linux.zip

59 Bytes
Binary file not shown.

intoruins.bin/intoruins_osx.zip

59 Bytes
Binary file not shown.

intoruins.bin/intoruins_raspi.zip

59 Bytes
Binary file not shown.
59 Bytes
Binary file not shown.

intoruins.bin/linux/data.pod

0 Bytes
Binary file not shown.

intoruins.bin/raspi/data.pod

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)
X Tutup