diff options
author | Aki <nthirtyone@gmail.com> | 2016-05-21 15:43:09 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-05-21 15:43:09 +0200 |
commit | 9fc3118dc02ec31d7e750f37440dcfe0b5a62155 (patch) | |
tree | bdb82e6b0f51431db8af0ca04c3eef6557662c04 | |
parent | 404c2a1cf2183d8e19f8e26f6c2197e45a0dc92c (diff) | |
download | roflnauts-9fc3118dc02ec31d7e750f37440dcfe0b5a62155.zip roflnauts-9fc3118dc02ec31d7e750f37440dcfe0b5a62155.tar.gz roflnauts-9fc3118dc02ec31d7e750f37440dcfe0b5a62155.tar.bz2 |
Added ayla
-rw-r--r-- | portraits.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/portraits.lua b/portraits.lua index 80ffe8a..825ca48 100644 --- a/portraits.lua +++ b/portraits.lua @@ -38,5 +38,9 @@ return { clunk = { normal = love.graphics.newQuad(232, 1,32,32,w,h), active = love.graphics.newQuad(232, 34,32,32,w,h) + }, + ayla = { + normal = love.graphics.newQuad(199, 1,32,32,w,h), + active = love.graphics.newQuad(199, 34,32,32,w,h) } }
\ No newline at end of file |