Improve variable naming in Filesystem.gd

This commit is contained in:
ChaoticByte 2025-10-10 22:33:29 +02:00
parent 578ecb1d01
commit b7e2c9dfa2
Signed by: ChaoticByte
SSH key fingerprint: SHA256:bHr1NPU+JZFLUbsTl2/mfa6U+6dcM7VjKohzXnshfFY
4 changed files with 19 additions and 20 deletions

View file

@ -92,7 +92,7 @@ func _on_open_shader_dialog_confirmed() -> void:
func _on_open_image_dialog_file_selected(path: String) -> void:
Filesystem.image_path = path
Filesystem.input_image_path = path
self._on_apply_shader_button_pressed()
func _on_open_image_dialog_canceled() -> void: