From 3dbc724f46dae8f3453d5848b2274280ab3b32ca Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 6 Dec 2016 15:29:50 +0100 Subject: + and - are not restricted to numpad --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 3cfc99f..c7ceed0 100644 --- a/init.lua +++ b/init.lua @@ -122,8 +122,8 @@ Server interaction: Technical: • R: Toggle far view (disables all fog and allows viewing far away, can make game very slow) -• + (numpad): Increase minimal viewing distance -• - (numpad): Decrease minimal viewing distance +• +: Increase minimal viewing distance +• -: Decrease minimal viewing distance • F3: Enable/disable fog • F5: Enable/disable debug screen which also shows your coordinates • F6: Only useful for developers. Enables/disables profiler -- cgit v1.2.3