home · contact · privacy
Client: Fix wrong keybinding info.
[plomrogue] / client / config / world_data.py
index 352d1a9f9b9de2e6123da3665b3be1994c2c097c..20f073341ebbdd006c8aaf31a52f5cf7cc7cc14a 100644 (file)
@@ -1,3 +1,8 @@
+# This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3
+# or any later version. For details on its copyright, license, and warranties,
+# see the file NOTICE in the root directory of the PlomRogue source package.
+
+
 world_data = {
     "avatar_position": [-1, -1],
     "fov_map": "",
@@ -11,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'. "