mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Start working on 1.1.9
This commit is contained in:
parent
a2ee16589f
commit
b56dd6fa7f
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 15 KiB |
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:de805473208e0901f1185485164a35fde59e4baf3000f30102d0f332842410a5
|
oid sha256:e9341c471a5807f58c0277b1ae220499d85871ff62c653866074bce12ef1f0d7
|
||||||
size 184895
|
size 201007
|
||||||
|
@ -1,4 +1,9 @@
|
|||||||
export const CHANGELOG = [
|
export const CHANGELOG = [
|
||||||
|
{
|
||||||
|
version: "1.1.9",
|
||||||
|
date: "unreleased",
|
||||||
|
entries: ["Make shapes unpinnable in the upgrades tab (By hexy)"],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
version: "1.1.8",
|
version: "1.1.8",
|
||||||
date: "07.06.2020",
|
date: "07.06.2020",
|
||||||
|
@ -433,7 +433,7 @@ buildings:
|
|||||||
description: Colors the whole shape on the left input with the color from the right input.
|
description: Colors the whole shape on the left input with the color from the right input.
|
||||||
double:
|
double:
|
||||||
name: Painter (Double)
|
name: Painter (Double)
|
||||||
description: Colors the both shapes on the left input with the color from the right input.
|
description: Colors the shapes on the left inputs with the color from the top input.
|
||||||
quad:
|
quad:
|
||||||
name: Painter (Quad)
|
name: Painter (Quad)
|
||||||
description: Allows to color each quadrant of the shape with a different color.
|
description: Allows to color each quadrant of the shape with a different color.
|
||||||
|
Loading…
Reference in New Issue
Block a user