Implement/improve null/un/binary logic gates

This commit is contained in:
2025-01-08 18:13:20 +00:00
parent d436db2847
commit ef751cbd21
9 changed files with 246 additions and 183 deletions
+3 -2
View File
@@ -49,8 +49,9 @@ itemSPic it = case it ^. itType of
DROPPER{} -> defSPic
CLICKER{} -> defSPic
COPIER{} -> defSPic
BGATE -> defSPic
UGATE -> defSPic
BINGATE -> defSPic
UNIGATE -> defSPic
NULGATE -> defSPic
craftItemSPic :: CraftType -> Shape
craftItemSPic = \case