Commit dc315931 authored by Viktor Lidholt's avatar Viktor Lidholt

Makes the spline tension editable in sprites

parent bc62a243
...@@ -24,11 +24,11 @@ class ActionSpline extends ActionInterval { ...@@ -24,11 +24,11 @@ class ActionSpline extends ActionInterval {
final Function setter; final Function setter;
final List<Point> points; final List<Point> points;
double tension = 0.5;
double _dt; double _dt;
void update(double t) { void update(double t) {
double tension = 0.5;
int p; int p;
double lt; double lt;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment