Valk
Valk
I feel it looks the best if all properties start with uppercase letter. This issue was opened as a reminder for myself.
`UITechTree.cs` is responsible for drawing the lines between tech tree nodes and it does a good job visually but under the hood it draws more lines then necessary to get...
 Notice how nodes X, D, and E are centered perfectly but node B is not quite "centered". Rather B is leaning more towards nodes E, F, C instead of...
Checking `if (!_movingToPlayer || _jumpingOutOfChest)` and `if (!_jumpingOutOfChest)` every frame of `_PhysicsProcess` seems unnecessary. There is most likely a more optimized approach to this. https://github.com/GodotModules/GodotModulesCSharp/blob/52b34211535f49e611032aecfc38a19ae96d8eb6/Scripts/Game/Coin.cs#L17-L63
### v0.1 **Netcode** - [ ] Netcode
## Steps to Reproduce 1. Start the game 2. Notice the green lines / shapes (note that this does not happen on every startup)
Should I stick with Lua or move to something else?
## Issue Players that join are not listed in the player list top left. **The code has simply not been done yet.** ## Steps to Reproduce 1. Export the game...
## Issue Guess work has to be done when creating new packets. You have to look inside CPacketLobby to ensure you're filling out all the appropriate properties. Perhaps a class...