Cleanup
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
module Dodge.LevelGen.Switch
|
||||
where
|
||||
( makeSwitch
|
||||
, makeButton
|
||||
) where
|
||||
import Dodge.Data
|
||||
import Dodge.Default
|
||||
import Dodge.Data.SoundOrigin
|
||||
@@ -75,4 +77,3 @@ makeSwitch col1 col2 effOn effOff = Button
|
||||
{ _btState = BtOff
|
||||
, _btText = "SWITCH/"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user