~ubuntu-branches/ubuntu/natty/plee-the-bear/natty

« back to all changes in this revision

Viewing changes to plee-the-bear/data/script/tutorial/stone_bonus_extra.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_extra_stones.control_player();
 
2
0.0 player_extra_stones.add_player_in_script(script, plee_extra_stones);
 
3
 
 
4
0.1 camera.focus_on( shared_camera );
 
5
0.1 camera.activate();
 
6
0.5 plee_extra_stones.remove_position_constraint_y();
 
7
 
 
8
1 player_extra_stones.do_action(crouch, 6.5);
 
9
1.2 player_extra_stones.talk("/Throw some stones on this bonus to push it.");
 
10
7.5 player_extra_stones.do_action(jump, 0.1);
 
11
 
 
12
8.0 shared_camera.focus_on( camera );
 
13
8.0 shared_camera.activate();
 
14
8.1 plee_extra_stones.set_center_of_mass( 15420, 2534 );
 
15
8.1 plee_extra_stones.add_position_constraint_y();
 
16
8.2 player_extra_stones.release_player();
 
17
8.3 script.end();
 
18