Version 2.2 - retro layout + bug fixes

This commit is contained in:
OTCv8
2020-03-31 21:34:09 +02:00
parent 1df9b82846
commit 6b39f061ae
189 changed files with 3384 additions and 4603 deletions

View File

@@ -15,11 +15,11 @@ function load()
local datPath, sprPath
if things["data"] ~= nil and things["sprites"] ~= nil then
datPath = '/data/things/' .. things["data"]
datPath = '/things/' .. things["data"]
if G.hdSprites and things["sprites_hd"] then
sprPath = '/data/things/' .. things["sprites_hd"]
sprPath = '/things/' .. things["sprites_hd"]
else
sprPath = '/data/things/' .. things["sprites"]
sprPath = '/things/' .. things["sprites"]
end
else
if filename then