Added Lanczos scaling interpolation

Only works with Godot 3.2. If you're using 3.1.x and below this will NOT work!
This commit is contained in:
OverloadedOrama 2020-02-07 02:30:43 +02:00
parent 8b5f505a1f
commit 49005e7425
3 changed files with 6 additions and 5 deletions

View file

@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Translators can now be seen in the About window.
- It is now possible to remove custom brushes with the middle mouse button.
- Added HSV mode to the color picker. (Added automatically because of the Godot 3.2 update)
- Lanczos scaling interpolation. (Added because of the Godot 3.2 update)
## Changed
- Updates to the Greek, Russian and Traditional Chinese translations.