Changeset 20811 for lang/haskell/nario/Actor.hs
- Timestamp:
- 10/05/08 22:27:31 (3 months ago)
- Files:
-
- 1 modified
-
lang/haskell/nario/Actor.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/haskell/nario/Actor.hs
r20691 r20811 27 27 getHitRect _ = Nothing 28 28 29 onHit :: Player -> a -> (Player, Maybe ActorWrapper )30 onHit pl ac = (pl, Nothing )29 onHit :: Player -> a -> (Player, Maybe ActorWrapper, [Event]) 30 onHit pl ac = (pl, Nothing, []) 31 31 32 32 -- ============================================================================
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)