mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 17:55: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
|
|
@ -5,6 +5,7 @@ using Godot;
|
|||
namespace Cirno.Scripts.Resources.ItemEffects;
|
||||
|
||||
[GlobalClass]
|
||||
[Tool]
|
||||
public partial class HealEffectResource : ItemEffectResource
|
||||
{
|
||||
[Export] public float HealAmount { get; private set; } = 10f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue