This directory includes source code and image files for re-creating the mod
See https://github.com/Cairath/Oxygen-Not-Included-Modding/wiki/Introduction &
https://github.com/Cairath/Oxygen-Not-Included-Modding for getting started if
you are not already familiar with ONI modding, those pages are great write-up
of what you need to know.

If you need to recreate in Visual Studio then it will be easier if you call
  Project name = LogicGateDff
  Solution name = MoreLogicGates
This way you do not have to modify the code to make it work.

The file "logic_memory_0.xcf" is a cleaned up logic gate image ("Gimp" format)
with layers, you can use this as starting point for adding your own 3 or 4 port
gates to the game. Note that the image is based on Klei's work so do not use it
for anything else than ONI mods! See readme.txt under anim\building\LogicGateDFF
for some additional hints regarding the graphics.
