// // 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 // small(er) labels. Black version. // ==================================================================== class STY_SmallMultiLineLabelBlack extends STY_SmallMultiLineLabel; defaultproperties { KeyName="SmallMultiLineLabelBlack" 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) }