Reorganized code to add Debris class
This commit is contained in:
parent
e85dc20a48
commit
90b8d87e02
11 changed files with 57 additions and 25 deletions
|
@ -6,6 +6,7 @@ import Game
|
|||
import Level
|
||||
import MainLoop
|
||||
import Player
|
||||
import Tank
|
||||
|
||||
import Control.Monad.State
|
||||
import Data.Fixed
|
||||
|
|
Reference in a new issue