Changeset 20670 for lang/haskell/nario/Actor/AnimBlock.hs
- Timestamp:
- 10/04/08 13:02:36 (3 months ago)
- Files:
-
- 1 modified
-
lang/haskell/nario/Actor/AnimBlock.hs (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/haskell/nario/Actor/AnimBlock.hs
r20661 r20670 7 7 import Multimedia.SDL hiding (Event) 8 8 9 import Actor 9 import Actor (Actor(..)) 10 10 import Const 11 11 import AppUtil … … 27 27 28 28 instance Actor AnimBlock where 29 update self29 update fld self 30 30 | not (bDead self) = (self', ev') 31 31 | otherwise = (self, []) … … 51 51 cc = case c of 52 52 '?' -> '#' 53 'K' -> '#' 53 54 x -> x
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)