Show
Ignore:
Timestamp:
10/04/08 13:02:36 (3 months ago)
Author:
mokehehe
Message:

きのこ追加

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/haskell/nario/Actor/AnimBlock.hs

    r20661 r20670  
    77import Multimedia.SDL hiding (Event) 
    88 
    9 import Actor 
     9import Actor (Actor(..)) 
    1010import Const 
    1111import AppUtil 
     
    2727 
    2828instance Actor AnimBlock where 
    29         update self 
     29        update fld self 
    3030                | not (bDead self)      = (self', ev') 
    3131                | otherwise                     = (self, []) 
     
    5151                cc = case c of 
    5252                        '?'     -> '#' 
     53                        'K'     -> '#' 
    5354                        x       -> x