From 84278ed41f61c586dbb38dd99c45ee33e2f58c77 Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 16 Mar 2017 19:05:50 +0100 Subject: Moved ? -> not.?; Renamed Player -> Hero --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.lua') diff --git a/main.lua b/main.lua index deff1a1..bbcf0e0 100644 --- a/main.lua +++ b/main.lua @@ -34,7 +34,7 @@ function newImage(path) end -- Require -require "world" +require "not.World" require "camera" require "menu" require "controller" -- cgit v1.1