Skip to content
Snippets Groups Projects
Commit 8e48c691 authored by DarkGod's avatar DarkGod
Browse files

mooar

parent 6aca818f
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 0 deletions
......@@ -186,6 +186,7 @@ function _M:generateList()
-- so always store the position requests, not the actual positions.
local zone = Textzone.new{width=self.c_desc.w, height=self.c_desc.h, text="Request a specific origin point for the game window.\nThis point corresponds to where the upper left corner of the window will be located.\nUseful when dealing with multiple monitors and borderless windows.\n\nThe default origin is (0,0).\n\nNote: This value will automatically revert after ten seconds if not confirmed by the user.#WHITE#"}
list[#list+1] = { zone=zone, name=string.toTString"#GOLD##{bold}#Requested Window Position#WHITE##{normal}#", status=function(item)
config.settings.window.pos = config.settings.window.pos or {x=0, y=0}
local curX, curY = config.settings.window.pos.x, config.settings.window.pos.y
return table.concat({"(", curX, ",", curY, ")"})
end, fct=function(item)
......
game/modules/tome/data/gfx/achievements/exploration_fylish_island.png

40.4 KiB

game/modules/tome/data/gfx/achievements/fylish_island.png

41.2 KiB

game/modules/tome/data/gfx/achievements/insane_adventure_fylish_island.png

40.5 KiB

game/modules/tome/data/gfx/achievements/insane_fylish_island.png

42.2 KiB

game/modules/tome/data/gfx/achievements/madness_adventure_fylish_island.png

40.5 KiB

game/modules/tome/data/gfx/achievements/madness_fylish_island.png

41.2 KiB

game/modules/tome/data/gfx/achievements/nightmare_adventure_fylish_island.png

42 KiB

game/modules/tome/data/gfx/achievements/nightmare_fylish_island.png

42.6 KiB

game/modules/tome/data/gfx/achievements/normal_roguelike_fylish_island.png

41.5 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment