Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 55 and Version 56 of pps/tutorial


Ignore:
Timestamp:
Sep 30, 2013, 1:30:06 PM (11 years ago)
Author:
smerkli
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • pps/tutorial

    v55 v56  
    174174 }}}
    175175
     176 7. The controller would normally be added to the AutonomousDrone in XML, but as we're currently updating
     177 the framework, we need to add this outside the AutonomousDrone. Add these two lines below the AutonomousDrone
     178 entry above:
     179 {{{
     180 <AutonomousDroneController>
     181 </AutonomousDroneController>
     182 }}}
     183
    176184== Have a look at your AutonomousDrone ==
    177185 - Now recompile the code, start the game again and have a look at how your drone behaves.