summaryrefslogtreecommitdiffstats
path: root/demos/declarative
diff options
context:
space:
mode:
Diffstat (limited to 'demos/declarative')
-rw-r--r--demos/declarative/samegame/README10
-rw-r--r--demos/declarative/samegame/content/pics/background.pngbin153328 -> 313930 bytes
-rw-r--r--demos/declarative/samegame/content/pics/blueStone.pngbin2691 -> 3054 bytes
-rw-r--r--demos/declarative/samegame/content/pics/greenStone.pngbin2662 -> 2932 bytes
-rw-r--r--demos/declarative/samegame/content/pics/redStone.pngbin2604 -> 2902 bytes
-rw-r--r--demos/declarative/samegame/content/pics/yellowStone.pngbin2667 -> 3056 bytes
-rw-r--r--demos/declarative/samegame/samegame.qml1
7 files changed, 1 insertions, 10 deletions
diff --git a/demos/declarative/samegame/README b/demos/declarative/samegame/README
deleted file mode 100644
index 244b205..0000000
--- a/demos/declarative/samegame/README
+++ /dev/null
@@ -1,10 +0,0 @@
-This demo uses pictures from the KDE project (www.kde.org),
-specifically the images from the KSame game. These images are
-
-background.png
-blueStone.png
-redStone.png
-greenStone.png
-yellowStone.png
-
-and are presumably under the same GPL2 license as the rest of kdegames
diff --git a/demos/declarative/samegame/content/pics/background.png b/demos/declarative/samegame/content/pics/background.png
index 25e885f..3734a27 100644
--- a/demos/declarative/samegame/content/pics/background.png
+++ b/demos/declarative/samegame/content/pics/background.png
Binary files differ
diff --git a/demos/declarative/samegame/content/pics/blueStone.png b/demos/declarative/samegame/content/pics/blueStone.png
index bf342e0..20e43c7 100644
--- a/demos/declarative/samegame/content/pics/blueStone.png
+++ b/demos/declarative/samegame/content/pics/blueStone.png
Binary files differ
diff --git a/demos/declarative/samegame/content/pics/greenStone.png b/demos/declarative/samegame/content/pics/greenStone.png
index 5ac14a5..b568a19 100644
--- a/demos/declarative/samegame/content/pics/greenStone.png
+++ b/demos/declarative/samegame/content/pics/greenStone.png
Binary files differ
diff --git a/demos/declarative/samegame/content/pics/redStone.png b/demos/declarative/samegame/content/pics/redStone.png
index b099f60..36b09a2 100644
--- a/demos/declarative/samegame/content/pics/redStone.png
+++ b/demos/declarative/samegame/content/pics/redStone.png
Binary files differ
diff --git a/demos/declarative/samegame/content/pics/yellowStone.png b/demos/declarative/samegame/content/pics/yellowStone.png
index c56124a..b1ce762 100644
--- a/demos/declarative/samegame/content/pics/yellowStone.png
+++ b/demos/declarative/samegame/content/pics/yellowStone.png
Binary files differ
diff --git a/demos/declarative/samegame/samegame.qml b/demos/declarative/samegame/samegame.qml
index d40d644..626c76b 100644
--- a/demos/declarative/samegame/samegame.qml
+++ b/demos/declarative/samegame/samegame.qml
@@ -14,6 +14,7 @@ Rectangle {
id: background
anchors.fill: parent; source: "content/pics/background.png"
fillMode: Image.PreserveAspectCrop
+ smooth: true
}
Item {