kintrix
kintrix
Is it planned if/when this happens we would get a headless build as well? I would be interested in getting a Godot version manager as a CLI tool only.
Alright, that's amazing to hear! Just as a note, though: `gvm` is already the name of the Go Version Manager. You may want to consier `gdvm` or similar.
If #25 gets resolved I would be more than happy to implement this and write documentation on it, maybe in a similar style to `oneOf`. I looked into implementing something...
I don't see the downside either. To me it seems it would simply allow nicer error propagation. However, even if this does not become part of the public API (I...
I really do want to have private members. My biggest problem is the following: ```py class ParentClass: var a = 10 var random_var = a/2 # I want to make...
> I think something like this should be done.. > > ``` > #allow accessing friend members in Sprite and AnimationPlayer > extends Node2D friends Sprite, AnimationPlayer > > pub...
@Janglee213 What you are proposing would need some fundamental changes as well, since starting with an underscore can mean something different than `private`. It can also mean `virtual`. As used...