Closed raniejade closed 4 years ago
I think it's weird to have a global GD.load(String) function in the public singleton but a generic \<T> load(String) as an extension of Resource loader. We should either implement it as a global function or just delete the GDResource directly for consistency.
@CedNaru I forgot that GD.load
exists, I can remove ResourceLoader.load
extension. People are probably more familiar with GD.load
rather than using ResourceLoader
.
Okay let's do that.
Instead of writing:
You can do: