Fix thrown item position
Start adding more floors Testing Item Rescue
This commit is contained in:
@@ -20,5 +20,7 @@ public partial class ItemRescue : Area3D
|
||||
GD.Print("Item rescue entered");
|
||||
if (item is IDroppedItem droppedItem)
|
||||
droppedItem.RescueItem();
|
||||
if (item is ThrownItem thrownItem)
|
||||
thrownItem.RescueItem();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user