mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:45:33 +00:00
Moved modifiers code to resource
This commit is contained in:
parent
0203af4642
commit
f9aab9718a
12 changed files with 132 additions and 74 deletions
|
|
@ -63,7 +63,7 @@ public partial class LaserBullet : Bullet
|
|||
_lethalTimer.Start();
|
||||
}
|
||||
|
||||
protected override void RotateBullet(float degrees)
|
||||
public override void RotateBullet(float degrees)
|
||||
{
|
||||
base.RotateBullet(degrees);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue