Changeset 20925 for lang/haskell/nario/Actor/ScoreAdd.hs
- Timestamp:
- 10/07/08 20:42:00 (3 months ago)
- Files:
-
- 1 modified
-
lang/haskell/nario/Actor/ScoreAdd.hs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/haskell/nario/Actor/ScoreAdd.hs
r20811 r20925 6 6 ) where 7 7 8 import Multimedia.SDL hiding (Event)8 --import Multimedia.SDL hiding (Event) 9 9 10 10 import Actor (Actor(..)) 11 import AppUtil 11 import AppUtil (putimg) 12 12 import Const 13 13 import Images … … 27 27 28 28 render self imgres scrx sur = do 29 blitSurface (getImageSurface imgres imgtype) Nothing sur (pt (sx self - scrx) (sy self))29 putimg sur imgres imgtype (sx self - scrx) (sy self) 30 30 return () 31 31 where
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)