Update background of show icon images to be secondary color of basic blocks. Add update script. (#1303)
This commit is contained in:
committed by
Peli de Halleux
parent
6ffd8aeea0
commit
d8d3d70511
12
resources/generateleds/generateandupdate.sh
Normal file
12
resources/generateleds/generateandupdate.sh
Normal file
@ -0,0 +1,12 @@
|
||||
# Run the generate script
|
||||
node generateleds.js
|
||||
|
||||
# Copy the generated led png files into the right directory
|
||||
cp -R out/*.png ../../libs/core/jres/icons/
|
||||
|
||||
# Rebuilt the jres with those new files
|
||||
cd ../../libs/core
|
||||
pxt jres
|
||||
|
||||
# Return back to generateleds directory
|
||||
cd ../../resources/generateleds
|
Reference in New Issue
Block a user