Changeset 20925 for lang/haskell/nario/Actor/Nokonoko.hs
- Timestamp:
- 10/07/08 20:42:00 (3 months ago)
- Files:
-
- 1 modified
-
lang/haskell/nario/Actor/Nokonoko.hs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/haskell/nario/Actor/Nokonoko.hs
r20825 r20925 6 6 ) where 7 7 8 import Multimedia.SDL (blitSurface, pt)8 --import Multimedia.SDL (blitSurface, pt) 9 9 10 10 import Actor (Actor(..), ActorWrapper(..)) 11 11 import Actor.Common (updateActorBase, stamp) 12 12 import Actor.Koura 13 import AppUtil (Rect(..), putimg) 13 14 import Const 14 import AppUtil (getImageSurface, Rect(..))15 15 import Images 16 16 import Player (setPlayerDamage, stampPlayer, addScore) … … 34 34 35 35 render self imgres scrx sur = do 36 blitSurface (getImageSurface imgres imgtype) Nothing sur (pt (x self `div` one - chrSize `div` 2 - scrx) (y self `div` one - ofsH - 8))36 putimg sur imgres imgtype (x self `div` one - chrSize `div` 2 - scrx) (y self `div` one - ofsH - 8) 37 37 return () 38 38 where
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)