diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-07-20 11:41:32 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-07-20 11:41:32 +0000 |
commit | ab3871e98d7fe2f69f0ab99c066f8c7040014731 (patch) | |
tree | 30b0d9b316ca702df73d43675fd240a735da9e6a /ChangeLog | |
parent | b9d581cf5f7c1439f391d3f4906308f9e40d8012 (diff) | |
download | mana-ab3871e98d7fe2f69f0ab99c066f8c7040014731.tar.gz mana-ab3871e98d7fe2f69f0ab99c066f8c7040014731.tar.bz2 mana-ab3871e98d7fe2f69f0ab99c066f8c7040014731.tar.xz mana-ab3871e98d7fe2f69f0ab99c066f8c7040014731.zip |
Fixed left bow attack animation, made the attack animation stay in sync with attack speed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ * src/tmw.rc, The Mana World.dev, tmw.cbp: Added a resource script to let both Dev-Cpp and Code::Blocks share the same binary icon and version infos. + * data/graphics/sprites/player_female_base.xml, + data/graphics/sprites/player_male_base.xml, src/animation.cpp, + src/animation.h, src/being.cpp: Fixed left bow attack animation, + made the attack animation stay in sync with attack speed. 2006-07-19 Bjørn Lindeijer <bjorn@lindeijer.nl> |