~ubuntu-branches/ubuntu/trusty/gcompris/trusty

« back to all changes in this revision

Viewing changes to boards/babyshapes/board3_0.xml

  • Committer: Bazaar Package Importer
  • Author(s): Yann Dirson
  • Date: 2006-12-15 23:08:17 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20061215230817-exr5ks1hd73s3tlk
Tags: 8.2.2-1
* New upstream bugfix release, fixes among other things the support for
  the version of gnucap shipped in etch.
* Add missing dependency on python-gtk2 (Closes: #396523).
* Removed reference to non-existent sound file from memory.c (upstream
  fix - impacts 8.2 as well).  
* Now suggests gnuchess, gnucap, and tuxpaint.
* Updated extended description for the main package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<ShapeGame>
3
 
  <Shape zoomy="1" zoomx="1" y="200" x="594" targetfile="babyshapes/T_milk_shake.png" position="0" pixmapfile="gcompris/food/milk_shake.png" name="C"/>
4
 
  <Shape zoomy="1" zoomx="1" y="400" x="194" targetfile="babyshapes/T_pear.png" position="0" pixmapfile="gcompris/food/pear.png" name="D"/>
5
 
  <Shape zoomy="1" zoomx="1" y="200" x="194" targetfile="babyshapes/T_grapefruit.png" position="0" pixmapfile="gcompris/food/grapefruit.png" name="A"/>
6
 
  <Shape zoomy="1" zoomx="1" y="400" x="394" targetfile="babyshapes/T_yahourt.png" position="0" pixmapfile="gcompris/food/yahourt.png" name="E"/>
7
 
  <Shape zoomy="1" zoomx="1" y="400" x="594" targetfile="babyshapes/T_milk_cup.png" position="0" pixmapfile="gcompris/food/milk_cup.png" name="F"/>
8
 
  <Shape zoomy="1" zoomx="1" y="200" x="394" targetfile="babyshapes/T_chocolate_cake.png" position="0" pixmapfile="gcompris/food/chocolate_cake.png" name="B"/>
9
 
</ShapeGame>
 
 
b'\\ No newline at end of file'
 
3
  <Shape name="C" pixmapfile="gcompris/food/milk_shake.png"             targetfile="babyshapes/T_milk_shake.png"
 
4
         x="594" y="200" zoomx="1" zoomy="1" position="0"/>
 
5
  <Shape name="D" pixmapfile="gcompris/food/pear.png"                   targetfile="babyshapes/T_pear.png"
 
6
         x="194" y="400" zoomx="1" zoomy="1" position="0"/>
 
7
  <Shape name="A" pixmapfile="gcompris/food/grapefruit.png"             targetfile="babyshapes/T_grapefruit.png"  
 
8
         x="194" y="200" zoomx="1" zoomy="1" position="0"/>
 
9
  <Shape name="E" pixmapfile="gcompris/food/yahourt.png"                targetfile="babyshapes/T_yahourt.png"    
 
10
         x="394" y="400" zoomx="1" zoomy="1" position="0"/>
 
11
  <Shape name="F" pixmapfile="gcompris/food/milk_cup.png"               targetfile="babyshapes/T_milk_cup.png"      
 
12
         x="594" y="400" zoomx="1" zoomy="1" position="0"/>
 
13
  <Shape name="B" pixmapfile="gcompris/food/chocolate_cake.png"         targetfile="babyshapes/T_chocolate_cake.png"       
 
14
         x="394" y="200" zoomx="1" zoomy="1" position="0"/>
 
15
</ShapeGame>