Show
Ignore:
Timestamp:
10/07/08 20:42:00 (3 months ago)
Author:
mokehehe
Message:

ソース整理

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/haskell/nario/Actor/ScoreAdd.hs

    r20811 r20925  
    66) where 
    77 
    8 import Multimedia.SDL hiding (Event) 
     8--import Multimedia.SDL hiding (Event) 
    99 
    1010import Actor (Actor(..)) 
    11 import AppUtil 
     11import AppUtil (putimg) 
    1212import Const 
    1313import Images 
     
    2727 
    2828        render self imgres scrx sur = do 
    29                 blitSurface (getImageSurface imgres imgtype) Nothing sur (pt (sx self - scrx) (sy self)) 
     29                putimg sur imgres imgtype (sx self - scrx) (sy self) 
    3030                return () 
    3131                where