mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-10 13:15:53 +00:00
Made things into tools to display enemy icons on spawner marks
This commit is contained in:
parent
f460103239
commit
c00d298443
49 changed files with 174 additions and 55 deletions
|
|
@ -4,6 +4,7 @@ using Godot;
|
|||
namespace Cirno.Scripts.Resources.ItemEffects;
|
||||
|
||||
[GlobalClass]
|
||||
[Tool]
|
||||
public partial class ResourceIncreaseEffectResource : ItemEffectResource
|
||||
{
|
||||
[Export] public float IncreaseAmount { get; private set; } = 4f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue