description requests
This commit is contained in:
parent
de2e8b1e50
commit
6fbae10750
35 changed files with 359 additions and 154 deletions
|
|
@ -6,7 +6,7 @@ namespace Newlon.Components.Plants;
|
|||
// Shoot component of some plants
|
||||
public partial class Shooter : Node2D
|
||||
{
|
||||
[Export] protected PackedScene _projectile;
|
||||
[Export] public PackedScene _projectile { get; protected set;}
|
||||
[Export] protected Timer _timer;
|
||||
|
||||
protected RuntimePlantData _plantData;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue