// // CPT operator / SondeerGame // This source file is (c) by Deltares. // - October 2014 // // ==================================================================== // Style for use by ScrollTextBoxes, removing the backgr.image and // having very small fonts, allowing for the creation of multiline // labels. Black version. // ==================================================================== class STY_MultiLineLabelBlack extends STY_MultiLineLabel; defaultproperties { KeyName="MultiLineLabelBlack" FontColors(0)=(R=0,G=0,B=0,A=255) FontColors(1)=(R=0,G=0,B=0,A=255) FontColors(2)=(R=0,G=0,B=0,A=255) FontColors(3)=(R=0,G=0,B=0,A=255) FontColors(4)=(R=0,G=0,B=0,A=255) }