redirection tiles
This commit is contained in:
parent
3fe903f2b8
commit
f3a6f7a05a
27 changed files with 369 additions and 70 deletions
|
|
@ -1,9 +1,9 @@
|
|||
using Godot;
|
||||
using Newlon.Components;
|
||||
using System;
|
||||
|
||||
namespace Newlon.Systems.Effects;
|
||||
|
||||
[GlobalClass]
|
||||
public partial class SlownessEffect : Effect
|
||||
{
|
||||
[Export] public Color ColorOverride;
|
||||
|
|
@ -29,6 +29,6 @@ public partial class SlownessEffect : Effect
|
|||
|
||||
public override void Process(Node target)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue