New alpha blend behavior now works on circle brushes

This commit is contained in:
OverloadedOrama 2020-02-10 02:39:36 +02:00
parent a6d129526c
commit 5fe4b74a39
2 changed files with 2 additions and 2 deletions

View file

@ -191,4 +191,3 @@ func get_palette_files(path : String) -> Array:
func save_palette(palette_name : String, filename : String) -> void:
var palette = Global.palettes[palette_name]
palette.save_to_file(palettes_path.plus_file(filename))