IconWindowSquare

Used by

When you click on this, it produces a square WindowSquare Application icon. Used in the MOM level.

<ball name="IconWindowSquare"
      static="true" 
      shape="rectangle,50,50"
      mass="20"
      towermass="20"
      strands="0" 
      walkspeed="0"
      climbspeed="0"
      speedvariance="0" 
      draggable="false"
      detachable="false"
 
      autobounds="false"
	  autoboundsunattached="false"
 
	  grumpy="true"
	  suckable="false"
 
	  spawn="WindowSquare"
 
	  stacking="true" 
	  >
 
	<part name="label" layer="0" 
        x="0" y="-40" 
        image="IMAGE_BALL_ICONWINDOWSQUARE_LABEL"
        scale="1"/>
 
  <part name="body" layer="1" 
        x="0" y="0" 
        image="IMAGE_BALL_ICONWINDOWSQUARE_BODY"
        scale="1"/>
 
 
</ball>