From 3379d08b930a8f1a88747868ec3ddf4155899618 Mon Sep 17 00:00:00 2001 From: Rijad Zuzo Date: Sun, 5 Jul 2026 23:54:59 +0200 Subject: [PATCH] chore: remove dead PlayerInteraction.gd stub The file contained only 'extends Node' with no implementation, was referenced nowhere in any scene or script, and the uid sidecar was orphaned. The next interaction surface should be planned and implemented fresh when needed. --- docs/PROJECT_CONTEXT.md | 1 - player/PlayerInteraction.gd | 1 - player/PlayerInteraction.gd.uid | 1 - 3 files changed, 3 deletions(-) delete mode 100644 player/PlayerInteraction.gd delete mode 100644 player/PlayerInteraction.gd.uid diff --git a/docs/PROJECT_CONTEXT.md b/docs/PROJECT_CONTEXT.md index 182ff60..bc13b67 100644 --- a/docs/PROJECT_CONTEXT.md +++ b/docs/PROJECT_CONTEXT.md @@ -456,7 +456,6 @@ NpcVisual navigates through the active world ├── player/ │ ├── camera_rig.gd │ ├── player.gd -│ ├── PlayerInteraction.gd Currently an empty placeholder │ └── npc/ │ ├── NpcVisual.gd │ └── NpcVisual.tscn diff --git a/player/PlayerInteraction.gd b/player/PlayerInteraction.gd deleted file mode 100644 index 61510e1..0000000 --- a/player/PlayerInteraction.gd +++ /dev/null @@ -1 +0,0 @@ -extends Node diff --git a/player/PlayerInteraction.gd.uid b/player/PlayerInteraction.gd.uid deleted file mode 100644 index e434ea5..0000000 --- a/player/PlayerInteraction.gd.uid +++ /dev/null @@ -1 +0,0 @@ -uid://b1ka4yih1ioh