ipodtouch0218 / NSMB-MarioVsLuigi

Standalone Unity remake of New Super Mario Bros DS' multiplayer gamemode, "Mario vs Luigi"
https://ipodtouch0218.itch.io/nsmb-mariovsluigi
662 stars 294 forks source link

Win/Lose/Draw text animations #155

Closed vlcoo closed 1 year ago

vlcoo commented 1 year ago

Based on the original game and the suggestion in the server. Very close but not 100% correct, may need a review!

For some reason git thinks all lines in GameManager.cs were changed, where only a couple of them (l. 335 to 352) actually were. Idk, be careful if that gives errors.

ipodtouch0218 commented 1 year ago

For some reason git thinks all lines in GameManager.cs were changed, where only a couple of them (l. 335 to 352) actually were. Idk, be careful if that gives errors.

This was caused by your editor saving using CRLF, while the source uses just LF. I've changed to the proper line endings in 405a6c4