mirror of
https://github.com/csd4ni3l/logical-signals.git
synced 2026-01-01 12:33:46 +01:00
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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user