diff --git a/game/modules/tome/load.lua b/game/modules/tome/load.lua index 1bee4bccb350d855e9a8008d3973e939f8ea065d..f7d8f365063e5380ecdc2b684e33246fd2556afa 100644 --- a/game/modules/tome/load.lua +++ b/game/modules/tome/load.lua @@ -183,6 +183,6 @@ end -- Init settings if type(config.settings.tome.autosave) == "nil" then config.settings.tome.autosave = true end if not config.settings.tome.smooth_move then config.settings.tome.smooth_move = 3 end -if not config.settings.tome.gfx then config.settings.tome.gfx = {size="32x32", tiles="shockbolt"} end +if not config.settings.tome.gfx then config.settings.tome.gfx = {size="32x32", tiles="mushroom"} end return {require "mod.class.Game", require "mod.class.World"}