sokoban.love/0098-on.save_settings

8 lines
202 B
Plaintext
Raw Permalink Normal View History

2023-11-21 20:11:26 +00:00
on.save_settings = function()
return {
font_height = Font_height,
foreground_color = Foreground_color,
background_color = Background_color,
loaded_filenames = filenames_from_all_panes(),
2023-11-21 20:11:26 +00:00
}
end