summaryrefslogtreecommitdiffhomepage
path: root/portraits.lua
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2016-05-21 15:43:09 +0200
committerAki <nthirtyone@gmail.com>2016-05-21 15:43:09 +0200
commit9fc3118dc02ec31d7e750f37440dcfe0b5a62155 (patch)
treebdb82e6b0f51431db8af0ca04c3eef6557662c04 /portraits.lua
parent404c2a1cf2183d8e19f8e26f6c2197e45a0dc92c (diff)
downloadroflnauts-9fc3118dc02ec31d7e750f37440dcfe0b5a62155.zip
roflnauts-9fc3118dc02ec31d7e750f37440dcfe0b5a62155.tar.gz
roflnauts-9fc3118dc02ec31d7e750f37440dcfe0b5a62155.tar.bz2
Added ayla
Diffstat (limited to 'portraits.lua')
-rw-r--r--portraits.lua4
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