Mercurial > parpg-core
diff parpg.cfg.in @ 25:aa3d837024a3
Scrolling by keyboard is now possible.
* Patch by DomtronVox.
* Added scrolling with the arrow keys.
* Added a slider bar in the settings menu to allow players to set the scrolling speed.
* Fixed an error that occurred when the ok button in settings was pressed.
* There is some kind of focus issue where opening the settings menu in-game causes scrolling to be disabled. Workaround is to change the scroll speed setting whenever you open the settings menu.
author | DomtronVox |
---|---|
date | Fri, 17 Jun 2011 14:49:48 -1000 |
parents | 2e2d6d9009a3 |
children | 9d9c4ccc081e |
line wrap: on
line diff
--- a/parpg.cfg.in Thu Jun 16 15:14:10 2011 -1000 +++ b/parpg.cfg.in Fri Jun 17 14:49:48 2011 -1000 @@ -124,5 +124,8 @@ # File to use for left cursor (filename) CursorLeft = cursor_left.png +# how many pixles to move the camera per time frame (digit) +ScrollSpeed = 1.0 + # Player walk speed (digit) PCSpeed = 3