From c90c389a8a8d9d8661e9772ec4144c5cf2039f23 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: 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 --- ksnake/data/backgrounds/Bark.png | Bin 0 -> 29349 bytes ksnake/data/backgrounds/Blue_Carpet.png | Bin 0 -> 67082 bytes ksnake/data/backgrounds/Dark_Wood.png | Bin 0 -> 8630 bytes ksnake/data/backgrounds/Granite.png | Bin 0 -> 5679 bytes ksnake/data/backgrounds/Green_Carpet.png | Bin 0 -> 30829 bytes ksnake/data/backgrounds/Makefile.am | 8 ++++++++ ksnake/data/backgrounds/Mystique.png | Bin 0 -> 6242 bytes ksnake/data/backgrounds/Rope_Weave.png | Bin 0 -> 9455 bytes ksnake/data/backgrounds/Volcanic.png | Bin 0 -> 8248 bytes ksnake/data/backgrounds/Wood.png | Bin 0 -> 27667 bytes 10 files changed, 8 insertions(+) create mode 100644 ksnake/data/backgrounds/Bark.png create mode 100644 ksnake/data/backgrounds/Blue_Carpet.png create mode 100644 ksnake/data/backgrounds/Dark_Wood.png create mode 100644 ksnake/data/backgrounds/Granite.png create mode 100644 ksnake/data/backgrounds/Green_Carpet.png create mode 100644 ksnake/data/backgrounds/Makefile.am create mode 100644 ksnake/data/backgrounds/Mystique.png create mode 100644 ksnake/data/backgrounds/Rope_Weave.png create mode 100644 ksnake/data/backgrounds/Volcanic.png create mode 100644 ksnake/data/backgrounds/Wood.png (limited to 'ksnake/data/backgrounds') diff --git a/ksnake/data/backgrounds/Bark.png b/ksnake/data/backgrounds/Bark.png new file mode 100644 index 00000000..68180cdd Binary files /dev/null and b/ksnake/data/backgrounds/Bark.png differ diff --git a/ksnake/data/backgrounds/Blue_Carpet.png b/ksnake/data/backgrounds/Blue_Carpet.png new file mode 100644 index 00000000..92c8c8f2 Binary files /dev/null and b/ksnake/data/backgrounds/Blue_Carpet.png differ diff --git a/ksnake/data/backgrounds/Dark_Wood.png b/ksnake/data/backgrounds/Dark_Wood.png new file mode 100644 index 00000000..9767ec63 Binary files /dev/null and b/ksnake/data/backgrounds/Dark_Wood.png differ diff --git a/ksnake/data/backgrounds/Granite.png b/ksnake/data/backgrounds/Granite.png new file mode 100644 index 00000000..2dc1c2a9 Binary files /dev/null and b/ksnake/data/backgrounds/Granite.png differ diff --git a/ksnake/data/backgrounds/Green_Carpet.png b/ksnake/data/backgrounds/Green_Carpet.png new file mode 100644 index 00000000..ba18e54c Binary files /dev/null and b/ksnake/data/backgrounds/Green_Carpet.png differ 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 new file mode 100644 index 00000000..92f59620 Binary files /dev/null and b/ksnake/data/backgrounds/Mystique.png differ diff --git a/ksnake/data/backgrounds/Rope_Weave.png b/ksnake/data/backgrounds/Rope_Weave.png new file mode 100644 index 00000000..70903bbc Binary files /dev/null and b/ksnake/data/backgrounds/Rope_Weave.png differ diff --git a/ksnake/data/backgrounds/Volcanic.png b/ksnake/data/backgrounds/Volcanic.png new file mode 100644 index 00000000..90d185fc Binary files /dev/null and b/ksnake/data/backgrounds/Volcanic.png differ diff --git a/ksnake/data/backgrounds/Wood.png b/ksnake/data/backgrounds/Wood.png new file mode 100644 index 00000000..c317f8df Binary files /dev/null and b/ksnake/data/backgrounds/Wood.png differ -- cgit v1.2.1