!  ----------------------------------------------------------------
!               GLYPH OBJECT DEFAULTS
!
!   These are the object defaults that are common to all Khoros glyphs
!   These can be over-ridden by having a ~/app-defaults, ~/.app-defaults, 
!   or ~/.khoros/app-defaults directory in your account, with an app-defaults 
!   file named "Glyph" there.
!
!  ----------------------------------------------------------------
!

!
! Label underneath the glyph, giving the glyph name is emphasized (drawn
! twice to give a 2D effect);  same thing for the status output (when you
! move your mouse over the glyph, and the purpose of the glyph component
! is printed out under the glyph)
!
*Label*Emphasize:   1
*Status*Emphasize:  1
*Glyph*foreground:  #9a9a9a

!
! When you move your pointer over a glyph, a description of the different
! components of the glyph appears in the status window of cantata. 
! If you want the information to appear below the glyph rather than in the
! status window, change the attribute below to true.
!
*Glyph.glyphShowstatus:  false

!
! When set to 'true', this attribute causes the processes to be executed to be
! echoed to the console log. This attribute may be set to true or false.
!
*Glyph.glyphEcho: true

