[Orxonox-commit 4245] r8916 - code/branches/menue/data/levels

baermatt at orxonox.net baermatt at orxonox.net
Wed Nov 2 15:16:26 CET 2011


Author: baermatt
Date: 2011-11-02 15:16:25 +0100 (Wed, 02 Nov 2011)
New Revision: 8916

Modified:
   code/branches/menue/data/levels/FPSTest.oxw
   code/branches/menue/data/levels/asteroids.oxw
   code/branches/menue/data/levels/docking.oxw
   code/branches/menue/data/levels/dynamicMatch.oxw
   code/branches/menue/data/levels/earth.oxw
   code/branches/menue/data/levels/emptyLevel.oxw
   code/branches/menue/data/levels/events.oxw
   code/branches/menue/data/levels/fightInOurBack.oxw
   code/branches/menue/data/levels/lastManStanding.oxw
   code/branches/menue/data/levels/lastTeamStanding.oxw
   code/branches/menue/data/levels/lastTeamStandingII.oxw
   code/branches/menue/data/levels/myTestLevel.oxw
   code/branches/menue/data/levels/notifications.oxw
   code/branches/menue/data/levels/pickups.oxw
   code/branches/menue/data/levels/pirateAttack.oxw
   code/branches/menue/data/levels/planets.oxw
   code/branches/menue/data/levels/pong.oxw
   code/branches/menue/data/levels/portals.oxw
   code/branches/menue/data/levels/presentation.oxw
   code/branches/menue/data/levels/presentation09.oxw
   code/branches/menue/data/levels/presentation09b.oxw
   code/branches/menue/data/levels/presentationDM.oxw
   code/branches/menue/data/levels/presentationFS10.oxw
   code/branches/menue/data/levels/presentationFS102.oxw
   code/branches/menue/data/levels/presentationFS10Ed.oxw
   code/branches/menue/data/levels/presentationFS11.oxw
   code/branches/menue/data/levels/presentationHS09.oxw
   code/branches/menue/data/levels/presentationHS09b.oxw
   code/branches/menue/data/levels/princessAeryn.oxw
   code/branches/menue/data/levels/quests.oxw
   code/branches/menue/data/levels/screenshot.oxw
   code/branches/menue/data/levels/shieldTest.oxw
   code/branches/menue/data/levels/sound.oxw
   code/branches/menue/data/levels/spaceRace.oxw
   code/branches/menue/data/levels/teamBaseMatch.oxw
   code/branches/menue/data/levels/teamDeathMatch.oxw
   code/branches/menue/data/levels/testStars.oxw
   code/branches/menue/data/levels/testSwallow.oxw
   code/branches/menue/data/levels/tetris.oxw
   code/branches/menue/data/levels/theTimeMachine.oxw
   code/branches/menue/data/levels/tutorial.oxw
   code/branches/menue/data/levels/underAttack.oxw
   code/branches/menue/data/levels/waypoints.oxw
Log:
Associated each screenshot to the correct level

Modified: code/branches/menue/data/levels/FPSTest.oxw
===================================================================
--- code/branches/menue/data/levels/FPSTest.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/FPSTest.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "FPS testlevel"
  description = "Level to test First Person Shooter"
  tags = "test"
+ screenshot = "fpstestlevel.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/asteroids.oxw
===================================================================
--- code/branches/menue/data/levels/asteroids.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/asteroids.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -1,3 +1,9 @@
+<LevelInfo
+ name = "Asteroids Race"
+ description = "testmap for gametype asteroid race"
+ screenshot = "asteroids.png"
+/>
+
 <?lua
   include("HUDTemplates3.oxo")
   include("stats.oxo")

Modified: code/branches/menue/data/levels/docking.oxw
===================================================================
--- code/branches/menue/data/levels/docking.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/docking.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Transporter"
  description = "Level with a Transporter. Demonstrates the docking system."
  tags = ""
+ screenshot = "transporter.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/dynamicMatch.oxw
===================================================================
--- code/branches/menue/data/levels/dynamicMatch.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/dynamicMatch.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -1,3 +1,9 @@
+<LevelInfo
+ name = "Dynamic Match"
+ description = "In progress -level for dynamicmatch"
+ screenshot = "dynamicMatch.png"
+/>
+
 <?lua
   include("HUDTemplates3.oxo")
   include("stats.oxo")

Modified: code/branches/menue/data/levels/earth.oxw
===================================================================
--- code/branches/menue/data/levels/earth.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/earth.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Earth Demonstration"
  description = "1:100 Scale Model of Earth with Gravity"
  tags = "showcase"
+ screenshot = "earthdemonstration.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/emptyLevel.oxw
===================================================================
--- code/branches/menue/data/levels/emptyLevel.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/emptyLevel.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Empty level"
  description = "A level with absolutely nothing in it."
  tags = "test"
+ screenshot = "emptylevel.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/events.oxw
===================================================================
--- code/branches/menue/data/levels/events.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/events.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -1,7 +1,8 @@
 <LevelInfo
   name = "Events showcase"
   description = "Level to test and showcase events."
