Update screenbackgrounds.plist with (commented out) code for the new game screen.

This commit is contained in:
AnotherCommander 2013-12-19 16:27:15 +01:00
parent 7bf19797ef
commit e07757cfe5

View File

@ -7,6 +7,7 @@
// Use the following settings to add custom images to Oolite's screens // Use the following settings to add custom images to Oolite's screens
intro = "intro.png"; // background for the ships at game start intro = "intro.png"; // background for the ships at game start
newgame = "newgame.png"; // background for the new game (scenario select) screen
status = "status.png"; status = "status.png";
status_docked = "status-docked.png"; // if not defined, same as status status_docked = "status-docked.png"; // if not defined, same as status
status_in_flight = "status-in-flight.png"; // if not defined, same as status status_in_flight = "status-in-flight.png"; // if not defined, same as status
@ -60,7 +61,7 @@
docked_overlay = "docked-overlay.png"; docked_overlay = "docked-overlay.png";
paused_overlay = "paused-overlay.png"; // in-flight and paused paused_overlay = "paused-overlay.png"; // in-flight and paused
paused_docked_overlay = "paused-docked-overlay.png"; paused_docked_overlay = "paused-docked-overlay.png";
newgame_overlay = "newgame_overlay.png";
overwrite_overlay = "overwrite-overlay.png"; // overlay used in the 'overwrite saved game?' screen overwrite_overlay = "overwrite-overlay.png"; // overlay used in the 'overwrite saved game?' screen
*/ */