- Unicode support for team and hedgehogs names
- Clouds move in vertical direction also
- Many fixes to hedgehog physics
- Support for different images in 16 and 32 bit screen resolution
- Fixed bots behavior after attack
- Fixed camera behavior right after the game start
#ifndef _VERT_SCROLL_AREA_INCLUDED
#define _VERT_SCROLL_AREA_INCLUDED
#include <QScrollArea>
class VertScrArea : public QScrollArea
{
Q_OBJECT
public:
VertScrArea(QColor frameColor, QWidget * parent = 0);
protected:
virtual void resizeEvent(QResizeEvent * event);
};
#endif // _VERT_SCROLL_AREA_INCLUDED