godot-python
godot-python copied to clipboard
Adding __hash__ for Vector2 & Vector3 to allow using them as dict key.
I'd want to propose adding hash method for Vector2 and Vector3 to allow using them as dict key. Lack of immutability is concerning me.