summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-02-06 22:13:39 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-02-06 22:13:39 +0000
commit87b7dec3f5978893d897e1d61ddaf0e793a33b05 (patch)
tree4c96f6b1f6e164bc80b9db511a7314564d90a3fb /docs
parent819c303db467086d714ad663b285b44cde6329cf (diff)
downloadmana-client-87b7dec3f5978893d897e1d61ddaf0e793a33b05.tar.gz
mana-client-87b7dec3f5978893d897e1d61ddaf0e793a33b05.tar.bz2
mana-client-87b7dec3f5978893d897e1d61ddaf0e793a33b05.tar.xz
mana-client-87b7dec3f5978893d897e1d61ddaf0e793a33b05.zip
Added setSize function to Map.
Diffstat (limited to 'docs')
-rw-r--r--docs/items.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/items.txt b/docs/items.txt
index 3ebccb1f..beaa2ab1 100644
--- a/docs/items.txt
+++ b/docs/items.txt
@@ -31,5 +31,7 @@ of items. An item can have the following properties:
Every being will have a variable number of slots to equip items. For a player
we will have 6 slots: head, upper body, lower body, feet, left hand, right
hand.
-To equip an item you should go to the inventory, select the desired item and push the "Equip"
-button. To uneqip, push the "Unequip" button in the equipment window. Unequipped items should automatically go back in the inventory. \ No newline at end of file
+
+To equip an item you should go to the inventory, select the desired item and
+push the "Equip" button. To unequip, push the "Unequip" button in the equipment
+window. Unequipped items should automatically go back in the inventory.