From b29adf54e26d16ec7f78e9dd865bc1ce807d3f14 Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 22 Sep 2017 18:04:52 +0200 Subject: Removed obsolete attempts to load portraits atlas --- not/Hero.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'not') diff --git a/not/Hero.lua b/not/Hero.lua index 30092bc..fc5d840 100644 --- a/not/Hero.lua +++ b/not/Hero.lua @@ -57,7 +57,6 @@ end -- TODO: This is temporarily called by constructor. function Hero.load () if Hero.IMAGE_PORTRAITS == nil then - Hero.IMAGE_PORTRAITS = love.graphics.newImage("assets/portraits.png") Hero.IMAGE_FRAME = love.graphics.newImage("assets/menu.png") end end -- cgit v1.1