diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-02-06 22:13:39 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-02-06 22:13:39 +0000 |
commit | 87b7dec3f5978893d897e1d61ddaf0e793a33b05 (patch) | |
tree | 4c96f6b1f6e164bc80b9db511a7314564d90a3fb /docs/items.txt | |
parent | 819c303db467086d714ad663b285b44cde6329cf (diff) | |
download | mana-87b7dec3f5978893d897e1d61ddaf0e793a33b05.tar.gz mana-87b7dec3f5978893d897e1d61ddaf0e793a33b05.tar.bz2 mana-87b7dec3f5978893d897e1d61ddaf0e793a33b05.tar.xz mana-87b7dec3f5978893d897e1d61ddaf0e793a33b05.zip |
Added setSize function to Map.
Diffstat (limited to 'docs/items.txt')
-rw-r--r-- | docs/items.txt | 6 |
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. |