comparison 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
comparison
equal deleted inserted replaced
24:ca8b9588bb48 25:aa3d837024a3
122 CursorDown = cursor_down.png 122 CursorDown = cursor_down.png
123 123
124 # File to use for left cursor (filename) 124 # File to use for left cursor (filename)
125 CursorLeft = cursor_left.png 125 CursorLeft = cursor_left.png
126 126
127 # how many pixles to move the camera per time frame (digit)
128 ScrollSpeed = 1.0
129
127 # Player walk speed (digit) 130 # Player walk speed (digit)
128 PCSpeed = 3 131 PCSpeed = 3