This is a feature-packed release of Goost.
Notable features include:
- A
MidiPlayerto play MIDI files with SoundFont: #157. - A
Debug2Dsingleton to help the process of debugging in 2D by drawing: #162. - A
Spawner2Dnode to automatically instantiate nodes from scenes and scripts in 2D: #165. - A
GoostMathsingleton: #153, #155. - A
PolyEllipse2Dnode, which generates ellipse polygon, and correspondingGoostGeometry2D.ellipse()method: #167. - A project setting for configuring path to repository by Git plugin:
version_control/git/repository_path. - An editor setting for
MixinScriptauto-switching behavior:text_editor/files/open_first_script_on_editing_mixin_script(disabled by default now).