Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2008-09-01 23:26:56 (GMT)
committer Bruno Coudoin <bruno.coudoin@free.fr>2009-06-21 19:42:20 (GMT)
commita5409f8a0d5da72406c471a9029135d686860c85 (patch)
tree20936377dce9ccd86e743627caca4c25e3663cc4
parent06f6d5a15edcd5e50422b5a677921d8da6415301 (diff)
From trunk
Added more levels to the babyshape activity. This levels are based on famous paintings, the children must drag missing part of the paintings back to their proper places. This is a contribution of Marc Levivier svn path=/trunk/; revision=3525
-rw-r--r--src/babyshapes-activity/resources/babyshapes/.gitignore8
-rw-r--r--src/babyshapes-activity/resources/babyshapes/Bosschaert_04/1.pngbin0 -> 17845 bytes
-rw-r--r--src/babyshapes-activity/resources/babyshapes/Bosschaert_04/2.pngbin0 -> 55383 bytes
-rw-r--r--src/babyshapes-activity/resources/babyshapes/Bosschaert_04/3.pngbin0 -> 49584 bytes
-rw-r--r--src/babyshapes-activity/resources/babyshapes/Bosschaert_04/4.pngbin0 -> 23018 bytes
-rw-r--r--src/babyshapes-activity/resources/babyshapes/Bosschaert_04/5.pngbin0 -> 23242 bytes
-rw-r--r--src/babyshapes-activity/resources/babyshapes/Bosschaert_04/6.pngbin0 -> 91736 bytes
-rw-r--r--src/babyshapes-activity/resources/babyshapes/Bosschaert_04/background.pngbin0 -> 1282643 bytes
-rw-r--r--src/babyshapes-activity/resources/babyshapes/Makefile.am7
-rw-r--r--src/babyshapes-activity/resources/babyshapes/Paul_Gauguin_006/background.pngbin0 -> 948596 bytes
-rw-r--r--src/babyshapes-activity/resources/babyshapes/Paul_Gauguin_006/chien.pngbin0 -> 262512 bytes
-rw-r--r--src/babyshapes-activity/resources/babyshapes/Paul_Gauguin_006/jeunes_filles.pngbin0 -> 314499 bytes
-rw-r--r--src/babyshapes-activity/resources/babyshapes/Paul_Gauguin_006/statue.pngbin0 -> 41186 bytes
-rw-r--r--src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/background.pngbin0 -> 1452920 bytes
-rw-r--r--src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/fillette.pngbin0 -> 70406 bytes
-rw-r--r--src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/mur.pngbin0 -> 34296 bytes
-rw-r--r--src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/musicien.pngbin0 -> 111504 bytes
-rw-r--r--src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/service.pngbin0 -> 440733 bytes
-rw-r--r--src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/1.pngbin0 -> 82968 bytes
-rw-r--r--src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/2.pngbin0 -> 104197 bytes
-rw-r--r--src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/3.pngbin0 -> 15952 bytes
-rw-r--r--src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/4.pngbin0 -> 13061 bytes
-rw-r--r--src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/5.pngbin0 -> 372915 bytes
-rw-r--r--src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/background.pngbin0 -> 1288655 bytes
-rw-r--r--src/babyshapes-activity/resources/babyshapes/board8_0.xml.in15
-rw-r--r--src/babyshapes-activity/resources/babyshapes/board8_1.xml.in18
-rw-r--r--src/babyshapes-activity/resources/babyshapes/board8_2.xml.in20
-rw-r--r--src/babyshapes-activity/resources/babyshapes/board8_3.xml.in20
-rw-r--r--src/babyshapes-activity/resources/babyshapes/board8_4.xml.in22
-rw-r--r--src/babyshapes-activity/resources/babyshapes/lady_unicorn/1.pngbin0 -> 6634 bytes
-rw-r--r--src/babyshapes-activity/resources/babyshapes/lady_unicorn/2.pngbin0 -> 25816 bytes
-rw-r--r--src/babyshapes-activity/resources/babyshapes/lady_unicorn/3.pngbin0 -> 15300 bytes
-rw-r--r--src/babyshapes-activity/resources/babyshapes/lady_unicorn/4.pngbin0 -> 166423 bytes
-rw-r--r--src/babyshapes-activity/resources/babyshapes/lady_unicorn/5.pngbin0 -> 32611 bytes
-rw-r--r--src/babyshapes-activity/resources/babyshapes/lady_unicorn/background.pngbin0 -> 890624 bytes
35 files changed, 102 insertions, 8 deletions
diff --git a/src/babyshapes-activity/resources/babyshapes/.gitignore b/src/babyshapes-activity/resources/babyshapes/.gitignore
index 5cd0aa0..6722cd9 100644
--- a/src/babyshapes-activity/resources/babyshapes/.gitignore
+++ b/src/babyshapes-activity/resources/babyshapes/.gitignore
@@ -1,7 +1 @@
-board1_0.xml
-board2_0.xml
-board3_0.xml
-board4_0.xml
-board5_0.xml
-board6_0.xml
-board7_0.xml
+*.xml
diff --git a/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/1.png b/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/1.png
new file mode 100644
index 0000000..a5ce66e
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/1.png
Binary files differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/2.png b/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/2.png
new file mode 100644
index 0000000..2ce3430
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/2.png
Binary files differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/3.png b/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/3.png
new file mode 100644
index 0000000..f696e9c
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/3.png
Binary files differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/4.png b/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/4.png
new file mode 100644
index 0000000..8c8108c
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/4.png
Binary files differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/5.png b/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/5.png
new file mode 100644
index 0000000..3823b6c
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/5.png
Binary files differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/6.png b/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/6.png
new file mode 100644
index 0000000..fbfdbab
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/6.png
Binary files differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/background.png b/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/background.png
new file mode 100644
index 0000000..72d0496
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/Bosschaert_04/background.png
Binary files differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Makefile.am b/src/babyshapes-activity/resources/babyshapes/Makefile.am
index de8f323..688d5e8 100644
--- a/src/babyshapes-activity/resources/babyshapes/Makefile.am
+++ b/src/babyshapes-activity/resources/babyshapes/Makefile.am
@@ -9,7 +9,12 @@ xml_in_files = \
board4_0.xml.in \
board5_0.xml.in \
board6_0.xml.in \
- board7_0.xml.in
+ board7_0.xml.in \
+ board8_0.xml.in \
+ board8_1.xml.in \
+ board8_2.xml.in \
+ board8_3.xml.in \
+ board8_4.xml.in
xml_DATA = $(xml_in_files:.xml.in=.xml)
diff --git a/src/babyshapes-activity/resources/babyshapes/Paul_Gauguin_006/background.png b/src/babyshapes-activity/resources/babyshapes/Paul_Gauguin_006/background.png
new file mode 100644
index 0000000..6ebd3b2
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/Paul_Gauguin_006/background.png
Binary files differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Paul_Gauguin_006/chien.png b/src/babyshapes-activity/resources/babyshapes/Paul_Gauguin_006/chien.png
new file mode 100644
index 0000000..64fdc2a
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/Paul_Gauguin_006/chien.png
Binary files differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Paul_Gauguin_006/jeunes_filles.png b/src/babyshapes-activity/resources/babyshapes/Paul_Gauguin_006/jeunes_filles.png
new file mode 100644
index 0000000..f19b1a2
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/Paul_Gauguin_006/jeunes_filles.png
Binary files differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Paul_Gauguin_006/statue.png b/src/babyshapes-activity/resources/babyshapes/Paul_Gauguin_006/statue.png
new file mode 100644
index 0000000..185cbcc
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/Paul_Gauguin_006/statue.png
Binary files differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/background.png b/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/background.png
new file mode 100644
index 0000000..3acacb6
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/background.png
Binary files differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/fillette.png b/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/fillette.png
new file mode 100644
index 0000000..e0c1c0e
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/fillette.png
Binary files differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/mur.png b/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/mur.png
new file mode 100644
index 0000000..a12a023
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/mur.png
Binary files differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/musicien.png b/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/musicien.png
new file mode 100644
index 0000000..2e92ee9
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/musicien.png
Binary files differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/service.png b/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/service.png
new file mode 100644
index 0000000..7741ca2
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/Pieter_Bruegel/service.png
Binary files differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/1.png b/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/1.png
new file mode 100644
index 0000000..d46a1a8
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/1.png
Binary files differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/2.png b/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/2.png
new file mode 100644
index 0000000..45d3aef
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/2.png
Binary files differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/3.png b/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/3.png
new file mode 100644
index 0000000..18fcfcf
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/3.png
Binary files differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/4.png b/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/4.png
new file mode 100644
index 0000000..9039b11
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/4.png
Binary files differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/5.png b/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/5.png
new file mode 100644
index 0000000..35250b7
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/5.png
Binary files differ
diff --git a/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/background.png b/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/background.png
new file mode 100644
index 0000000..5ad9e2c
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/Van_Gogh_0011/background.png
Binary files differ
diff --git a/src/babyshapes-activity/resources/babyshapes/board8_0.xml.in b/src/babyshapes-activity/resources/babyshapes/board8_0.xml.in
new file mode 100644
index 0000000..f2eb2ce
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/board8_0.xml.in
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ShapeGame><!-- Created with GComprisShapegame gimp script -->
+<title justification="GTK_JUSTIFY_CENTER" x="394" y="495"
+ color_skin="gcompris/text button"
+ color_background_skin="gcompris/shadow">
+<_name>Paul Gauguin, Arearea - 1892</_name></title>
+<shape name="Chien" pixmapfile="babyshapes/Paul_Gauguin_006/chien.png" position="0" x="259.5" y="413.5">
+</shape>
+<shape name="Jeunes_filles" pixmapfile="babyshapes/Paul_Gauguin_006/jeunes_filles.png" position="0" x="504.0" y="240.0">
+</shape>
+<shape name="Statue" pixmapfile="babyshapes/Paul_Gauguin_006/statue.png" position="0" x="204.0" y="76.5">
+</shape>
+<shape name="background" pixmapfile="babyshapes/Paul_Gauguin_006/background.png" position="0" type="SHAPE_BACKGROUND" x="399.5" y="260.0">
+<tooltip>background</tooltip></shape>
+</ShapeGame>
diff --git a/src/babyshapes-activity/resources/babyshapes/board8_1.xml.in b/src/babyshapes-activity/resources/babyshapes/board8_1.xml.in
new file mode 100644
index 0000000..6b5eebb
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/board8_1.xml.in
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ShapeGame><!-- Created with GComprisShapegame gimp script -->
+<!-- Source http://commons.wikimedia.org/wiki/Image:Pieter_Bruegel_d._%C3%84._011.jpg -->
+<title justification="GTK_JUSTIFY_CENTER" x="394" y="495"
+ color_skin="gcompris/text button"
+ color_background_skin="gcompris/shadow">
+<_name>Pieter Bruegel the Elder, The peasants wedding - 1568</_name></title>
+<shape name="service" pixmapfile="babyshapes/Pieter_Bruegel/service.png" position="0" x="533.0" y="324.0">
+</shape>
+<shape name="Mur" pixmapfile="babyshapes/Pieter_Bruegel/mur.png" position="0" x="664.5" y="81.5">
+</shape>
+<shape name="musicien" pixmapfile="babyshapes/Pieter_Bruegel/musicien.png" position="0" x="223.0" y="236.5">
+</shape>
+<shape name="Fillette" pixmapfile="babyshapes/Pieter_Bruegel/fillette.png" position="0" x="293.5" y="445.0">
+</shape>
+<shape name="background" pixmapfile="babyshapes/Pieter_Bruegel/background.png" position="0" type="SHAPE_BACKGROUND" x="399.5" y="260.0">
+<tooltip>background</tooltip></shape>
+</ShapeGame>
diff --git a/src/babyshapes-activity/resources/babyshapes/board8_2.xml.in b/src/babyshapes-activity/resources/babyshapes/board8_2.xml.in
new file mode 100644
index 0000000..5ae9dca
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/board8_2.xml.in
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ShapeGame><!-- Created with GComprisShapegame gimp script -->
+<!-- Source http://commons.wikimedia.org/wiki/Image:Tapisserie_moyen-age_dame_licorne.JPG -->
+<title justification="GTK_JUSTIFY_CENTER" x="394" y="495"
+ color_skin="gcompris/text button"
+ color_background_skin="gcompris/shadow">
+<_name>The Lady and the Unicorn - XVe century</_name></title>
+<shape name="5" pixmapfile="babyshapes/lady_unicorn/5.png" position="0" x="130.0" y="409.5">
+</shape>
+<shape name="4" pixmapfile="babyshapes/lady_unicorn/4.png" position="0" x="247.0" y="338.0">
+</shape>
+<shape name="2" pixmapfile="babyshapes/lady_unicorn/2.png" position="0" x="376.0" y="285.0">
+</shape>
+<shape name="3" pixmapfile="babyshapes/lady_unicorn/3.png" position="0" x="540.5" y="440.0">
+</shape>
+<shape name="1" pixmapfile="babyshapes/lady_unicorn/1.png" position="0" x="637.5" y="43.5">
+</shape>
+<shape name="background" pixmapfile="babyshapes/lady_unicorn/background.png" position="0" type="SHAPE_BACKGROUND" x="400.0" y="260.0">
+<tooltip>background</tooltip></shape>
+</ShapeGame>
diff --git a/src/babyshapes-activity/resources/babyshapes/board8_3.xml.in b/src/babyshapes-activity/resources/babyshapes/board8_3.xml.in
new file mode 100644
index 0000000..549b48c
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/board8_3.xml.in
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ShapeGame><!-- Created with GComprisShapegame gimp script -->
+<!-- Source http://commons.wikimedia.org/wiki/Image:Vincent_Van_Gogh_0011.jpg -->
+<title justification="GTK_JUSTIFY_CENTER" x="394" y="495"
+ color_skin="gcompris/text button"
+ color_background_skin="gcompris/shadow">
+<_name>Vincent van Gogh, Bedroom in Arles - 1888</_name></title>
+<shape name="5" pixmapfile="babyshapes/Van_Gogh_0011/5.png" position="0" x="525.0" y="280.0">
+</shape>
+<shape name="4" pixmapfile="babyshapes/Van_Gogh_0011/4.png" position="0" x="511.0" y="44.0">
+</shape>
+<shape name="3" pixmapfile="babyshapes/Van_Gogh_0011/3.png" position="0" x="394.5" y="80.0">
+</shape>
+<shape name="1" pixmapfile="babyshapes/Van_Gogh_0011/1.png" position="0" x="238.5" y="227.0">
+</shape>
+<shape name="2" pixmapfile="babyshapes/Van_Gogh_0011/2.png" position="0" x="133.0" y="315.0">
+</shape>
+<shape name="background" pixmapfile="babyshapes/Van_Gogh_0011/background.png" position="0" type="SHAPE_BACKGROUND" x="399.5" y="260.0">
+<tooltip>background</tooltip></shape>
+</ShapeGame>
diff --git a/src/babyshapes-activity/resources/babyshapes/board8_4.xml.in b/src/babyshapes-activity/resources/babyshapes/board8_4.xml.in
new file mode 100644
index 0000000..6cb2a37
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/board8_4.xml.in
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ShapeGame><!-- Created with GComprisShapegame gimp script -->
+<!-- Source http://commons.wikimedia.org/wiki/Image:Ambrosius_Bosschaert,_the_Elder_04.jpg -->
+<title justification="GTK_JUSTIFY_CENTER" x="394" y="495"
+ color_skin="gcompris/text button"
+ color_background_skin="gcompris/shadow">
+<_name>Ambrosius Bosschaert the Elder, Flower Still Life - 1614</_name></title>
+<shape name="6" pixmapfile="babyshapes/Bosschaert_04/6.png" position="0" x="356.5" y="376.0">
+</shape>
+<shape name="5" pixmapfile="babyshapes/Bosschaert_04/5.png" position="0" x="434.0" y="160.0">
+</shape>
+<shape name="4" pixmapfile="babyshapes/Bosschaert_04/4.png" position="0" x="388.5" y="253.0">
+</shape>
+<shape name="3" pixmapfile="babyshapes/Bosschaert_04/3.png" position="0" x="219.0" y="126.5">
+</shape>
+<shape name="2" pixmapfile="babyshapes/Bosschaert_04/2.png" position="0" x="187.0" y="301.0">
+</shape>
+<shape name="1" pixmapfile="babyshapes/Bosschaert_04/1.png" position="0" x="498.0" y="384.5">
+</shape>
+<shape name="background" pixmapfile="babyshapes/Bosschaert_04/background.png" position="0" type="SHAPE_BACKGROUND" x="400.0" y="260.0">
+<tooltip>background</tooltip></shape>
+</ShapeGame>
diff --git a/src/babyshapes-activity/resources/babyshapes/lady_unicorn/1.png b/src/babyshapes-activity/resources/babyshapes/lady_unicorn/1.png
new file mode 100644
index 0000000..ec1b21d
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/lady_unicorn/1.png
Binary files differ
diff --git a/src/babyshapes-activity/resources/babyshapes/lady_unicorn/2.png b/src/babyshapes-activity/resources/babyshapes/lady_unicorn/2.png
new file mode 100644
index 0000000..9bb08ed
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/lady_unicorn/2.png
Binary files differ
diff --git a/src/babyshapes-activity/resources/babyshapes/lady_unicorn/3.png b/src/babyshapes-activity/resources/babyshapes/lady_unicorn/3.png
new file mode 100644
index 0000000..b447c53
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/lady_unicorn/3.png
Binary files differ
diff --git a/src/babyshapes-activity/resources/babyshapes/lady_unicorn/4.png b/src/babyshapes-activity/resources/babyshapes/lady_unicorn/4.png
new file mode 100644
index 0000000..87310ae
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/lady_unicorn/4.png
Binary files differ
diff --git a/src/babyshapes-activity/resources/babyshapes/lady_unicorn/5.png b/src/babyshapes-activity/resources/babyshapes/lady_unicorn/5.png
new file mode 100644
index 0000000..3b2c4b3
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/lady_unicorn/5.png
Binary files differ
diff --git a/src/babyshapes-activity/resources/babyshapes/lady_unicorn/background.png b/src/babyshapes-activity/resources/babyshapes/lady_unicorn/background.png
new file mode 100644
index 0000000..927f2d0
--- /dev/null
+++ b/src/babyshapes-activity/resources/babyshapes/lady_unicorn/background.png
Binary files differ