mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-21 07:33:47 +00:00
Converted doors and dialogue starters to area2d
This commit is contained in:
parent
def0f40007
commit
f873cba98b
9 changed files with 63 additions and 12 deletions
|
|
@ -3,7 +3,7 @@ using System;
|
|||
using System.Diagnostics;
|
||||
using Cirno.Scripts;
|
||||
|
||||
public partial class Activable : Node2D, IActivable
|
||||
public partial class Activable : Area2D, IActivable
|
||||
{
|
||||
public virtual void Activate(ActivationType activationType = ActivationType.Toggle)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue