mirror of
https://github.com/Relintai/uml_generator.git
synced 2025-02-04 16:16:07 +01:00
Add .png to the output images.
This commit is contained in:
parent
7d574029c7
commit
9973987fbc
@ -166,7 +166,7 @@ func _process_state_take_screenshot(delta):
|
|||||||
var img : Image = vt.get_data()
|
var img : Image = vt.get_data()
|
||||||
img.flip_y()
|
img.flip_y()
|
||||||
|
|
||||||
img.save_png("res://output/" + _files[_current_index])
|
img.save_png("res://output/" + _files[_current_index] + ".png")
|
||||||
|
|
||||||
_current_index += 1
|
_current_index += 1
|
||||||
_current_state = States.STATE_NEXT
|
_current_state = States.STATE_NEXT
|
||||||
|
Loading…
Reference in New Issue
Block a user