Changeset 20925 for lang/haskell/nario/Actor.hs
- Timestamp:
- 10/07/08 20:42:00 (3 months ago)
- Files:
-
- 1 modified
-
lang/haskell/nario/Actor.hs (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/haskell/nario/Actor.hs
r20811 r20925 1 1 {-# OPTIONS_GHC -fglasgow-exts #-} 2 -- -*- mode: haskell; Encoding: UTF-8 -*- 3 4 -- ゲーム内に登場するオブジェクト 2 5 3 6 module Actor ( … … 11 14 import Multimedia.SDL (Surface) 12 15 16 import AppUtil (ImageResource, Rect) 13 17 import Event (Event) 14 import AppUtil (ImageResource, Rect)15 18 import Field (Field) 16 19 import Player (Player) … … 30 33 onHit pl ac = (pl, Nothing, []) 31 34 32 -- ============================================================================33 35 34 36 ----
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)