Skip to content

Commit c350225

Browse files
committed
Add support for animation file types in file dialog
1 parent 06cca26 commit c350225

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

engine/gui/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ def view_entity(self, entity_list: tk.Listbox) -> None:
464464
"scriptfile": [("Python scripts", "*.py"), ("All files", "*.*")],
465465
"image": [
466466
("Images", "*.png *.jpg *.jpeg *.gif *.bmp"),
467+
("Animations", "*.gif *.webp"),
467468
("All files", "*.*"),
468469
],
469470
}

0 commit comments

Comments
 (0)