home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7455f5d
)
Client: Fix wrong keybinding info.
author
Christian Heller
<c.heller@plomlompom.de>
Sat, 5 Mar 2016 20:07:58 +0000
(21:07 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Sat, 5 Mar 2016 20:07:58 +0000
(21:07 +0100)
client/config/world_data.py
patch
|
blob
|
history
diff --git
a/client/config/world_data.py
b/client/config/world_data.py
index 4b60b102eec3109f74fce86524bb1473603983ab..20f073341ebbdd006c8aaf31a52f5cf7cc7cc14a 100644
(file)
--- a/
client/config/world_data.py
+++ b/
client/config/world_data.py
@@
-16,7
+16,7
@@
world_data = {
"QUICK COMMAND OVERVIEW: "
"Move through map with 'w', 'e', 's', 'd', 'x', 'c'. "
"Pick up things with 'P', drop a thing selected from the inventory with 'D' "
-"or use it with '
P
'. "
+"or use it with '
U
'. "
"Move through inventory selection with 'j' and 'k'. "
"Toggle looking around mode with 'l'. "
"Scroll 'Things here' window with 'J' and 'K'. "