cod4-sdk/raw/maps/simplecredits_code.gsc
2008-01-19 00:00:00 +00:00

15 lines
No EOL
335 B
Text

#include common_scripts\utility;
#include maps\_utility;
createBlackOverlay()
{
overlay = newHudElem();
overlay.x = 0;
overlay.y = 0;
overlay setshader ( "black", 640, 480);
overlay.alignX = "left";
overlay.alignY = "top";
overlay.horzAlign = "fullscreen";
overlay.vertAlign = "fullscreen";
overlay.alpha = 1;
}