summaryrefslogtreecommitdiff
path: root/editor/icons/editor_icons_builders.py
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2023-02-17 22:37:38 +0100
committerYuri Sizov <yuris@humnom.net>2023-02-17 22:42:23 +0100
commit236cec06330f321e92867b30abbd168d7ea0b3aa (patch)
tree3def1c9ecb0b7163e0e6123f61cd205653b5e336 /editor/icons/editor_icons_builders.py
parent0c27edf3d971bd3accffbaee5c57da33d0549284 (diff)
Add a custom icon for the `project.godot` file in the EditorFileDialog
Diffstat (limited to 'editor/icons/editor_icons_builders.py')
-rw-r--r--editor/icons/editor_icons_builders.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/icons/editor_icons_builders.py b/editor/icons/editor_icons_builders.py
index fb9a57c429..2b621071ce 100644
--- a/editor/icons/editor_icons_builders.py
+++ b/editor/icons/editor_icons_builders.py
@@ -58,6 +58,8 @@ def make_editor_icons_action(target, source, env):
thumb_medium_indices.append(str(index))
if icon_name.endswith("BigThumb"): # don't know a better way to handle this
thumb_big_indices.append(str(index))
+ if icon_name.endswith("GodotFile"): # don't know a better way to handle this
+ thumb_big_indices.append(str(index))
s.write('\t"{0}"'.format(icon_name))