Changeset 20775 for lang/haskell/nario/Actor/AnimBlock.hs
- Timestamp:
- 10/05/08 16:27:31 (3 months ago)
- Files:
-
- 1 modified
-
lang/haskell/nario/Actor/AnimBlock.hs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/haskell/nario/Actor/AnimBlock.hs
r20670 r20775 14 14 import Event 15 15 16 -- ============================================================================17 -- AnimBlock18 -- ブロックを叩いたときのバウンド演出19 16 20 17 data AnimBlock = AnimBlock { … … 40 37 41 38 render self imgres scrx sur = do 42 blitSurface (getImageSurface imgres $ chr2img $ chr self) Nothing sur (pt ( (x self) `div` one - scrx) ((y self)`div` one - 8))39 blitSurface (getImageSurface imgres $ chr2img $ chr self) Nothing sur (pt (x self `div` one - scrx) (y self `div` one - 8)) 43 40 return () 44 41
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)