1
0
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:
Andy McFadden
2020-03-08 17:05:08 -07:00
parent 7e92a86ffa
commit b68e39ab6b
7 changed files with 207 additions and 41 deletions
+1 -1
View File
@@ -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>