From ab54b33e5ba43440c83bcd405fadad835a9e6450 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 5 Jun 2016 16:50:29 +0200 Subject: Menu visuals --- portraits.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'portraits.lua') diff --git a/portraits.lua b/portraits.lua index 1f79e9e..2df9837 100644 --- a/portraits.lua +++ b/portraits.lua @@ -118,5 +118,8 @@ return { ix = { normal = love.graphics.newQuad(265,133,32,32,w,h), active = love.graphics.newQuad(265,166,32,32,w,h) - } + }, + -- ARROWS + arrow_left = love.graphics.newQuad(298,1,4,6,w,h), + arrow_right = love.graphics.newQuad(303,1,4,6,w,h) } \ No newline at end of file -- cgit v1.1