-  tags = "test, showcase" 
+  tags = "test, showcase"
+  screenshot = "eventsshowcase.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/fightInOurBack.oxw
===================================================================
--- code/branches/menue/data/levels/fightInOurBack.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/fightInOurBack.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
   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 = ""
+  screenshot = "fightinourback.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/lastManStanding.oxw
===================================================================
--- code/branches/menue/data/levels/lastManStanding.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/lastManStanding.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Last Man Standing"
  description = "Be the sole survivor."
  tags = ""
+ screenshot = "lastmanstanding.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/lastTeamStanding.oxw
===================================================================
--- code/branches/menue/data/levels/lastTeamStanding.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/lastTeamStanding.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Last Team Standing"
  description = "Survive as a team."
  tags = "singleplayer"
+ screenshot = "lastteamstanding.png"
 />
 <?lua
   include("stats.oxo")

Modified: code/branches/menue/data/levels/lastTeamStandingII.oxw
===================================================================
--- code/branches/menue/data/levels/lastTeamStandingII.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/lastTeamStandingII.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "On the fly"
  description = "Survive as a team."
  tags = ""
+ screenshot = "onthefly.png"
 />
 <?lua
   include("stats.oxo")

Modified: code/branches/menue/data/levels/myTestLevel.oxw
===================================================================
--- code/branches/menue/data/levels/myTestLevel.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/myTestLevel.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "MyTestLevel"
  description = "A level to test the Class SpaceBoundaries."
  tags = "test"
+ screenshot = "mytestlevel.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/notifications.oxw
===================================================================
--- code/branches/menue/data/levels/notifications.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/notifications.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Notifications showcase"
  description = "Level to test and showcase notifications."
  tags = "test, showcase"
+ screenshot = "notificationsshowcase.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/pickups.oxw
===================================================================
--- code/branches/menue/data/levels/pickups.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/pickups.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Pickups showcase"
  description = "Level to test and showcase pickups."
  tags = "test, showcase"
+ screenshot = "pickupsshowcase.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/pirateAttack.oxw
===================================================================
--- code/branches/menue/data/levels/pirateAttack.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/pirateAttack.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Pirate Attack"
  description = "Dani's Testlevel"
  tags = "test"
+ screenshot = "pirateattack.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/planets.oxw
===================================================================
--- code/branches/menue/data/levels/planets.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/planets.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Planet Demonstration"
  description = "Demonstration of Planets"
  tags = "showcase"
+ screenshot = "planetdemonstration.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/pong.oxw
===================================================================
--- code/branches/menue/data/levels/pong.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/pong.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Pong"
  description = "Pong in space!"
  tags = ""
+ screenshot = "pong.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/portals.oxw
===================================================================
--- code/branches/menue/data/levels/portals.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/portals.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -3,6 +3,7 @@
  name = "Portals"
  description = "Level for testing portals"
  tags = "tutorial"
+ screenshot = "portals.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/presentation.oxw
===================================================================
--- code/branches/menue/data/levels/presentation.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/presentation.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Presentation"
  description = "Presentation Level"
  tags = "presentation"
+ screenshot = "presentation.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/presentation09.oxw
===================================================================
--- code/branches/menue/data/levels/presentation09.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/presentation09.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Presentation X 3rd"
  description = "3rd Presentation level for Orxonox Convention X"
  tags = "presentation"
+ screenshot = "presentationx3rd.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/presentation09b.oxw
===================================================================
--- code/branches/menue/data/levels/presentation09b.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/presentation09b.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Presentation X2"
  description = "2nd Presentation level for Orxonox Convention X"
  tags = "presentation"
+ screenshot = "presentationx2.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/presentationDM.oxw
===================================================================
--- code/branches/menue/data/levels/presentationDM.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/presentationDM.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Presentation DM"
  description = "Presentation Level"
  tags = "presentation"
+ screenshot = "presentationdm.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/presentationFS10.oxw
===================================================================
--- code/branches/menue/data/levels/presentationFS10.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/presentationFS10.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Presentation XI"
  description = "1st Presentation level for Orxonox Convention XI"
  tags = "presentation"
+ screenshot = "presentationxi.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/presentationFS102.oxw
===================================================================
--- code/branches/menue/data/levels/presentationFS102.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/presentationFS102.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Presentation XI FPS 1st"
  description = "2nd Presentation level for Orxonox Convention XI, FPS"
  tags = "presentation"
+ screenshot = "presentationxifps1st.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/presentationFS10Ed.oxw
===================================================================
--- code/branches/menue/data/levels/presentationFS10Ed.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/presentationFS10Ed.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Presentation XI FPS 2nd"
  description = "3rd Presentation level for Orxonox Convention XI, FPS"
  tags = "presentation"
+ screenshot = "presentationxifps2nd.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/presentationFS11.oxw
===================================================================
--- code/branches/menue/data/levels/presentationFS11.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/presentationFS11.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Presentation FS11"
  description = "Presentation level spring semester '11"
  tags = "test"
