Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3664


Ignore:
Timestamp:
Feb 6, 2006, 2:09:58 AM (18 years ago)
Author:
patrick
Message:

data: added deathscreen

Location:
data/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • data/trunk/worlds/SimpleMenu.oxw

    r3639 r3664  
    8383  <Music>sound/music/menu1.ogg</Music>
    8484
     85  <GameRule>
     86    <MultiplayerTeamDeathmatch>
     87      <max-kills>5</max-kills>
     88      <death-penalty-timeout>5</death-penalty-timeout>
     89      <death-screen-image>pictures/death_screen.png</death-screen-image>
     90    </MultiplayerTeamDeathmatch>
     91  </GameRule>
     92
    8593</WorldDataFile>
  • data/trunk/worlds/Straight.oxw

    r3631 r3664  
    114114  </LightManager>
    115115  <Music>sound/music/00-luke_grey_-_hypermode.ogg</Music>
    116   <FogEffect>
    117     <fog-mode>GL_LINEAR</fog-mode>
    118     <fog-range>10.0, 1000.0</fog-range>
    119   </FogEffect>
     116 
     117  <GameRule>
     118    <MultiplayerTeamDeathmatch>
     119      <max-kills>5</max-kills>
     120      <death-penalty-timeout>5</death-penalty-timeout>
     121      <death-screen-image>pictures/death_screen.png</death-screen-image>
     122    </MultiplayerTeamDeathmatch>
     123  </GameRule>
     124
    120125</WorldDataFile>
Note: See TracChangeset for help on using the changeset viewer.