You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-06 17:25:19 +00:00
Set initial value for autorestart_random_delay of AnimationNodeOneShot
(cherry picked from commit eea3bddd1d)
This commit is contained in:
@@ -363,6 +363,7 @@ AnimationNodeOneShot::AnimationNodeOneShot() {
|
||||
fade_out = 0.1;
|
||||
autorestart = false;
|
||||
autorestart_delay = 1;
|
||||
autorestart_random_delay = 0;
|
||||
|
||||
mix = MIX_MODE_BLEND;
|
||||
sync = false;
|
||||
|
||||
Reference in New Issue
Block a user