Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 28, 2010, 11:21:20 PM (13 years ago)
Author:
dafrick
Message:

Renaming levelfiles (and some other) according to our new naming conventions which is using camelCase, without '_' or spaces.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • code/trunk/data/levels/fightInOurBack.oxw

    r7678 r7679  
    77<?lua
    88    include("stats.oxo")
    9     include("hudtemplates3.oxo")
    10     include("templates/lodinformation.oxt")
    11     include("templates/spaceship_assff.oxt")
    12     include("templates/spaceship_pirate.oxt")
    13     include("templates/spaceship_Transporter.oxt")
     9    include("HUDTemplates3.oxo")
     10    include("templates/lodInformation.oxt")
     11    include("templates/spaceshipAssff.oxt")
     12    include("templates/spaceshipPirate.oxt")
     13    include("templates/spaceshipTransporter.oxt")
    1414?>
    1515
     
    5454    </collisionShapes>
    5555<?lua
    56   include("includes/weaponsettings3.oxi")
     56  include("includes/weaponSettings3.oxi")
    5757?>
    5858  </SpaceShip>
Note: See TracChangeset for help on using the changeset viewer.