summaryrefslogtreecommitdiff
path: root/src/resources/cursor.h
AgeCommit message (Collapse)AuthorFilesLines
2012-10-30Add unused warnings to other files.Andrei Karas1-1/+3
2012-10-25Add support for different hover/pickup cursors for monsters, npc, items, etc.Andrei Karas1-0/+60
In monsters.xml new monster attribute: hoverCursor - default value "attack". In npcs.xml new npc attribute: hoverCursor - default value "talk". In items.xml new item attribute: pickupCursor - default value "pickup". Warps using "up" cursor for now.