mirror of
https://github.com/fadden/6502bench.git
synced 2026-04-20 19:16:34 +00:00
Progress toward wireframe animations
Handle the remaining visualization editor UI controls, except for the "test" button. Save/restore wireframe animations in the project file. Changed the preview from a 1-pixel-wide line drawn by a path half the window size to a 2-pixel-wide line drawn by a path the exact window size.
This commit is contained in:
@@ -36,7 +36,7 @@ namespace SourceGen {
|
||||
/// <summary>
|
||||
/// Frame delay parameter.
|
||||
/// </summary>
|
||||
public const string P_FRAME_DELAY_MSEC_PARAM = "_frame-delay-msec";
|
||||
public const string P_FRAME_DELAY_MSEC_PARAM = "_frameDelayMsec";
|
||||
public const string P_FRAME_DELAY_MSEC_PARAM_OLD = "frame-delay-msec";
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user