function main()
	Is3D( FALSE );

	AddBackground( "morgue\\morgue_csi" );
	
	-- Displayable objects
	AddSprite( Warrick, 200, 0, 243, 384, nil, VISIBLE+ACTIVE, 5, 6 );
end