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/Koura.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) 
     12import AppUtil (Rect(..), putimg) 
    1213import Const 
    13 import AppUtil (getImageSurface, Rect(..)) 
    1414import Images 
    1515import Player (getPlayerX, stampPlayer, setPlayerDamage, addScore) 
     
    4444 
    4545        render self imgres scrx sur = do 
    46                 blitSurface (getImageSurface imgres imgtype) Nothing sur (pt ((x self) `div` one - chrSize `div` 2 - scrx) ((y self) `div` one - ofsH - 8)) 
     46                putimg sur imgres imgtype ((x self) `div` one - chrSize `div` 2 - scrx) ((y self) `div` one - ofsH - 8) 
    4747                return () 
    4848                where