Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 44 and Version 45 of pps/tutorial


Ignore:
Timestamp:
Apr 9, 2013, 2:36:38 PM (11 years ago)
Author:
smerkli
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • pps/tutorial

    v44 v45  
    7676
    7777== The AutonomousDrone ==
    78 At first we need to create the drone itself. The drone provides the functionality of physically having a place in the game world (because it's a WorldEntity) and being able to move in it.
     78At first we need to create the drone itself. The drone provides the functionality of physically having a place in the game world (because it's a WorldEntity) and being able to move in it. Also, this is the place where the XML interface functions are defined
     79so that the game knows what to do if an AutonomousDrone is instantiated in a level file, as we will do in the third part of
     80the tutorial.
    7981
    8082{{{