- New cursor
authorunc0rr
Sun, 29 Oct 2006 10:40:51 +0000
changeset 216 8d75c9ec9a78
parent 215 a0774085e20b
child 217 d2a47da0e9e6
- New cursor - Better-looking preview gradient
QTfrontend/mapContainer.cpp
share/hedgewars/Data/Graphics/Arrow.png
--- a/QTfrontend/mapContainer.cpp	Sat Oct 28 17:10:48 2006 +0000
+++ b/QTfrontend/mapContainer.cpp	Sun Oct 29 10:40:51 2006 +0000
@@ -49,8 +49,8 @@
   px.setMask(bm);
 
   QLinearGradient linearGrad(QPoint(128, 0), QPoint(128, 128));
-  linearGrad.setColorAt(0, QColor(0, 0, 192));
-  linearGrad.setColorAt(1, QColor(0, 0, 64));
+  linearGrad.setColorAt(1, QColor(0, 0, 192));
+  linearGrad.setColorAt(0, QColor(66, 115, 225));
   p.fillRect(QRect(0, 0, 256, 128), linearGrad);
   p.drawPixmap(QPoint(0, 0), px);
 
Binary file share/hedgewars/Data/Graphics/Arrow.png has changed