~ubuntu-branches/ubuntu/trusty/plee-the-bear/trusty-proposed

« back to all changes in this revision

Viewing changes to plee-the-bear/data/script/forest/intro-1-players.txt

  • Committer: Bazaar Package Importer
  • Author(s): Julien Jorge, Julien Jorge
  • Date: 2010-11-17 20:13:34 UTC
  • mfrom: (6.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20101117201334-o4dp7uq437to7oxb
Tags: 0.5.1-1
[ Julien Jorge ]
* New upstream release (Closes: #565062, #546514).
* Add armhf architecture (Closes: #604689).
* Remove patches integrated upstream: rpath-editors.diff, rpath-game.diff,
  editors-menu-section.diff.
* Bump the Standard-Version, no changes.
* Update my email address.
* Set build dependency of libclaw to 1.6.0.
* Add the missing ${misc:Depends} in debian/control.
* List gettext translations in bear-factory.install and plee-the-bear.install.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
0 player_1.control_player();
 
2
0 player_2.control_player();
 
3
0.23  player_1.do_action(move_right,1.41);
 
4
0.43  player_2.do_action(move_right,1.26);
 
5
1.155 player_2.do_action(jump,0.48);
 
6
1.295 player_1.do_action(jump,0.20);
 
7
1.68  player_2.do_action(move_right,0.015);
 
8
1.77  player_2.do_action(move_right,1.125);
 
9
1.86  player_2.do_action(jump,0.16);
 
10
1.865 player_1.do_action(move_right,0.48);
 
11
2.09  player_1.do_action(jump,0.15);
 
12
2.465 player_1.do_action(move_right,0.15);
 
13
2.72  player_1.do_action(move_right,0.09);
 
14
2.945 player_1.do_action(move_right,0.06);
 
15
3.135 player_2.do_action(move_left,0.18);
 
16
4.5   player_1.do_action(roar,0.165);
 
17
4.615 player_2.do_action(move_right,0.015);
 
18
4.8   player_2.do_action(roar,0.12);
 
19
4.9 player_1.release_player();
 
20
4.9 player_2.release_player();
 
21
4.9   script.end();