From 87ae263455d85f692d8cf4ab6e10fda1329d61de Mon Sep 17 00:00:00 2001 From: deet mit Date: Wed, 15 Jul 2020 21:36:47 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ea0ce5..c64a017 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ Adds some new elements to Mesecons mod, to make it easier to build more complex New elements: -- autowire tool, creates wires automatically (left click to select 'from', right click to select 'to') -- autodelete tool, removes wires automatically (left clik removes one block, right click removes entire wire) +- autowire tool (black), creates wires automatically (left click to select 'from', right click to select 'to') +- autodelete tool (red), removes wires automatically (left clik removes one block, right click removes entire wire) +- select tool (blue), selects region used by yellow tool +- automove tool (yellow), moves the circuits while keeping nodes connected (left mouse moves to the left, right mouse moves to the right selected region) - 3input logic gates - registers: latch and flipflop From 0c84167d9502e4fd7baa333d17dcdb77099e6908 Mon Sep 17 00:00:00 2001 From: deet mit Date: Wed, 15 Jul 2020 21:38:09 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c64a017..01ed143 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,7 @@ New elements: - automove tool (yellow), moves the circuits while keeping nodes connected (left mouse moves to the left, right mouse moves to the right selected region) - 3input logic gates - registers: latch and flipflop + +TODO: +- support for multiple users +- add better visualisations and graphics \ No newline at end of file