Skip to content

Commit

Permalink
Cleanup icons
Browse files Browse the repository at this point in the history
  • Loading branch information
johnroper100 committed Jun 28, 2017
1 parent a3b4373 commit cc7dfeb
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cm_iconLoad.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
import bpy

ICONS = 'start_sim stop_sim ' \
'agents reset instant_setup add_agents ' \
'plug code shuffle array target ' \
'motion dice house email'.split(' ')
'agents reset add_agents ' \
'plug code shuffle ' \
'dice house email'.split(' ')
icon_collection = {}


Expand Down
Binary file removed icons/array.png
Binary file not shown.
Binary file removed icons/instant_setup.png
Binary file not shown.
Binary file removed icons/motion.png
Binary file not shown.
Binary file removed icons/target.png
Binary file not shown.

0 comments on commit cc7dfeb

Please sign in to comment.