still working out movement

This commit is contained in:
2026-07-04 03:04:56 -04:00
parent 336b72e4cb
commit dbafefd660
16 changed files with 136 additions and 71 deletions
+4
View File
@@ -31,6 +31,10 @@ public partial class HoverableNode : Node2D
{
EmitSignal(SignalName.Click, this, 2);
}
if (Input.IsActionJustPressed("middleClick"))
{
EmitSignal(SignalName.Click, this, 1);
}
}
}