summaryrefslogtreecommitdiffhomepage
path: root/not/Hero.lua
diff options
context:
space:
mode:
Diffstat (limited to 'not/Hero.lua')
-rw-r--r--not/Hero.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/not/Hero.lua b/not/Hero.lua
index a22cc2e..4150024 100644
--- a/not/Hero.lua
+++ b/not/Hero.lua
@@ -26,7 +26,7 @@ Hero = {
-- Statics
portrait_sprite = nil,
portrait_frame = nil,
- portrait_sheet = require "nautsicons",
+ portrait_sheet = getNautsIconsList(),
portrait_box = love.graphics.newQuad( 0, 15, 32,32, 80,130),
sfx = require "sounds",
}