Skip to content

Commit

Permalink
fix transition
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryI committed Nov 13, 2024
1 parent d85a0e2 commit 41c5b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Asteroids/App.wlx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ create[controls_] := Module[{
{Blue, PointSize[0.1], Point @ Offload @ enemies},
RGBColor[1.0 - 0.1764, 1.0 - 0.8313, 1.0 - 0.74901], Point[Offload @ projectiles],
RGBColor[0.1764, 0.8313, 0.74901], PointSize[0.05], Point[Offload @ positions]
}, TransitionDuration->1, TransitionType->"Linear", PlotRange->{{-1,1}, {-1,1}}]
}, TransitionType->None, PlotRange->{{-1,1}, {-1,1}}]
];


Expand Down

0 comments on commit 41c5b75

Please sign in to comment.