1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-20 12:33:14 +00:00

Fix issue with export preview not working when importing an image

This commit is contained in:
Manolis Papadeas 2022-03-27 04:19:47 +03:00
parent 8e1175429e
commit 4cdd20a2fe

View file

@ -12,7 +12,7 @@ const MedianCutQuantization = preload("res://addons/gdgifexporter/quantization/m
var current_tab: int = ExportTab.FRAME
# Frame options
var frame_number := 0
var frame_number := 1
# All frames and their layers processed/blended into images
var processed_images = [] # Image[]