home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / baku100.zip / baku100 / Kernel / TTextObj.tonyu < prev    next >
Text File  |  2001-06-17  |  125b  |  10 lines

  1. extends classes.game.Char;
  2.  
  3. function draw(){
  4.  super.draw();
  5.  setText(x,y,text,color,size);
  6. }
  7.  
  8. while(1){
  9.  update();
  10. }