repo.or.cz
/
hollow-plutonium.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Refactored world runner.
[hollow-plutonium.git]
/
Collision.hs
blob
29236a40a953838b515b50b6300723de5c176974
1
module
Collision
where
2
3
data
Collision
=
4
Null |
5
Monster |
6
Player
Int
|
7
RemapControls |
8
ReloadLevel |
9
ModifyPlayer |
10
GameOver |
11
GotControlled
12
13