summaryrefslogtreecommitdiff
path: root/scene/animation/tween.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2017-01-13 19:36:04 -0300
committerJuan Linietsky <reduzio@gmail.com>2017-01-13 19:36:04 -0300
commit00ec16e3f3a98339ec7462675fa41b3dd240861b (patch)
treebf2b76e70583a0b94ace525cc612b267b3d9d488 /scene/animation/tween.h
parenta97551902e24ef1ac8fd709d77a5195b73c6c1ae (diff)
renamed tween animationplayer scale functions to speed_scale
Diffstat (limited to 'scene/animation/tween.h')
-rw-r--r--scene/animation/tween.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/animation/tween.h b/scene/animation/tween.h
index 12c7aa62a1..07c2e90da2 100644
--- a/scene/animation/tween.h
+++ b/scene/animation/tween.h
@@ -165,8 +165,8 @@ public:
void set_tween_process_mode(TweenProcessMode p_mode);
TweenProcessMode get_tween_process_mode() const;
- void set_speed(float p_speed);
- float get_speed() const;
+ void set_speed_scale(float p_speed);
+ float get_speed_scale() const;
bool start();
bool reset(Object *p_node, String p_key);