diff --git a/binaries/data/config/system.cfg b/binaries/data/config/system.cfg index 2e14648e98..1e3991024d 100644 --- a/binaries/data/config/system.cfg +++ b/binaries/data/config/system.cfg @@ -164,6 +164,9 @@ hotkey.contextorder.previous = RightBracket ; Cycle left through orders (conte hotkey.orbital.toggle = V ; Enable/disable ball arena. hotkey.orbital.cheat = "LeftCtrl+Backslash" ; Freeze ball. hotkey.dudemachine.random = "Ctrl+ForwardSlash" ; Create random Dude. +hotkey.water.toggle = "Q" ; Toggle water rendering +hotkey.water.raise = "A" ; Raise water plane +hotkey.water.lower = "Z" ; Lower water plane ; > OVERLAY KEYS hotkey.fps.toggle = "Shift+F" ; Toggle frame counter. @@ -203,4 +206,4 @@ hotkey.audio.toggle = "Ctrl+A" ; Enable/disable sound. ; shift+# ; add group # to selection ; ctrl+# ; save selection as group # ; alt+# (hold down) ; snap view to group # (while alt is held down) -; mouse on map edge ; scroll in this direction \ No newline at end of file +; mouse on map edge ; scroll in this direction diff --git a/binaries/data/mods/official/entities/template_entity.xml b/binaries/data/mods/official/entities/template_entity.xml index 1a0bc9a6c6..702a4e09b1 100755 --- a/binaries/data/mods/official/entities/template_entity.xml +++ b/binaries/data/mods/official/entities/template_entity.xml @@ -28,6 +28,9 @@ +