memo.txt update

This commit is contained in:
LuckyLaszlo
2022-12-01 18:20:58 +01:00
parent f73932c131
commit 93a40f2ad9
2 changed files with 8 additions and 7 deletions

View File

@@ -20,4 +20,4 @@ export const soundPongVolume = 0.3; // between 0 and 1
// TODO: replace by a selector on the website
import * as en from "../shared_js/enums.js"
export const optionsPLACEHOLDER = en.MatchOptions.multiBalls;
export const optionsPLACEHOLDER = en.MatchOptions.noOption | en.MatchOptions.multiBalls;