Red keycard base

This commit is contained in:
Marco 2025-01-20 16:47:15 +01:00
commit 14893a544b
14 changed files with 291 additions and 19 deletions

View file

@ -5,16 +5,6 @@ using System.Diagnostics;
public partial class Interactable : Area2D
{
[Export] public Activable Target { get; set; }
// Called when the node enters the scene tree for the first time.
public override void _Ready()
{
}
// Called every frame. 'delta' is the elapsed time since the previous frame.
public override void _Process(double delta)
{
}
public void Activate()
{