diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | c90c389a8a8d9d8661e9772ec4144c5cf2039f23 (patch) | |
tree | 6d8391395bce9eaea4ad78958617edb20c6a7573 /ksnake/data/backgrounds | |
download | tdegames-c90c389a8a8d9d8661e9772ec4144c5cf2039f23.tar.gz tdegames-c90c389a8a8d9d8661e9772ec4144c5cf2039f23.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksnake/data/backgrounds')
-rw-r--r-- | ksnake/data/backgrounds/Bark.png | bin | 0 -> 29349 bytes | |||
-rw-r--r-- | ksnake/data/backgrounds/Blue_Carpet.png | bin | 0 -> 67082 bytes | |||
-rw-r--r-- | ksnake/data/backgrounds/Dark_Wood.png | bin | 0 -> 8630 bytes | |||
-rw-r--r-- | ksnake/data/backgrounds/Granite.png | bin | 0 -> 5679 bytes | |||
-rw-r--r-- | ksnake/data/backgrounds/Green_Carpet.png | bin | 0 -> 30829 bytes | |||
-rw-r--r-- | ksnake/data/backgrounds/Makefile.am | 8 | ||||
-rw-r--r-- | ksnake/data/backgrounds/Mystique.png | bin | 0 -> 6242 bytes | |||
-rw-r--r-- | ksnake/data/backgrounds/Rope_Weave.png | bin | 0 -> 9455 bytes | |||
-rw-r--r-- | ksnake/data/backgrounds/Volcanic.png | bin | 0 -> 8248 bytes | |||
-rw-r--r-- | ksnake/data/backgrounds/Wood.png | bin | 0 -> 27667 bytes |
10 files changed, 8 insertions, 0 deletions
diff --git a/ksnake/data/backgrounds/Bark.png b/ksnake/data/backgrounds/Bark.png Binary files differnew file mode 100644 index 00000000..68180cdd --- /dev/null +++ b/ksnake/data/backgrounds/Bark.png diff --git a/ksnake/data/backgrounds/Blue_Carpet.png b/ksnake/data/backgrounds/Blue_Carpet.png Binary files differnew file mode 100644 index 00000000..92c8c8f2 --- /dev/null +++ b/ksnake/data/backgrounds/Blue_Carpet.png diff --git a/ksnake/data/backgrounds/Dark_Wood.png b/ksnake/data/backgrounds/Dark_Wood.png Binary files differnew file mode 100644 index 00000000..9767ec63 --- /dev/null +++ b/ksnake/data/backgrounds/Dark_Wood.png diff --git a/ksnake/data/backgrounds/Granite.png b/ksnake/data/backgrounds/Granite.png Binary files differnew file mode 100644 index 00000000..2dc1c2a9 --- /dev/null +++ b/ksnake/data/backgrounds/Granite.png diff --git a/ksnake/data/backgrounds/Green_Carpet.png b/ksnake/data/backgrounds/Green_Carpet.png Binary files differnew file mode 100644 index 00000000..ba18e54c --- /dev/null +++ b/ksnake/data/backgrounds/Green_Carpet.png diff --git a/ksnake/data/backgrounds/Makefile.am b/ksnake/data/backgrounds/Makefile.am new file mode 100644 index 00000000..597ab5a8 --- /dev/null +++ b/ksnake/data/backgrounds/Makefile.am @@ -0,0 +1,8 @@ + +bgdir = $(kde_datadir)/ksnake/backgrounds + +bg_DATA = Bark.png Blue_Carpet.png Dark_Wood.png Granite.png \ + Green_Carpet.png Mystique.png Rope_Weave.png Volcanic.png \ + Wood.png + +EXTRA_DIST = $(bg_DATA) diff --git a/ksnake/data/backgrounds/Mystique.png b/ksnake/data/backgrounds/Mystique.png Binary files differnew file mode 100644 index 00000000..92f59620 --- /dev/null +++ b/ksnake/data/backgrounds/Mystique.png diff --git a/ksnake/data/backgrounds/Rope_Weave.png b/ksnake/data/backgrounds/Rope_Weave.png Binary files differnew file mode 100644 index 00000000..70903bbc --- /dev/null +++ b/ksnake/data/backgrounds/Rope_Weave.png diff --git a/ksnake/data/backgrounds/Volcanic.png b/ksnake/data/backgrounds/Volcanic.png Binary files differnew file mode 100644 index 00000000..90d185fc --- /dev/null +++ b/ksnake/data/backgrounds/Volcanic.png diff --git a/ksnake/data/backgrounds/Wood.png b/ksnake/data/backgrounds/Wood.png Binary files differnew file mode 100644 index 00000000..c317f8df --- /dev/null +++ b/ksnake/data/backgrounds/Wood.png |