]> git.localhorst.tv Git - l2e.git/commit
added attack type selection menu in battle state
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 6 Aug 2012 14:54:35 +0000 (16:54 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 6 Aug 2012 14:54:35 +0000 (16:54 +0200)
commitc0860451b5fd681c3b3b8d985e8831276bbd917f
treef8eab9dc64f16fc7202363b68b356656458f07fe
parentc8bfdbd3b824fdd71bca1335a145aa19c42df1db
added attack type selection menu in battle state

also added a test sprite for the menu icons
executables need to be run from the project root in order for main to find the test data files
14 files changed:
Debug/objects.mk
Debug/src/battle/subdir.mk
Debug/src/sdl/subdir.mk
Release/objects.mk
Release/src/battle/subdir.mk
Release/src/sdl/subdir.mk
src/battle/AttackTypeMenu.cpp [new file with mode: 0644]
src/battle/AttackTypeMenu.h [new file with mode: 0644]
src/battle/BattleState.cpp
src/battle/BattleState.h
src/main.cpp
src/sdl/InitImage.cpp [new file with mode: 0644]
src/sdl/InitImage.h [new file with mode: 0644]
test-data/attack-type-icons.png [new file with mode: 0644]