CSharpRedotTools / Template

A template used for quickly setting up new Redot 4 C# games.
MIT License
111 stars 8 forks source link

`Level.cs` and `Player.cs` are too closely coupled to the multiplayer code #31

Closed valkyrienyanko closed 2 months ago

valkyrienyanko commented 2 months ago

Not everyone using the Top Down genre may want to implement multiplayer right off the bat. Developers should be able to delete the below code without consequence of netcode breaking.

I'm not even sure how to solve something like this.

https://github.com/ValksGodotTools/Template/blob/ba1c0a7b3bd26ecd68b4b6d931309b4bd8bd3913/Genres/2D%20Top%20Down/Scripts/Level.cs#L36-L59

valkyrienyanko commented 2 months ago

Resolved by 1952508d303b6172d60d961236b8d52fc8033ade and 840d6e9bae31908779d5665f519c8de4f7958d56