godot icon indicating copy to clipboard operation
godot copied to clipboard

C#: Add `Skew` to `Transform2D` and fix `InterpolateWith`

Open raulsntos opened this issue 2 years ago • 0 comments

  • Add Skew property to Transform2D.
    • Added to Core in https://github.com/godotengine/godot/pull/38394.
    • Exposed to GDScript in https://github.com/godotengine/godot/pull/52398.
  • Fix InterpolateWith in Transform2D to support skewed transforms.
    • Follow up to https://github.com/godotengine/godot/pull/72287.

raulsntos avatar Jan 29 '23 15:01 raulsntos