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/CoinGet.hs

    r20811 r20925  
    1 -- -*- mode: haskell; Encoding: UTF-8 -*- 
     1-- -*- mode: haskell; Encoding: UTF-8 -*- 
    22-- コインを取ったときの演出コイン 
    33 
     
    99 
    1010import Actor (Actor(..)) 
    11 import AppUtil 
     11import AppUtil (putimg) 
    1212import Const 
    1313import Images 
    14 import Event 
     14import Event (Event(..)) 
    1515 
    1616 
     
    3333 
    3434        render self imgres scrx sur = do 
    35                 blitSurface (getImageSurface imgres imgtype) Nothing sur (pt (sx self - scrx) (y self `div` one - 8)) 
     35                putimg sur imgres imgtype (sx self - scrx) (y self `div` one - 8) 
    3636                return () 
    3737                where