Changes between Version 44 and Version 45 of pps/tutorial
- Timestamp:
- Apr 9, 2013, 2:36:38 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pps/tutorial
v44 v45 76 76 77 77 == 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. 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. Also, this is the place where the XML interface functions are defined 79 so 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 80 the tutorial. 79 81 80 82 {{{