From 02e9c62463591d48a61cd1ff2fb0c798cd046168 Mon Sep 17 00:00:00 2001 From: MilkingChicken Date: Sun, 22 Jan 2017 01:32:44 +1000 Subject: Random added to spritesheet. (#26) * Added `random` to list * Added `random` to portraits spritesheet --- nautsicons.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nautsicons.lua') diff --git a/nautsicons.lua b/nautsicons.lua index e35fa61..6c09a8f 100644 --- a/nautsicons.lua +++ b/nautsicons.lua @@ -1,6 +1,6 @@ -- Spritesheet for character portraits local nauts = require "nautslist" -local w, h = 980, 27 +local w, h = 1008, 27 local icons = {} local i = 0 @@ -8,4 +8,4 @@ for _,naut in pairs(nauts) do icons[naut] = love.graphics.newQuad(i*28, 0, 28, 27, w, h) i = i + 1 end -return icons \ No newline at end of file +return icons -- cgit v1.1