I am trying to drop items from a players inventory onto the floor. Currently, I am storing items as kinematicBody2Ds, this will likely change, but I would like to create a node on the map via GDScript.
Is it possible to create items from already created TSCN files in this process to avoid redundancy?