This commit is contained in:
2021-10-31 16:51:54 +00:00
parent e3a8417f07
commit 3efdb9e4f8
5 changed files with 28 additions and 87 deletions
+3 -2
View File
@@ -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/"
}