🚧 WIP first setup completed (still buggy!)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using Godot;
|
||||
|
||||
namespace Babushka.scripts.CSharp.Common.CharacterControls;
|
||||
|
||||
public partial class DetectableInteractionArea : Area2D
|
||||
{
|
||||
[Export] private InteractionArea2D _interactionArea2D;
|
||||
|
||||
public void ActivateInteractionArea(bool activate)
|
||||
{
|
||||
_interactionArea2D.IsActive = activate;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user