mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-13 02:01:51 +00:00
loli
This commit is contained in:
parent
51c8ef74d1
commit
4fa5b31e0c
@ -48,6 +48,7 @@ export const KEYMAPPINGS = {
|
||||
mixer: { keyCode: key("8") },
|
||||
painter: { keyCode: key("9") },
|
||||
trash: { keyCode: key("0") },
|
||||
sorter: { keyCode: key("-") },
|
||||
},
|
||||
|
||||
placement: {
|
||||
|
||||
@ -378,6 +378,11 @@ buildings:
|
||||
storage:
|
||||
name: Storage
|
||||
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:
|
||||
# Those are the rewards gained from completing the store
|
||||
|
||||
@ -374,6 +374,11 @@ buildings:
|
||||
name: Stockage
|
||||
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:
|
||||
# Those are the rewards gained from completing the store
|
||||
reward_cutter_and_trash:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user