diff --git a/examples/images/grass.png.import b/examples/images/grass.png.import index a0848e4..327f716 100644 --- a/examples/images/grass.png.import +++ b/examples/images/grass.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c1mh1d2f3u4ju" -path="res://.godot/imported/grass.png-e7f2e70f93a662a3b1efd9b08f855f48.ctex" +path="res://.godot/imported/grass.png-61a458998da568ce60ccb8a0c7caaf6d.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://images/grass.png" -dest_files=["res://.godot/imported/grass.png-e7f2e70f93a662a3b1efd9b08f855f48.ctex"] +source_file="res://examples/images/grass.png" +dest_files=["res://.godot/imported/grass.png-61a458998da568ce60ccb8a0c7caaf6d.ctex"] [params] diff --git a/examples/images/mountain.jpg.import b/examples/images/mountain.jpg.import index 064d009..e914676 100644 --- a/examples/images/mountain.jpg.import +++ b/examples/images/mountain.jpg.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ben72llmopgaj" -path="res://.godot/imported/mountain.jpg-0440787a185324ac75e46cccd821b0a8.ctex" +path="res://.godot/imported/mountain.jpg-c1b7de1e6557b826bc6f9324027e11af.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://images/mountain.jpg" -dest_files=["res://.godot/imported/mountain.jpg-0440787a185324ac75e46cccd821b0a8.ctex"] +source_file="res://examples/images/mountain.jpg" +dest_files=["res://.godot/imported/mountain.jpg-c1b7de1e6557b826bc6f9324027e11af.ctex"] [params] diff --git a/examples/images/noisy.png.import b/examples/images/noisy.png.import index 3e334c5..e8bab73 100644 --- a/examples/images/noisy.png.import +++ b/examples/images/noisy.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cfe2d0qes5x87" -path="res://.godot/imported/noisy.png-3f6c52addfb8a3af4691cee35862a845.ctex" +path="res://.godot/imported/noisy.png-1b2e79340785c6c0f50d5bad5ce97356.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://images/noisy.png" -dest_files=["res://.godot/imported/noisy.png-3f6c52addfb8a3af4691cee35862a845.ctex"] +source_file="res://examples/images/noisy.png" +dest_files=["res://.godot/imported/noisy.png-1b2e79340785c6c0f50d5bad5ce97356.ctex"] [params] diff --git a/examples/images/swamp.jpg.import b/examples/images/swamp.jpg.import index 1c37299..e0efe23 100644 --- a/examples/images/swamp.jpg.import +++ b/examples/images/swamp.jpg.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ckjb0agn5btv7" -path="res://.godot/imported/swamp.jpg-fdb37a8d8f6354d8ccf128b489086ba2.ctex" +path="res://.godot/imported/swamp.jpg-1dfdcd52a5ef03d42a82a7f06acefa98.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://images/swamp.jpg" -dest_files=["res://.godot/imported/swamp.jpg-fdb37a8d8f6354d8ccf128b489086ba2.ctex"] +source_file="res://examples/images/swamp.jpg" +dest_files=["res://.godot/imported/swamp.jpg-1dfdcd52a5ef03d42a82a7f06acefa98.ctex"] [params] diff --git a/src/MainUI.gd b/src/MainUI.gd index 3727f08..8a62ff1 100644 --- a/src/MainUI.gd +++ b/src/MainUI.gd @@ -72,6 +72,7 @@ func _on_open_shader_dialog_confirmed() -> void: func _on_save_image_dialog_file_selected(path): Filesystem.save_result(path) + set_buttons_disabled(false) func _on_save_image_dialog_canceled() -> void: set_buttons_disabled(false)