Aaron J Yoder
Aaron J Yoder
### Describe the project you are working on I am working on a game that implements an options menu with rounded tabs. ### Describe the problem or limitation you are...
Adds support for spacing between tabs. Supports LTR and RTL. Closes [proposal #10057](https://github.com/godotengine/godot-proposals/issues/10057).
Right now, the callable interface is generated in a way that makes it very difficult to use in Java. The Java example given [here](https://godot-kotl.in/en/stable/user-guide/signals_and_callables/#callables) is incorrect, but besides that it...