From 1cf5a427a829b22abea7027b18a130a01da3ed6a Mon Sep 17 00:00:00 2001 From: Samu Laaksonen Date: Fri, 28 Sep 2012 22:36:58 +0300 Subject: Rename commit Renamed some files according the project name Added base directory structure for resources Changed more fitting parallax scrolled background to menus - added 3 new layers as resources Changed more cheerful buttons to menus Added base classes to build HUD later on Added one new test level that is size of 800*480 with tilesize of 32*32 --- src/GraphicsPixmapObject.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/GraphicsPixmapObject.h') diff --git a/src/GraphicsPixmapObject.h b/src/GraphicsPixmapObject.h index 4ca8005..b128cf3 100644 --- a/src/GraphicsPixmapObject.h +++ b/src/GraphicsPixmapObject.h @@ -14,8 +14,8 @@ class GraphicsPixmapObject : public QObject, public QGraphicsPixmapItem { Q_OBJECT - Q_PROPERTY(qreal opacity READ opacity WRITE setOpacity); - Q_PROPERTY(QPointF pos READ pos WRITE setPos); + Q_PROPERTY(qreal opacity READ opacity WRITE setOpacity) + Q_PROPERTY(QPointF pos READ pos WRITE setPos) public: explicit GraphicsPixmapObject(const QPixmap &pixmap, -- cgit v1.2.3