changed a texture
This commit is contained in:
parent
edefa4294c
commit
13521ba3ee
4 changed files with 42 additions and 10 deletions
src/modules/integrated-circuits/helpers
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue