removed print statements
This commit is contained in:
@@ -13,12 +13,10 @@ public partial class DetectableInteractionArea : Area2D
|
||||
{
|
||||
if (instanceID.AsString() == GetInstanceId().ToString())
|
||||
{
|
||||
GD.Print("InteractionArea: Selected.");
|
||||
interactionArea2D.HighlightInteractable();
|
||||
}
|
||||
else
|
||||
{
|
||||
GD.Print("InteractionArea: Not Selected.");
|
||||
interactionArea2D.ResetHighlight();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user