diff options
author | Aki <nthirtyone@gmail.com> | 2016-05-22 13:12:05 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-05-22 13:12:05 +0200 |
commit | b9fd32317e2af74ab6c9fb410666c26793d4f7a6 (patch) | |
tree | 2aa58486e5ccc692ef7cdf4a8e28e18b8f209d99 | |
parent | 686f8d8f29d969d4c08ba4b96bbeb900e4b0e507 (diff) | |
download | roflnauts-b9fd32317e2af74ab6c9fb410666c26793d4f7a6.zip roflnauts-b9fd32317e2af74ab6c9fb410666c26793d4f7a6.tar.gz roflnauts-b9fd32317e2af74ab6c9fb410666c26793d4f7a6.tar.bz2 |
Complete portraits sheet
-rw-r--r-- | assets/portraits.png | bin | 29772 -> 32486 bytes | |||
-rw-r--r-- | portraits.lua | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/assets/portraits.png b/assets/portraits.png Binary files differindex 94aa73f..7fcc9cf 100644 --- a/assets/portraits.png +++ b/assets/portraits.png diff --git a/portraits.lua b/portraits.lua index f3cbda4..1f79e9e 100644 --- a/portraits.lua +++ b/portraits.lua @@ -1,7 +1,7 @@ -- Spritesheet for character portraits -- Original size: 331x199 (say what?) -- Single size: 32x32 1px border merged between -local w, h = 331, 199 +local w, h = 331, 220 return { -- EMPTY empty = { |