mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 22:35:54 +00:00
Enemies drop items with speed
This commit is contained in:
parent
632b5cfa6b
commit
95837b75fe
8 changed files with 84 additions and 25 deletions
|
|
@ -6,7 +6,7 @@ namespace Cirno.Scripts.Interactables;
|
|||
|
||||
public partial class ItemPickup : Interactable
|
||||
{
|
||||
[Export] public Array<LootItem> LootTable = new Array<LootItem>();
|
||||
[Export] public Array<LootItem> LootTable = [];
|
||||
|
||||
public override bool Activate(ActivationType activationType = ActivationType.Toggle)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue