qarmin / The-worst-Godot-test-project

Test project to check as many as possible functions, nodes and their parameters
20 stars 6 forks source link

Some renames and fixes to operate with last commit on godot:master #3

Closed kuruk-mm closed 4 years ago

kuruk-mm commented 4 years ago

I use this project to test godotengine/godot#36426

I take advantage and make a PR with the changes

Extra: It seems is crashing on 2DALL with the node of Line2D trying to set a vector with negative values. I disabled the Line2D and works fine. The engine it's not dealing with this.

kuruk-mm commented 4 years ago

Done

qarmin commented 4 years ago

Thanks!

Crash with Line2D, should be fixed with this PR - https://github.com/godotengine/godot/pull/36476