Put GamePrefs and UserPrefs into Save.
This commit is contained in:
@@ -31,8 +31,7 @@ ThemeInfo is documented at http://kki.ajworld.net/wiki/ThemeInfo.lua
|
|||||||
|
|
||||||
After that's set up, read the docs.
|
After that's set up, read the docs.
|
||||||
]]
|
]]
|
||||||
-- xxx: DON'T USE DATA!!
|
local PrefPath = "Save/GamePrefs/"
|
||||||
local PrefPath = "Data/GamePrefs/"
|
|
||||||
|
|
||||||
--[[ begin internal stuff; no need to edit below this line. ]]
|
--[[ begin internal stuff; no need to edit below this line. ]]
|
||||||
|
|
||||||
|
|||||||
@@ -31,8 +31,7 @@ ThemeInfo is documented at http://kki.ajworld.net/wiki/ThemeInfo.lua
|
|||||||
|
|
||||||
After that's set up, read the docs.
|
After that's set up, read the docs.
|
||||||
]]
|
]]
|
||||||
-- xxx: DON'T WRITE TO DATA!
|
local PrefPath = "Save/UserPrefs/".. THEME:GetThemeDisplayName() .."/"
|
||||||
local PrefPath = "Data/UserPrefs/".. THEME:GetThemeDisplayName() .."/"
|
|
||||||
|
|
||||||
--[[ begin internal stuff; no need to edit below this line. ]]
|
--[[ begin internal stuff; no need to edit below this line. ]]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user