mirror of
https://github.com/godotengine/godot.git
synced 2024-12-09 10:09:20 +08:00
Merge pull request #27917 from volzhs/init_autorestart_random_delay
Set initial value for autorestart_random_delay of AnimationNodeOneShot
This commit is contained in:
commit
2d67eaf2c3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user