Learning Godot 3
We're learning how to use Godot 3 during this jam!
So far the experience has been way better than I could've hoped for. With only one major exception, Godot is looking to be the best game engine I've ever worked with!
The major exception is the InputEvent system. As far as I've seen, there's no easy way to set the touch focus (no, setting "touch is handled" is not enough). There's also no distinction between the moment of state change and state held, physics colliders handle mouse/touch input in a different way, and all of those things lead to major pains when working with mouse/touch inputs. (Handling multitouch seems nigh impossible too...).
On the other hand, Godot thankfully does not use Box2D for its 2D physics, and it SHOWS (that physics engine is awful, I wonder why so many engines use it).
