summaryrefslogtreecommitdiff
path: root/src/flooritem.h
AgeCommit message (Collapse)AuthorFilesLines
2009-08-13Clean up Being and it's derivativesJared Adams1-4/+2
Move stuff only needed for Players into Player (like slots and sprite limits). Move name handling into Being (no need for three copies of this code). Clean up terminology (including Map terminology). Remove hair-related variables.
2009-05-10Fixed the problem with items disappearing beneath the roadBjørn Lindeijer1-8/+11
Increased their pixel y coordinate by half a tile, to make them draw between the fringe and the beings.
2009-04-29Removed underscores from some non-conforming filenamesBjørn Lindeijer1-0/+104
We don't use underscores in the filenames generally, and let's be consistent on that matter.