Andrey
Andrey
Thank you for request and research! I've add this feature to `Block` and basic interface `IBlock` Wanted to add to classes with color, but this, unfortunately, will not work until...
@dotnet-policy-service agree
I've tried to reproduce the example on the [v0.2.29](https://www.nuget.org/packages/GeometryDashAPI/0.2.29) And this looks fine ```cs [TestFixture] public class LevelTests { [Test] public void AudioTrack() { var level = new Level(); level.Options.Ka1...
Looks like the game doesn't use `Ka1` now. Because when I was developing the library, I couldn't make `Ka1` non-0. Might the second example from the comment above be suitable...
I think in that case you can save metadata about level. This will allow you to find out song id, author, name of the level, likes and etc later, because...