DoubleDeez / MDFramework

A multiplayer C# game framework for Godot 3.4 Mono.
https://discord.gg/UH49eHK
MIT License
77 stars 13 forks source link

Feature/recurisvemdreplicated #88

Closed Beider closed 3 years ago

Beider commented 3 years ago

This fixes a bunch of issues. Fixes #72 Fixes #34 Fixes #65

There are probably more bugs as I have not written automated tests for everything. However you can check out the existing automated tests on https://github.com/DoubleDeez/MDFramework-Examples/tree/feature/automatedtests

They cover a lot of the basics so I think it should be mostly working. I had to disable one of the features of MDList though since I wasn't sure on how I would get it to work, that is the unsafe mode feature to reapply the list after looping.