Add .png to the output images.

This commit is contained in:
Relintai 2022-04-27 15:52:13 +02:00
parent 7d574029c7
commit 9973987fbc

View File

@ -166,7 +166,7 @@ func _process_state_take_screenshot(delta):
var img : Image = vt.get_data()
img.flip_y()
img.save_png("res://output/" + _files[_current_index])
img.save_png("res://output/" + _files[_current_index] + ".png")
_current_index += 1
_current_state = States.STATE_NEXT