Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 6, 2010, 8:17:20 PM (14 years ago)
Author:
dafrick
Message:

Introducing LevelInfo class, which can be used to specify things about a Level and which is used to provide more flexibility in displaying a list of levels.
Basic functionality works, now all that needs to be dones is to exploit the new functionality.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/releasetodo/data/levels/notifications.oxw

    r7614 r7625  
     1<LevelInfo
     2 name = "Notifications showcase"
     3 description = "Level to test and showcase notifications."
     4 tags = "test, showcase, notifications"
     5/>
     6
    17<?lua
    28  include("hudtemplates3.oxo")
     
    511  include("templates/lodinformation.oxt")
    612?>
    7 
    8 <LevelInfo
    9  name = "Notifications showcase"
    10  description = "Level to test and showcase notifications."
    11  tags = "test, showcase, notifications"
    12 />
    1313
    1414<Level
Note: See TracChangeset for help on using the changeset viewer.