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

« back to all changes in this revision

Viewing changes to plee-the-bear/data/script/tutorial/combined_powers.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_combined.control_player();
 
2
0.0 player_combined.refuse_action(wait);
 
3
0.0 player_combined.add_player_in_script(script, plee_combined);
 
4
 
 
5
0.2 player_combined.do_action(move_left, 1);
 
6
1 player_combined.talk("/The powers can be combined. Let's try it!/Change the throwable item to drop a power.");
 
7
12 player_combined.do_action(move_right, 1);
 
8
 
 
9
14 plee_combined.set_center_of_mass( 33139, 729 );
 
10
14 player_combined.release_player();
 
11
14 script.end();