One of the things I have been working on is navigation, both for the player and for the customers (indicated by the Godot icon). When you play, you can click on the
different coffee stations (currently missing except for the brewing machine) to add ingredients. I'm using a Navigation2D node. The script is based off of this tutorial:
Super useful for the game I'm currently making.