+ screenshot = "presentationfs11.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/presentationHS09.oxw
===================================================================
--- code/branches/menue/data/levels/presentationHS09.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/presentationHS09.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Presentation X 1st"
  description = "1st Presentation level for Orxonox Convention X"
  tags = "presentation"
+ screenshot = "presentationx1st.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/presentationHS09b.oxw
===================================================================
--- code/branches/menue/data/levels/presentationHS09b.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/presentationHS09b.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Presentation X 2nd"
  description = "2nd Presentation level for Orxonox Convention X"
  tags = "presentation"
+ screenshot = "presentationx2nd.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/princessAeryn.oxw
===================================================================
--- code/branches/menue/data/levels/princessAeryn.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/princessAeryn.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "The Tale of Princess Aeryn"
  description = "The Tale of the elusive but beautiful Princess Aeryn"
  tags = ""
+ screenshot = "thetaleofprincessaeryn.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/quests.oxw
===================================================================
--- code/branches/menue/data/levels/quests.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/quests.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Quests showcase"
  description = "Level to test and showcase quests."
  tags = "test, showcase"
+ screenshot = "questsshowcase.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/screenshot.oxw
===================================================================
--- code/branches/menue/data/levels/screenshot.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/screenshot.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Screenshot"
  description = "Level to make awesome screenshots in."
  tags = "test"
+ screenshot = "screenshot.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/shieldTest.oxw
===================================================================
--- code/branches/menue/data/levels/shieldTest.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/shieldTest.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Shield Testlevel"
  description = "A simple Level with one shielded drone to shoot at"
  tags = "test"
+ screenshot = "shieldtestlevel.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/sound.oxw
===================================================================
--- code/branches/menue/data/levels/sound.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/sound.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Sound showcase"
  description = "Level to test and showcase sound."
  tags = "test"
+ screenshot = "soundshowcase.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/spaceRace.oxw
===================================================================
--- code/branches/menue/data/levels/spaceRace.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/spaceRace.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Space Race"
  description = "Test level for the gametype Space Race."
  tags = "test"
+ screenshot = "spacerace.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/teamBaseMatch.oxw
===================================================================
--- code/branches/menue/data/levels/teamBaseMatch.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/teamBaseMatch.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Teambase Match"
  description = "Fight for the bases."
  tags = ""
+ screenshot = "teambasematch.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/teamDeathMatch.oxw
===================================================================
--- code/branches/menue/data/levels/teamDeathMatch.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/teamDeathMatch.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Team Deathmatch"
  description = "Fight against each other in teams."
  tags = ""
+ screenshot = "teamdeathmatch.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/testStars.oxw
===================================================================
--- code/branches/menue/data/levels/testStars.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/testStars.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Stars Testlevel"
  description = "Level to test stars"
  tags = "test"
+ screenshot = "starstestlevel.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/testSwallow.oxw
===================================================================
--- code/branches/menue/data/levels/testSwallow.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/testSwallow.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Swallow Testlevel"
  description = "Level to test the swallow spaceship."
  tags = "test"
+ screenshot = "swallowtestlevel.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/tetris.oxw
===================================================================
--- code/branches/menue/data/levels/tetris.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/tetris.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Tetris"
  description = "Tetris in space!"
  tags = ""
+ screenshot = "tetris.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/theTimeMachine.oxw
===================================================================
--- code/branches/menue/data/levels/theTimeMachine.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/theTimeMachine.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "The Time Machine"
  description = "A simple level. The only goal is to defeat as much enemies as you can."
  tags = "singleplayer"
+ screenshot = "thetimemachine.png"
 />
 
 <?lua 

Modified: code/branches/menue/data/levels/tutorial.oxw
===================================================================
--- code/branches/menue/data/levels/tutorial.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/tutorial.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Coding Tutorial"
  description = "Level for the coding tutorial."
  tags = "tutorial"
+ screenshot = "codingtutorial.png"
 />
 
 <?lua

Modified: code/branches/menue/data/levels/underAttack.oxw
===================================================================
--- code/branches/menue/data/levels/underAttack.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/underAttack.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -1,3 +1,9 @@
+<LevelInfo
+ name = "UnderAttack testing"
+ description = "A simple testlevel"
+ screenshot = "underattack.png"
+/>
+
 <?lua
   include("HUDTemplates3.oxo")
   include("stats.oxo")

Modified: code/branches/menue/data/levels/waypoints.oxw
===================================================================
--- code/branches/menue/data/levels/waypoints.oxw	2011-11-02 13:51:40 UTC (rev 8915)
+++ code/branches/menue/data/levels/waypoints.oxw	2011-11-02 14:16:25 UTC (rev 8916)
@@ -2,6 +2,7 @@
  name = "Waypoints Testlevel"
  description = "Testing waypoings for AI controlled spaceships."
  tags = "test"
+ screenshot = "waypointstestlevel.png"
 />
 
 <?lua




More information about the Orxonox-commit mailing list