From b28f88fc81f86dfbcca22ff48db8e3a25c21c505 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Thu, 26 Mar 2026 22:29:36 +0100 Subject: [PATCH] Add simulator type selection (Cycle/Event) to UI and simulation logic --- .../Content/WorldScreen.xmmp | 7 +++++- .../Simulation/LogicGateSimulator.cs | 24 +++++++++++++++++-- .../Simulation/SimulatorType.cs | 7 ++++++ .../StoneRed.LogicSimulator.csproj | 2 +- .../UserInterface/Screens/WorldScreen.cs | 13 ++++++++++ 5 files changed, 49 insertions(+), 4 deletions(-) create mode 100644 StoneRed.LogicSimulator/Simulation/SimulatorType.cs diff --git a/StoneRed.LogicSimulator/Content/WorldScreen.xmmp b/StoneRed.LogicSimulator/Content/WorldScreen.xmmp index 79f7226..167e779 100644 --- a/StoneRed.LogicSimulator/Content/WorldScreen.xmmp +++ b/StoneRed.LogicSimulator/Content/WorldScreen.xmmp @@ -15,7 +15,12 @@