diff options
| author | Daniel J. Ramirez <djrmuv@gmail.com> | 2016-08-08 17:21:02 -0500 |
|---|---|---|
| committer | Daniel J. Ramirez <djrmuv@gmail.com> | 2016-08-08 17:23:31 -0500 |
| commit | 287b6d0e0484a43f9c576c0a2f8f980b4dc3d0bf (patch) | |
| tree | 344ea3537af0184a31224ea9b80f12665b9da580 /tools/scripts | |
| parent | 5d9967ef0071b8ecc36db45640cb3eb66adb5f14 (diff) | |
| download | redot-engine-287b6d0e0484a43f9c576c0a2f8f980b4dc3d0bf.tar.gz | |
Some new icons for visual script and graphs
Diffstat (limited to 'tools/scripts')
| -rw-r--r-- | tools/scripts/svgs_2_pngs.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/scripts/svgs_2_pngs.py b/tools/scripts/svgs_2_pngs.py index acb50892c3..879926ab42 100644 --- a/tools/scripts/svgs_2_pngs.py +++ b/tools/scripts/svgs_2_pngs.py @@ -125,7 +125,8 @@ special_icons = { 'icon_play': dict( theme_output_names= ['icon_play'] ), 'icon_stop': dict( theme_output_names= ['icon_stop'] ), 'icon_zoom_less': dict( theme_output_names= ['icon_zoom_less'], avoid_self=True ), - 'icon_zoom_reset': dict( theme_output_names= ['icon_zoom_reset'], avoid_self=True ) + 'icon_zoom_reset': dict( theme_output_names= ['icon_zoom_reset'], avoid_self=True ), + 'icon_snap': dict(theme_output_names=['icon_snap']) } theme_icons = { |
