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

    r20825 r20925  
    66) where 
    77 
    8 import Multimedia.SDL (blitSurface, pt) 
     8--import Multimedia.SDL (blitSurface, pt) 
    99 
    1010import Actor (Actor(..), ActorWrapper(..)) 
    1111import Actor.Common (updateActorBase, stamp) 
    1212import Actor.Koura 
     13import AppUtil (Rect(..), putimg) 
    1314import Const 
    14 import AppUtil (getImageSurface, Rect(..)) 
    1515import Images 
    1616import Player (setPlayerDamage, stampPlayer, addScore) 
     
    3434 
    3535        render self imgres scrx sur = do 
    36                 blitSurface (getImageSurface imgres imgtype) Nothing sur (pt (x self `div` one - chrSize `div` 2 - scrx) (y self `div` one - ofsH - 8)) 
     36                putimg sur imgres imgtype (x self `div` one - chrSize `div` 2 - scrx) (y self `div` one - ofsH - 8) 
    3737                return () 
    3838                where