Make INPUTs have no value by default, center tools box, fix INPUT placement range, add camera panning, fix crash if a gate input value is None

This commit is contained in:
csd4ni3l
2025-10-17 20:59:29 +02:00
parent a280500e06
commit 37a481aeab
4 changed files with 75 additions and 109 deletions

View File

@@ -18,6 +18,7 @@ class Tutorial(arcade.gui.UIView):
- To create connections, click on the + buttons, left is the input, right is the output
- On levels, a node has to have 2 inputs(Except the OUTPUT and NOT node), but only 1 output
- On DIY mode, a node can have more than 2 inputs, except for OUTPUT and NOT
- You can change an INPUT's gate value by clicking on it
- You have to connect the nodes in a way to meet the required result
Logical Gates explanation: