ShadowApex / godot-go

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

Implement Singletons Classes #10

Closed ShadowApex closed 6 years ago

ShadowApex commented 6 years ago

There are several global singleton classes that aren't meant to be embedded. For example, calling godot.OS.GetScreenSize(). We might want to make Singleton classes private and only expose them as variables.

pastaq commented 6 years ago

https://github.com/ShadowApex/godot-go/pull/19