home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / demos / gpc / tests / text.d01 < prev    next >
Encoding:
Text File  |  1991-02-13  |  280 b   |  27 lines

  1. begin_structure 20 ;        % Static structure 20 %
  2.     Text_path  2 ;
  3.     Text3
  4.           1     -1     0
  5.         "Left"
  6.     ;
  7.  
  8.     Text_path  4 ;
  9.     Text3
  10.           1      1     0
  11.         "Down"
  12.     ;
  13.  
  14.     Text_path  1 ;
  15.     Text3
  16.          -1      1     0
  17.         "Right"
  18.     ;
  19.  
  20.     Text_path  3 ;
  21.     Text3
  22.          -1     -1     0
  23.         "Up Up"
  24.     ;
  25. end_structure ;            % Structure 20  %
  26.  
  27.