[Orxonox-commit 4310] r8981 - code/branches/presentation2011/data/levels

jo at orxonox.net jo at orxonox.net
Wed Dec 14 15:17:59 CET 2011


Author: jo
Date: 2011-12-14 15:17:58 +0100 (Wed, 14 Dec 2011)
New Revision: 8981

Modified:
   code/branches/presentation2011/data/levels/asteroidField.oxw
   code/branches/presentation2011/data/levels/fightInOurBack.oxw
   code/branches/presentation2011/data/levels/lastTeamStandingII.oxw
   code/branches/presentation2011/data/levels/missionOne.oxw
Log:
Fixed level preview screenshots & levelinfo tags

Modified: code/branches/presentation2011/data/levels/asteroidField.oxw
===================================================================
--- code/branches/presentation2011/data/levels/asteroidField.oxw	2011-12-14 13:38:37 UTC (rev 8980)
+++ code/branches/presentation2011/data/levels/asteroidField.oxw	2011-12-14 14:17:58 UTC (rev 8981)
@@ -1,6 +1,7 @@
 <LevelInfo
  name = "asteroidFieldTest"
  description = "Test of the asteroidField generator."
+  screenshot = "asteroidFieldTest.png"
  tags = ""
 />
 

Modified: code/branches/presentation2011/data/levels/fightInOurBack.oxw
===================================================================
--- code/branches/presentation2011/data/levels/fightInOurBack.oxw	2011-12-14 13:38:37 UTC (rev 8980)
+++ code/branches/presentation2011/data/levels/fightInOurBack.oxw	2011-12-14 14:17:58 UTC (rev 8981)
@@ -1,7 +1,8 @@
 <LevelInfo
   name = "Fight in our Back"
   description = "Our fleet is far ahead of us. We need to get rid of all the enemies in its back, because we do not want our enemies to attack from everywhere. So let us clear this Sector!"
-  tags = "singleplayer" 
+  screenshot = "fightinourback.png"  
+  tags = "mission" 
 />
 
 <?lua

Modified: code/branches/presentation2011/data/levels/lastTeamStandingII.oxw
===================================================================
--- code/branches/presentation2011/data/levels/lastTeamStandingII.oxw	2011-12-14 13:38:37 UTC (rev 8980)
+++ code/branches/presentation2011/data/levels/lastTeamStandingII.oxw	2011-12-14 14:17:58 UTC (rev 8981)
@@ -1,7 +1,8 @@
 <LevelInfo
  name = "On the fly"
  description = "Survive as a team."
- tags = ""
+ screenshot = "onthefly.png"
+ tags = "gametype"
 />
 <?lua
   include("stats.oxo")

Modified: code/branches/presentation2011/data/levels/missionOne.oxw
===================================================================
--- code/branches/presentation2011/data/levels/missionOne.oxw	2011-12-14 13:38:37 UTC (rev 8980)
+++ code/branches/presentation2011/data/levels/missionOne.oxw	2011-12-14 14:17:58 UTC (rev 8981)
@@ -1,7 +1,8 @@
 <LevelInfo
  name = "Mission One"
  description = "First guided steps in the orxonoxian universe."
- tags = "singleplayer"
+ screenshot = "missionOne.png"
+ tags = "mission"
 />
 
 <?lua




More information about the Orxonox-commit mailing list