--- 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