Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 30 and Version 31 of content/LevelHowTo


Ignore:
Timestamp:
Nov 29, 2011, 7:09:06 PM (12 years ago)
Author:
jo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • content/LevelHowTo

    v30 v31  
    123123||spaceshipHtwo||"templates/spaceshipH2.oxt"|| ||
    124124||spaceshipghost||"templates/spaceshipGhost.oxt"||stealth aircraft ||
    125 ||spaceshipHXY||"templates/spaceshipHXY.oxt"||'''diffenrent steering''': you have to press the right mouse button to steer!||
    126 ||spaceshipHXYSL||"templates/spaceshipHXYSL.oxt"||normal steering, really fast||
     125||spaceshipHXY||"templates/spaceshipHXY.oxt"||||
     126||spaceshipHXYSL||"templates/spaceshipHXYSL.oxt"|fast||
    127127||spaceshipTransporterSL||"templates/spaceshipTransporterSL.oxt"||slow transporter||
    128128||spaceshipTransporter||"templates/spaceshipTransporter.oxt"||slow transporter, equal to SL version||
     
    219219}}}
    220220
    221  * {{{
     221 *
     222{{{
    222223#!xml <?lua
    223224for i = 1, 10, 1 do
     
    228229}}}
    229230
    230  * <?lua print(math.random() * 10 + 5) ?>
    231 
    232 
    233 == Triggers && Events==
     231 *
     232{{{
     233#!xml
     234<?lua print(math.random() * 10 + 5) ?>
     235}}}
     236
     237
     238== Triggers && Events ==
    234239Example: ../data/levels/events.oxw
    235240