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 edited

Legend:

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

    r7648 r7679  
    77<?lua
    88  include("stats.oxo")
    9   include("hudtemplates3.oxo")
    10   include("templates/lodinformation.oxt")
     9  include("HUDTemplates3.oxo")
     10  include("templates/lodInformation.oxt")
    1111?>
    1212
    1313<?lua
    14   include("templates/spaceship_assff.oxt")
    15   include("templates/spaceship_pirate.oxt")
    16   include("templates/spaceship_ghost.oxt")
    17   include("templates/spaceship_HXY.oxt")
    18   include("templates/spaceship_Transporter.oxt")
    19   include("templates/spaceship_HXY_SL.oxt")
    20   include("templates/spaceship_Transporter_SL.oxt")
     14  include("templates/spaceshipAssff.oxt")
     15  include("templates/spaceshipPirate.oxt")
     16  include("templates/spaceshipGhost.oxt")
     17  include("templates/spaceshipHXY.oxt")
     18  include("templates/spaceshipTransporter.oxt")
     19  include("templates/spaceshipHXYSL.oxt")
     20  include("templates/spaceshipTransporterSL.oxt")
    2121?>
    2222
Note: See TracChangeset for help on using the changeset viewer.