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

11
Scripts/Pickupper.cs Normal file
View file

@ -0,0 +1,11 @@
using Godot;
using System;
public partial class Pickupper : Activable
{
public override void Activate()
{
}
}