Skip to content

Commit 5a0d34e

Browse files
committed
Added better explanation for fast building / fast map click
1 parent bb69ff1 commit 5a0d34e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ The game options are as follows:
4949
```
5050
MessagesImportant = Bit 0 -> 1 // This is always set as these messages will always be notified.
5151
InvertScrolling = Bit 1 -> 2 // Map scrolling is inverted
52-
FastBuilding = Bit 2 -> 4 // Fast building
52+
FastBuilding = Bit 2 -> 4 // Fast building (second left clicks on flags or free spots starts building roads, flags or buildings)
5353
MessagesAll = Bit 3 -> 8 // Alert on all notifications
5454
MessagesMost = Bit 4 -> 16 // Alert on most notifications
5555
MessagesFew = Bit 5 -> 32 // Alert on only a few notifications
5656
PathwayScrolling = Bit 6 -> 64 // Scrolls the map while building roads
57-
FastMapClick = Bit 7 -> 128 // Fast map click
57+
FastMapClick = Bit 7 -> 128 // Fast map click (double right click opens/closes the map)
5858
HideCursorWhileScrolling = Bit 8 -> 256 // Hide cursor while scrolling the map
5959
ResetCursorAfterScrolling = Bit 9 -> 512 // After map scrolling ends, place the cursor at the center of the screen
6060
```

0 commit comments

Comments
 (0)