// // CPT operator / SondeerGame // This source file is (c) by Deltares. // - October 2014 // // ==================================================================== // Style for use by ScrollTextBoxes. // ==================================================================== class STY_GeoScrollText extends GUIStyles; defaultproperties { KeyName="GeoScrollText" Images(0)=Material'GeoGUIContent.Scalable.textfield_metal' Images(1)=Material'GeoGUIContent.Scalable.textfield_metal' Images(2)=Material'GeoGUIContent.Scalable.textfield_metal' Images(3)=Material'GeoGUIContent.Scalable.textfield_metal' Images(4)=Material'GeoGUIContent.Scalable.textfield_metal' FontNames(0)="GeoSmallFont" FontNames(1)="GeoSmallFont" FontNames(2)="GeoSmallFont" FontNames(3)="GeoSmallFont" FontNames(4)="GeoSmallFont" FontColors(0)=(R=255,G=255,B=255,A=255) FontColors(1)=(R=255,G=255,B=255,A=255) FontColors(2)=(R=255,G=255,B=255,A=255) FontColors(3)=(R=255,G=255,B=255,A=255) FontColors(4)=(R=255,G=255,B=255,A=255) BorderOffsets(0)=25 BorderOffsets(1)=25 BorderOffsets(2)=25 BorderOffsets(3)=25 }