Skip to content

Commit

Permalink
Example 03: fix animation roll transparency
Browse files Browse the repository at this point in the history
  • Loading branch information
dciabrin committed May 28, 2018
1 parent b04e27b commit 443d522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/03-sprite-animation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sprites/%.gif: gfx/spr_m_traveler_%_anim.gif sprites

# prepare the sprites for 64x64, and use same palette for all sprites
sprites/all.png: $(SPRITES_IMGS)
convert -alpha off -coalesce $^ -append +repage xc:'#ff00ff[64x1024!]' -compose dstover -composite PNG8:$@
convert -coalesce $^ -append +repage xc:'#ff00ff[64x1024!]' -compose dstover -composite PNG8:$@

sprites/all.c1: sprites/all.png sprites
$(TILETOOL) --sprite -c $< -o $@ $(@:%.c1=%).c2
Expand Down

0 comments on commit 443d522

Please sign in to comment.