// // CPT operator / SondeerGame // This source file is (c) by Deltares. // - October 2014 // //==================================================// // An image. If you want it to be clickable, use // // GeoImageButton. // // By default, the size of the texture is maintained// //==================================================// class GeoImage extends GUIImage; defaultproperties { WinWidth=0.1 WinHeight=0.1 ImageStyle=ISTY_Normal // type of stretching ImageColor=(R=255,G=255,B=255,A=255) RenderWeight=0.5 }