- fixed vscroll a bit
[supertux.git] / src / sprite.cpp
2004-05-11 Ricardo CruzModified draw_part() in sprite class to make use of...
2004-05-11 Ricardo CruzCleanups. Basically I made sprites to care about the...
2004-05-11 Ricardo CruzFirst implementation of vertical scrolling.
2004-04-26 Ingo Ruhnke<MatzeB> -cleanup in resource management functions
2004-04-21 Ingo Ruhnke- added end-sequence code
2004-04-17 Ingo Ruhnke- added draw_part()
2004-04-17 Ingo Ruhnke- moved badguys to use sprite class
2004-04-13 Ingo Ruhnke- converted texture_type into a Surface class
2004-04-12 Ingo Ruhnke- added simple sprite class