Minor adjustments and fixes

This commit is contained in:
tobspr 2020-09-24 14:59:15 +02:00
parent 085c942e37
commit 1ecc2ebb5d
14 changed files with 519 additions and 520 deletions

View File

@ -96,7 +96,6 @@ This project is based on ES5. Some ES2015 features are used but most of them are
This is a quick checklist, if a new building is added this points should be fulfilled:
1. The meta class of the building has been added in all relevant places (See above)
2. The translation for all variants is done and finalized
3. The artwork (regular sprite) is finalized
4. The blueprint sprite has been generated and is up to date

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 106 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 279 KiB

After

Width:  |  Height:  |  Size: 286 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 703 KiB

After

Width:  |  Height:  |  Size: 705 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -65,7 +65,7 @@ export const globalConfig = {
buildingSpeeds: {
cutter: 1 / 4,
cutterQuad: 1 / 3,
cutterQuad: 1 / 4,
rotater: 1 / 1,
rotaterCCW: 1 / 1,
rotater180: 1 / 1,
@ -73,7 +73,7 @@ export const globalConfig = {
painterDouble: 1 / 8,
painterQuad: 1 / 2,
mixer: 1 / 5,
stacker: 1 / 6,
stacker: 1 / 8,
},
// Zooming

View File

@ -528,7 +528,7 @@ buildings:
stacker:
default:
name: &stacker Stacker
description: Stacks both items. If they can not be merged, the right item is placed above the left item.
description: Combines both items side by side. If this is not possible, they are stacked on top of each other.
mixer:
default:
@ -538,11 +538,11 @@ buildings:
painter:
default:
name: &painter Painter
description: &painter_desc Colors the whole shape on the left input with the color from the top input.
description: &painter_desc Paints the whole shape on the left input with the color from the top input.
mirrored:
name: *painter
description: *painter_desc
description: Paints the whole shape on the left input with the color from the bottom input.
double:
name: Painter (Double)
@ -661,7 +661,7 @@ storyRewards:
# Those are the rewards gained from completing the store
reward_cutter_and_trash:
title: Cutting Shapes
desc: You just unlocked the <strong>cutter</strong> - it cuts shapes in half from <strong>top to bottom</strong> regardless of its orientation!<br><br>Be sure to get rid of the waste, or otherwise <strong>it will stall</strong> - For this purpose I have given you the trash can, which destroys everything you put into it!
desc: You just unlocked the <strong>cutter</strong> - it cuts shapes in half from top to bottom <strong>regardless of its orientation</strong>!<br><br>Be sure to get rid of the waste, or otherwise <strong>it will stall</strong> - For this purpose I have given you the <strong>trash</strong>, which destroys everything you put into it!
reward_rotater:
title: Rotating
@ -674,7 +674,7 @@ storyRewards:
reward_mixer:
title: Color Mixing
desc: The <strong>mixer</strong> has been unlocked - Combine two colors using <strong>additive blending</strong> with this building!
desc: The <strong>mixer</strong> has been unlocked - It mixes two colors using <strong>additive blending</strong>!
reward_stacker:
title: Stacker
@ -705,12 +705,12 @@ storyRewards:
reward_merger:
title: Compact Merger
desc: >-
You have unlocked a merger variant of the <strong>balancer</strong> - It accepts two inputs and merges them into one belt!
You have unlocked a <strong>merger</strong> variant of the <strong>balancer</strong> - It accepts two inputs and merges them into one belt!
reward_splitter:
title: Compact Splitter
desc: >-
You have unlocked a splitter variant of the <strong>balancer</strong> - It accepts one input and splits them into two!
You have unlocked a <strong>splitter</strong> variant of the <strong>balancer</strong> - It accepts one input and splits them into two!
reward_belt_reader:
title: Belt reader