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.
This commit is contained in:
@@ -456,7 +456,6 @@ NpcVisual navigates through the active world
|
|||||||
├── player/
|
├── player/
|
||||||
│ ├── camera_rig.gd
|
│ ├── camera_rig.gd
|
||||||
│ ├── player.gd
|
│ ├── player.gd
|
||||||
│ ├── PlayerInteraction.gd Currently an empty placeholder
|
|
||||||
│ └── npc/
|
│ └── npc/
|
||||||
│ ├── NpcVisual.gd
|
│ ├── NpcVisual.gd
|
||||||
│ └── NpcVisual.tscn
|
│ └── NpcVisual.tscn
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
extends Node
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
uid://b1ka4yih1ioh
|
|
||||||
Reference in New Issue
Block a user