mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-24 09:21:48 +00:00
Changed some art
This commit is contained in:
parent
712a549b78
commit
6d4fbd4dad
3 changed files with 10 additions and 7 deletions
|
@ -18,12 +18,15 @@ import _rotateLeft from "./factory-components/rotateLeft.svg";
|
||||||
import _rotateRight from "./factory-components/rotateRight.svg";
|
import _rotateRight from "./factory-components/rotateRight.svg";
|
||||||
import _wood from "./factory-components/log.svg";
|
import _wood from "./factory-components/log.svg";
|
||||||
import _block from "./factory-components/block.svg";
|
import _block from "./factory-components/block.svg";
|
||||||
|
import _blockMaker from "./factory-components/blockMaker.svg";
|
||||||
import _cloth from "./factory-components/rotate_rectangle.png";
|
import _cloth from "./factory-components/rotate_rectangle.png";
|
||||||
import _dye from "./factory-components/rotate_rectangle.png";
|
import _dye from "./factory-components/rotate_rectangle.png";
|
||||||
import _clothes from "./factory-components/rotate_rectangle.png";
|
import _clothes from "./factory-components/clothes.svg";
|
||||||
|
import _clothesMaker from "./factory-components/clothesmaker.svg";
|
||||||
import _plastic from "./factory-components/rotate_rectangle.png";
|
import _plastic from "./factory-components/rotate_rectangle.png";
|
||||||
import _metal from "./factory-components/rotate_rectangle.png";
|
import _metal from "./factory-components/rotate_rectangle.png";
|
||||||
import _truck from "./factory-components/rotate_rectangle.png";
|
import _truck from "./factory-components/truck.svg";
|
||||||
|
import _truckMaker from "./factory-components/truckmaker.svg";
|
||||||
import Factory from "./Factory.vue";
|
import Factory from "./Factory.vue";
|
||||||
import "./styles/factory.css";
|
import "./styles/factory.css";
|
||||||
import coal from "./coal";
|
import coal from "./coal";
|
||||||
|
@ -294,7 +297,7 @@ const factory = createLayer(id, () => {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
blocks: {
|
blocks: {
|
||||||
imageSrc: _block,
|
imageSrc: _blockMaker,
|
||||||
key: "shift+1",
|
key: "shift+1",
|
||||||
name: "Wooden Block Maker",
|
name: "Wooden Block Maker",
|
||||||
type: "processor",
|
type: "processor",
|
||||||
|
@ -313,7 +316,7 @@ const factory = createLayer(id, () => {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
clothes: {
|
clothes: {
|
||||||
imageSrc: _clothes,
|
imageSrc: _clothesMaker,
|
||||||
key: "shift+2",
|
key: "shift+2",
|
||||||
name: "Clothes Maker",
|
name: "Clothes Maker",
|
||||||
type: "processor",
|
type: "processor",
|
||||||
|
@ -335,7 +338,7 @@ const factory = createLayer(id, () => {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
trucks: {
|
trucks: {
|
||||||
imageSrc: _truck,
|
imageSrc: _truckMaker,
|
||||||
key: "shift+3",
|
key: "shift+3",
|
||||||
name: "Trucks Maker",
|
name: "Trucks Maker",
|
||||||
type: "processor",
|
type: "processor",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
position: absolute !important;
|
position: absolute !important;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: -6px;
|
bottom: -6px;
|
||||||
left: 0;
|
left: -12px;
|
||||||
right: 0;
|
right: 0;
|
||||||
border: 0px solid var(--outline);
|
border: 0px solid var(--outline);
|
||||||
|
|
||||||
|
|
|
@ -178,7 +178,7 @@ ul {
|
||||||
top: 10px;
|
top: 10px;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
margin-top: -50px;
|
margin-top: -43px;
|
||||||
margin-left: -35px;
|
margin-left: -35px;
|
||||||
border: none;
|
border: none;
|
||||||
background: var(--background);
|
background: var(--background);
|
||||||
|
|
Loading…
Reference in a new issue