~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/ray-fast-end.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.0 player_1.control_player();
 
2
0.0 player_2.control_player();
 
3
0.0 ray.control_player();
 
4
 
 
5
0.0 bridge.remove_position_constraint_y();
 
6
0.0 player_1.do_action(move_left, 0.15);
 
7
0.0 player_2.do_action(move_left, 0.15);
 
8
0.15 player_1.do_action(move_right, 0.5);
 
9
0.15 player_2.do_action(move_right, 0.01);
 
10
 
 
11
1.8 player_1.do_action(roar, 0.2);
 
12
1.8 player_2.do_action(move_right, 0.2);
 
13
 
 
14
2.0 ray.talk("/Daddy!");
 
15
2.0 ray.do_action(move_left, 0.1);
 
16
2.7 player_1.talk("/You ate all my honey!");
 
17
2.7 player_1.do_action(move_right, 2.0);
 
18
3.0 player_2.do_action(roar, 1);
 
19
5.5 player_1.do_action(slap, 1);
 
20
6.4 ray.do_action(move_left, 0.03);
 
21
 
 
22
7 level_loader.activate();
 
23
 
 
24
8 player_1.release_player();
 
25
8 player_2.release_player();
 
26
8 ray.release_player();
 
27
 
 
28
8 script.end();
 
29