Skip to content

Commit 44ab637

Browse files
committed
Reimplemented player actions and basic messaging
1 parent a1318b5 commit 44ab637

File tree

6 files changed

+495
-176
lines changed

6 files changed

+495
-176
lines changed

Source/RunActivity/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ static class Program
4242
public static Simulator Simulator;
4343
public static Viewer Viewer;
4444
public static DispatchViewer DebugViewer;
45-
public static MapViewer DebugViewerBeta;
45+
public static MapViewer MapForm;
4646
public static SoundDebugForm SoundDebugForm;
4747
public static ORTraceListener ORTraceListener;
4848
public static string logFileName = ""; // contains path to file

Source/RunActivity/Viewer3D/Map/MapForm.Designer.cs

Lines changed: 123 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)