godot-demo-projects icon indicating copy to clipboard operation
godot-demo-projects copied to clipboard

Updated Multiplayer Pong C# to Godot 4.2

Open tinybitofheaven opened this issue 2 months ago • 3 comments

This is my attempt for updating the Multiplayer Pong C# demo project to Godot 4. This demo was marked as needing an update in [#697]. I tested it locally, it works as expected. I kept the comments mostly as is, please let me know if anything about what I made needs to change!

tinybitofheaven avatar Apr 14 '24 20:04 tinybitofheaven

I was wondering what the issue was with this formatting check? It isn't telling me exactly what's wrong and as far as I can tell, the lines of code it's flagging in the .sln file are exactly the same.

image

tinybitofheaven avatar Apr 17 '24 17:04 tinybitofheaven

@tinybitofheaven That file has an invisible BOM at the start of the file, which should be removed.

aaronfranke avatar Apr 17 '24 17:04 aaronfranke

@aaronfranke Thanks, I believe it is fixed now!

tinybitofheaven avatar Apr 17 '24 17:04 tinybitofheaven