mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
Delayed speed increase modifier
This commit is contained in:
parent
0e26056aa1
commit
97027ddc33
11 changed files with 145 additions and 9 deletions
|
|
@ -5,7 +5,7 @@ namespace Cirno.Scripts.Resources.Modifiers;
|
|||
[GlobalClass]
|
||||
public partial class DelayedContinuousRotationModifier : TimeModifier
|
||||
{
|
||||
public override void Update(Bullet bullet, double delta)
|
||||
public override void Update(Bullet bullet, double delta, double elapsed)
|
||||
{
|
||||
bullet.RotateSpriteDegrees((float)(Value * delta));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue