~ml-launchpad/ubuntu/natty/gcompris/fix-for-777349

« back to all changes in this revision

Viewing changes to src/chronos-activity/resources/chronos/board1_0.xml.in

  • Committer: Bazaar Package Importer
  • Author(s): Marc Gariepy, Marc Gariepy, Stephane Graber
  • Date: 2010-01-04 17:42:49 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100104174249-7bupatd9dtxyhvs4
Tags: 9.0-0ubuntu1
[Marc Gariepy]
* New upstream release (9.0).
* Remove cache.c from POTFILES to avoid FTBFS
* Remove unneeded rm in debian/rules (file no longer exists upstream)

[Stephane Graber]
* Bump Debian standards to 3.8.3
* Add patch system (dpatch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
 
 
3
<ShapeGame>
 
4
  <Title x="600" y="495" justification="GTK_JUSTIFY_CENTER"
 
5
         color_skin="gcompris/text button"
 
6
         color_background_skin="gcompris/shadow">
 
7
    <_name>Moonwalker</_name>
 
8
  </Title>
 
9
  <Shape name="A" pixmapfile="chronos/1.png" x="230" y="150" zoomx="1" zoomy="1" position="0" sound="chronos/1.ogg"/>
 
10
  <Title x="250" y="150" justification="GTK_JUSTIFY_CENTER" color_skin="gcompris/text button" color_background_skin="gcompris/shadow"><name>1</name></Title>
 
11
  <Shape name="B" pixmapfile="chronos/2.png" x="595" y="150" zoomx="1" zoomy="1" position="0" sound="chronos/2.ogg"/>
 
12
  <Title x="615" y="150" justification="GTK_JUSTIFY_CENTER" color_skin="gcompris/text button" color_background_skin="gcompris/shadow"><name>2</name></Title>
 
13
  <Shape name="C" pixmapfile="chronos/3.png" x="230" y="375" zoomx="1" zoomy="1" position="0" sound="chronos/3.ogg"/>
 
14
  <Title x="250" y="375" justification="GTK_JUSTIFY_CENTER" color_skin="gcompris/text button" color_background_skin="gcompris/shadow"><name>3</name></Title>
 
15
  <Shape name="D" pixmapfile="chronos/4.png" x="595" y="375" zoomx="1" zoomy="1" position="0" sound="chronos/2.ogg"/>
 
16
  <Title x="615" y="375" justification="GTK_JUSTIFY_CENTER" color_skin="gcompris/text button" color_background_skin="gcompris/shadow"><name>4</name></Title>
 
17
  <Shape name="1" pixmapfile="chronos/bg.jpg" type="SHAPE_BACKGROUND"
 
18
          x="425" y="260" zoomx="1" zoomy="1" position="0"/>
 
19
</ShapeGame>
 
20