Great job finishing the game. It's a very fun and inventive game. The art is excellent as well. There were some areas like by the drink machine where something was blocking my shots. I think it was because when the player flips from side to side, the bullet spawn point gets caught inside something.
Viewing post in The Last Sit jam comments
In case you are interested, we had this issue before, and it was because a collider that detects the player is near is in the same layer as the bullets. Hence, the bullets collide with that invisible collider. The drink machine was the last we implemented so I guess that bug replicated without us noticing. Oh well....