Allow connecting from both directions, use textured logic gates instead of UI to get a huge speedup, make output single output(should have been), add connection removal with right click

This commit is contained in:
csd4ni3l
2025-10-16 21:39:10 +02:00
parent ab9035e76d
commit 318d5b2823
10 changed files with 134 additions and 47 deletions

View File

@@ -1,7 +1,7 @@
import arcade, arcade.gui, asyncio, pypresence, time, copy, json
from utils.preload import button_texture, button_hovered_texture
from utils.constants import big_button_style, discord_presence_id
from utils.preload import button_texture, button_hovered_texture
from utils.utils import FakePyPresence
class Main(arcade.gui.UIView):