Skip to content

Commit

Permalink
Add sensible descriptions to birds and eggs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaa-ching committed Aug 10, 2015
1 parent 39b9f3c commit 9f10efe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions levels/angry/birds1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,24 +85,29 @@
<object width="0.270" X="7.695" Y="0.303" height="0.360" type="Balloon" ID="egg1" angle="0.000" >
<property key="ImageName" >egg_1;egg_2;egg_3;Empty</property>
<property key="Mass" >0.4</property>
<property key="Description"> This is an egg. Rather easy to break, I'd say...</property>
</object>
<object width="0.270" X="7.970" Y="0.303" height="0.360" type="Balloon" ID="egg2" angle="0.000" >
<property key="ImageName" >egg_1;egg_2;egg_3;Empty</property>
<property key="Mass" >0.4</property>
<property key="Description"> This is an egg. Rather easy to break, I'd say...</property>
</object>
<object width="0.270" X="8.254" Y="0.303" height="0.360" type="Balloon" ID="egg3" angle="0.000" >
<property key="ImageName" >egg_1;egg_2;egg_3;Empty</property>
<property key="Mass" >0.4</property>
<property key="Description"> This is an egg. Rather easy to break, I'd say...</property>
</object>
<object width="0.270" X="8.539" Y="0.303" height="0.360" type="Balloon" ID="egg4" angle="0.000" >
<property key="ImageName" >egg_1;egg_2;egg_3;Empty</property>
<property key="Mass" >0.4</property>
<property key="Description"> This is an egg. Rather easy to break, I'd say...</property>
</object>
<object width="4.036" X="2.610" Y="4.549" height="1.000" type="RightRamp" angle="0.000" />
<object width="3.874" X="2.489" Y="1.431" height="1.000" type="LeftRamp" angle="0.000" />
<object width="0.600" X="7.908" Y="2.661" height="0.600" type="Balloon" ID="Mr.A.Bird" angle="0.000" >
<property key="ImageName" >yellow_bird;BalloonPoof;Empty;Empty</property>
<property key="Mass" >6</property>
<property key="Description"> Looks like a bird. And he's angry.</property>
</object>
<object width="0.440" X="1.289" Y="2.976" height="0.440" type="PostIt" angle="0.000" >
<property key="page1" >I hate Angry Birds!</property>
Expand Down
6 changes: 6 additions & 0 deletions levels/angry/birds2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,28 +77,34 @@
</object>
<object width="0.270" X="7.970" Y="0.303" height="0.360" type="Balloon" ID="egg2" angle="0.000" >
<property key="ImageName" >egg_1;egg_2;egg_3;Empty</property>
<property key="Description"> This is an egg. Rather easy to break, I'd say...</property>
<property key="Mass" >0.2</property>
</object>
<object width="0.270" X="8.254" Y="0.303" height="0.360" type="Balloon" ID="egg3" angle="0.000" >
<property key="ImageName" >egg_1;egg_2;egg_3;Empty</property>
<property key="Mass" >0.2</property>
<property key="Description"> This is an egg. Rather easy to break, I'd say...</property>
</object>
<object width="0.270" X="7.630" Y="0.303" height="0.360" type="Balloon" ID="egg4" angle="0.000" >
<property key="ImageName" >egg_1;egg_2;egg_3;Empty</property>
<property key="Mass" >0.2</property>
<property key="Description"> This is an egg. Rather easy to break, I'd say...</property>
</object>
<object width="3.874" X="2.374" Y="0.687" height="1.000" type="LeftRamp" angle="0.000" />
<object width="0.600" X="7.511" Y="2.691" height="0.600" type="Balloon" ID="Mr.A.Bird" angle="0.000" >
<property key="ImageName" >yellow_bird;BalloonPoof;Empty;Empty</property>
<property key="Description"> Looks like a bird. And he's angry.</property>
<property key="Mass" >1</property>
</object>
<object width="0.600" X="8.111" Y="2.691" height="0.600" type="Balloon" ID="Mr.T.Bird" angle="0.000" >
<property key="ImageName" >yellow_bird;BalloonPoof;Empty;Empty</property>
<property key="Mass" >1</property>
<property key="Description"> Looks like a bird. And he's angry.</property>
</object>
<object width="0.600" X="9.400" Y="2.690" height="0.600" type="Balloon" ID="Mr.Big.Bird" angle="0.000" >
<property key="ImageName" >yellow_bird;BalloonPoof;Empty;Empty</property>
<property key="Mass" >1</property>
<property key="Description"> Looks like a bird. And he's angry.</property>
</object>
<object width="0.440" X="3.584" Y="0.399" height="0.440" type="PostIt" angle="0.000" >
<property key="page1" >Blast it! They stole my dynamite!!!</property>
Expand Down

0 comments on commit 9f10efe

Please sign in to comment.