From 9fc3118dc02ec31d7e750f37440dcfe0b5a62155 Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 21 May 2016 15:43:09 +0200 Subject: Added ayla --- portraits.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'portraits.lua') 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 -- cgit v1.1