Asa Sprow

Results 7 issues of Asa Sprow

There seems to be no way to see what the discord user ID of the player is, I need this to be able to differentiate stuff effectively. This seems to...

You must hand the implementation a string instead of a byte buffer, even though the string is converted to a byte buffer immediately.

* Refactored the chatbox so the same messages can be seen in multiple places (uses playermanager.gd as a proxy) * Created a rudimentary vote UI with an integrated chatbox. The...

A UI menu/screen to show during meetings. ## Requirements * Allow players to vote on one another and to skip * Have a timer to limit how long meetings can...

feature

Right now connection handling is split between main.gd and network.gd, when ideally it should all be in network.gd. This includes names, version checking, etc..

feature

A system that assigns tasks to players based on various conditions, such as game options or the player's role. Features to include: - Store a list that contains every task...

feature

I'm in the process of converting parts of my game to C#, and had trouble figuring out how to connect to GDScript signals that had parameters. I've updated the cross...