Changeset 20943 for lang/haskell/nario/Actor/Kinoko.hs
- Timestamp:
- 10/08/08 07:34:08 (3 months ago)
- Files:
-
- 1 modified
-
lang/haskell/nario/Actor/Kinoko.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/haskell/nario/Actor/Kinoko.hs
r20925 r20943 32 32 (x', y', vx', vy') = updateActorBase fld (x self, y self, vx self, vy self) 33 33 34 render self imgres scrx sur = do 35 putimg sur imgres imgtype ((x self) `div` one - chrSize `div` 2 - scrx) ((y self) `div` one - ofsH - 8) 36 return () 37 where 38 imgtype = ImgKinoko 34 render self imgres scrx sur = 35 putimg sur imgres ImgKinoko ((x self) `div` one - chrSize `div` 2 - scrx) ((y self) `div` one - ofsH - 8) 39 36 40 37 bDead self = y self >= (screenHeight + chrSize * 3) * one || x self <= -chrSize * one
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)