mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 09:35:34 +00:00
Danmaku room in factory 3
This commit is contained in:
parent
0621f2fffe
commit
08c7a9dbd1
22 changed files with 1179 additions and 290 deletions
|
|
@ -72,7 +72,7 @@ public partial class ScriptableBulletsEmitter3D : Destructible3D, IActivable, IS
|
|||
}
|
||||
else
|
||||
{
|
||||
GD.PushWarning("Emitter has no script assigned");
|
||||
GD.PushWarning($"Emitter {this.Name} {this.ActivationGroup} has no script assigned");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ public partial class Switch3D : Interactable3D
|
|||
|
||||
if (!string.IsNullOrWhiteSpace(TargetGroup))
|
||||
{
|
||||
success |= ActivationHelper.UseTargets(this, TargetGroup, activationType);
|
||||
success |= ActivationHelper.UseTargets(this, TargetGroup, activationTypeToUse);
|
||||
}
|
||||
|
||||
var result = Targets.Aggregate(success,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue