mirror of
https://github.com/He4eT/DotDashPit.git
synced 2026-05-04 17:37:23 +00:00
cover: store as the code only
This commit is contained in:
parent
58a95dcf8e
commit
f1c18c27ac
3 changed files with 68 additions and 64 deletions
12
Makefile
12
Makefile
|
|
@ -25,13 +25,17 @@ export_png:
|
|||
${tic_cli} \
|
||||
'load ${game_src} & save ${build_dir}/${game_name}.png & exit'
|
||||
|
||||
import_cover:
|
||||
${tic_cli} \
|
||||
'load ${game_src} & import screen ${cover_src} & exit'
|
||||
|
||||
release:
|
||||
@make cleanup
|
||||
@make export_tic
|
||||
@make export_png
|
||||
|
||||
export_cover:
|
||||
${tic_cli} \
|
||||
'load ${game_src} & export screen ${cover_src} & exit'
|
||||
|
||||
import_cover:
|
||||
${tic_cli} \
|
||||
'load ${game_src} & import screen ${cover_src} & exit'
|
||||
|
||||
# vim: set ts=4 sw=4 autoindent noexpandtab:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue