mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-05 09:05:55 +00:00
Added offsets and remade modifiers system
This commit is contained in:
parent
881a4897da
commit
aab69fb609
16 changed files with 474 additions and 426 deletions
|
|
@ -1,8 +1,10 @@
|
|||
using Godot;
|
||||
using Cirno.Scripts.Components;
|
||||
using Godot;
|
||||
|
||||
namespace Cirno.Scripts.Resources;
|
||||
|
||||
public interface IBulletModifier
|
||||
{
|
||||
float ModifySpeed(float baseSpeed, int bulletIndex, int totalBullets);
|
||||
BulletInfo ModifyBullet(BulletInfo bullet, int bulletIndex, int totalBullets);
|
||||
//float ModifySpeed(float baseSpeed, int bulletIndex, int totalBullets);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue