mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:05:34 +00:00
Grazing sounds
This commit is contained in:
parent
8b28805cbd
commit
6f92162d5a
5 changed files with 48 additions and 2 deletions
|
|
@ -39,7 +39,8 @@ public partial class PlayerGrazingModule : PlayerArea2DModule
|
|||
|
||||
GD.Print("Grazed");
|
||||
|
||||
bullet.IsGrazed = true;
|
||||
bullet.Graze();
|
||||
//bullet.IsGrazed = true;
|
||||
Shield.CurrentResource += bullet.BulletInfo.GrazeValue;
|
||||
// check if it's grazed
|
||||
// check if it's grazeable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue