Skip to content
Snippets Groups Projects
Commit 8eb3b301 authored by dg's avatar dg
Browse files

Always-center on player is set by default for new players

git-svn-id: http://svn.net-core.org/repos/t-engine4@4824 51575b47-30f0-44d4-a5cc-537603b46e54
parent 6213390e
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ if not config.settings.tome.fonts then config.settings.tome.fonts = {type="fanta
if not config.settings.tome.ui_theme2 then config.settings.tome.ui_theme2 = "metal" end
if not config.settings.tome.log_lines then config.settings.tome.log_lines = 5 end
if not config.settings.tome.log_fade then config.settings.tome.log_fade = 3 end
if not config.settings.tome.scroll_dist then config.settings.tome.scroll_dist = 8 end
if not config.settings.tome.scroll_dist then config.settings.tome.scroll_dist = 20 end
if not config.settings.tome.hotkey_icons_rows then config.settings.tome.hotkey_icons_rows = 1 end
if not config.settings.tome.hotkey_icons_size then config.settings.tome.hotkey_icons_size = 48 end
Map.smooth_scroll = config.settings.tome.smooth_move
......
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