Skip to content

Commit

Permalink
adding more crops to the /things
Browse files Browse the repository at this point in the history
  • Loading branch information
silveira committed Oct 5, 2014
1 parent 4b29c00 commit 9eb8d26
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions Makefile
Expand Up @@ -11,9 +11,30 @@ things_dir:
${mkdir things}

refrigerator:
convert open_tileset.png -crop 31x61+0+97 things/refrigerator.png
convert open_tileset.png -crop 31x61+0+97 things/$@.png

stove:
convert open_tileset.png -crop 31x44+32+113 things/stove.png
convert open_tileset.png -crop 31x44+32+113 things/$@.png

things: refrigerator stove
kitchen_table:
convert open_tileset.png -crop 63x39+64+118 things/$@.png

sink_cabinet:
convert open_tileset.png -crop 63x49+128+110 things/$@.png

radio:
convert open_tileset.png -crop 32x48+192+109 things/$@.png

shelf_full:
convert open_tileset.png -crop 64x62+224+98 things/$@.png

shelf_empty:
convert open_tileset.png -crop 64x62+288+98 things/$@.png

tv:
convert open_tileset.png -crop 31x42+352+118 things/$@.png

vending_machine:
convert open_tileset.png -crop 31x60+0+162 things/$@.png

things: refrigerator stove kitchen_table sink_cabinet radio shelf_full shelf_empty tv vending_machine
Binary file added things/kitchen_table.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added things/radio.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added things/shelf_empty.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added things/shelf_full.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added things/sink_cabinet.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added things/tv.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added things/vending_machine.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9eb8d26

Please sign in to comment.