Okxa

Results 13 comments of Okxa

Background: I am developing a plugin in which the user can switch between several modes, and I wanted to add a button with a question mark icon which would show...

Here is a complete workaround example, using the return value of `_set`: ```gdscript @export var test:int = 0: set(value): if _set("test", value): test = value func _set(property, value): if property...

> I'm not familiar with https://github.com/godotengine/godot/blob/5833f597865c773fae3ee09fc4e31d4a243f812d/core/math/convex_hull.h and if it creates good meshes, but it's not usable from game code. I'm reimplementing nav mesh generation from shapes in gdscript (the shapes...