mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-16 03:31:52 +00:00
loli
This commit is contained in:
parent
51c8ef74d1
commit
4fa5b31e0c
@ -48,6 +48,7 @@ export const KEYMAPPINGS = {
|
|||||||
mixer: { keyCode: key("8") },
|
mixer: { keyCode: key("8") },
|
||||||
painter: { keyCode: key("9") },
|
painter: { keyCode: key("9") },
|
||||||
trash: { keyCode: key("0") },
|
trash: { keyCode: key("0") },
|
||||||
|
sorter: { keyCode: key("-") },
|
||||||
},
|
},
|
||||||
|
|
||||||
placement: {
|
placement: {
|
||||||
|
|||||||
@ -379,6 +379,11 @@ buildings:
|
|||||||
name: Storage
|
name: Storage
|
||||||
description: Stores excess items, up to a given capacity. Can be used as an overflow gate.
|
description: Stores excess items, up to a given capacity. Can be used as an overflow gate.
|
||||||
|
|
||||||
|
sorter:
|
||||||
|
default:
|
||||||
|
name: &sorter Sorter
|
||||||
|
description: Sorts items. too lazy to explain
|
||||||
|
|
||||||
storyRewards:
|
storyRewards:
|
||||||
# Those are the rewards gained from completing the store
|
# Those are the rewards gained from completing the store
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
|
|||||||
@ -374,6 +374,11 @@ buildings:
|
|||||||
name: Stockage
|
name: Stockage
|
||||||
description: Stocke les formes en trop jusqu'à une certaine capacité. Peut être utilisé comme tampon.
|
description: Stocke les formes en trop jusqu'à une certaine capacité. Peut être utilisé comme tampon.
|
||||||
|
|
||||||
|
sorter:
|
||||||
|
default:
|
||||||
|
name: &sorter Sorter
|
||||||
|
description: Sorts items. too lazy to explain
|
||||||
|
|
||||||
storyRewards:
|
storyRewards:
|
||||||
# Those are the rewards gained from completing the store
|
# Those are the rewards gained from completing the store
|
||||||
reward_cutter_and_trash:
|
reward_cutter_and_trash:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user