diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-01-07 17:06:47 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-01-07 17:06:47 +0900 |
| commit | faef125b74cd5ae32c69f2d997b5fc9c179ca475 (patch) | |
| tree | 930889532668ca402f4b986ae45a2892148b52b8 /packages/client/src/store.ts | |
| parent | remove unused components (diff) | |
| download | sharkey-faef125b74cd5ae32c69f2d997b5fc9c179ca475.tar.gz sharkey-faef125b74cd5ae32c69f2d997b5fc9c179ca475.tar.bz2 sharkey-faef125b74cd5ae32c69f2d997b5fc9c179ca475.zip | |
bye room
Diffstat (limited to 'packages/client/src/store.ts')
| -rw-r--r-- | packages/client/src/store.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts index dc9c3b7b9e..f2732c57d3 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -257,8 +257,6 @@ export class ColdDeviceStorage { sound_channel: { type: 'syuilo/square-pico', volume: 1 }, sound_reversiPutBlack: { type: 'syuilo/kick', volume: 0.3 }, sound_reversiPutWhite: { type: 'syuilo/snare', volume: 0.3 }, - roomGraphicsQuality: 'medium' as 'cheep' | 'low' | 'medium' | 'high' | 'ultra', - roomUseOrthographicCamera: true, }; public static watchers = []; |