summaryrefslogtreecommitdiffhomepage
path: root/not
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2017-09-22 18:04:52 +0200
committerAki <nthirtyone@gmail.com>2017-09-22 18:04:52 +0200
commitb29adf54e26d16ec7f78e9dd865bc1ce807d3f14 (patch)
tree3a5f5f5bb8b7ecab1165e59c80ae3a9f70b4f579 /not
parent70cd74d62d0f6d1c389a3a3ef333acb578713727 (diff)
downloadroflnauts-b29adf54e26d16ec7f78e9dd865bc1ce807d3f14.zip
roflnauts-b29adf54e26d16ec7f78e9dd865bc1ce807d3f14.tar.gz
roflnauts-b29adf54e26d16ec7f78e9dd865bc1ce807d3f14.tar.bz2
Removed obsolete attempts to load portraits atlas
Diffstat (limited to 'not')
-rw-r--r--not/Hero.lua1
1 files changed, 0 insertions, 1 deletions
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