Changeset 20925 for lang/haskell/nario/Actor/CoinGet.hs
- Timestamp:
- 10/07/08 20:42:00 (3 months ago)
- Files:
-
- 1 modified
-
lang/haskell/nario/Actor/CoinGet.hs (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/haskell/nario/Actor/CoinGet.hs
r20811 r20925 1 -- -*- mode: haskell; Encoding: UTF-8 -*-1 -- -*- mode: haskell; Encoding: UTF-8 -*- 2 2 -- コインを取ったときの演出コイン 3 3 … … 9 9 10 10 import Actor (Actor(..)) 11 import AppUtil 11 import AppUtil (putimg) 12 12 import Const 13 13 import Images 14 import Event 14 import Event (Event(..)) 15 15 16 16 … … 33 33 34 34 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) 36 36 return () 37 37 where
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)