changed a texture

This commit is contained in:
Matei Adriel 2019-08-02 12:01:32 +03:00
commit 13521ba3ee
4 changed files with 42 additions and 10 deletions
src/modules/integrated-circuits/helpers

View file

@ -48,7 +48,11 @@ export const compileIc = (state: SimulationState) => {
count: outputCount
}
},
category: categories.ic
category: categories.ic,
material: {
type: 'image',
fill: require('../../../assets/ic')
}
}
templateStore.set(name, result)