Will Nations

Results 89 comments of Will Nations

Please forgive my JS inexperience. I see how the specified feature (#8991) allows one to extend the SvelteComponent-generated class and customize it, but I don't see how it allows one...

On a related note, I've been experimenting with using mixins as a workaround, and one issue I've run into is that, when I have a lot of properties added to...

In short, I am regularly busy with things from my day job and have been largely involved with Godot for the better part of the last 2 years aside from...

I must've missed this in the past, but someone recently brought it to my attention on Reddit. I'm going to try and look into it. Thanks for reporting it! Seems...

@zetashift I forgot about this issue (so many things to keep track of these days)

#2 will introduce the following types: - GraphVertex: a handle for a vertex ID in a ListDigraph - GraphArc: a handle for an arc ID in a ListDigraph - ListDigraph:...

@clayheaton I'll look into it (haven't worked much with Python at all). Thanks for the feedback!

cc @xDGameStudios

@jebedaia360 > 'godot-journey' also shoud implements global variables in like my RakugoVars: I would like to provide an avenue for storing information related to the story, but I would like...

Well, the first step is creating the low-level StoryGraph data structure. The fastest and most efficient way to do that is to incorporate a third-party library that already has a...