Reduce marquee speed

This commit is contained in:
elasota
2021-02-20 15:20:39 -05:00
parent 35b8e922d7
commit e7246c1444
2 changed files with 19 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ typedef struct
{
Pattern pats[kNumMarqueePats];
Rect bounds, handle;
short index, direction, dist;
short index, direction, dist, step, interval;
Boolean active, paused, handled;
} marquee;