ShadowApex / godot-go

Go language bindings for the Godot Engine's GDNative API.
MIT License
363 stars 31 forks source link

Implement Godot Constants #11

Open ShadowApex opened 6 years ago

ShadowApex commented 6 years ago

There's a few constants like "MARGIN_LEFT" that are defined globally in Godot. We should generate and expose these.