delayed sun animation
This commit is contained in:
parent
92ebb2868d
commit
64323290cc
2 changed files with 7 additions and 5 deletions
|
|
@ -46,7 +46,7 @@ public partial class Sun : Area2D
|
|||
_fade.Stop();
|
||||
scoring = true;
|
||||
|
||||
RuntimeLevelData.Instance.AddSun(amount);
|
||||
RuntimeLevelData.Instance.AddSun(amount,false);
|
||||
|
||||
GetNode<ChannelPlayer>("SunPlayer").Play();
|
||||
var tween = CreateTween();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue