mirror of
https://github.com/He4eT/DotDashPit.git
synced 2026-05-05 01:47:22 +00:00
es3: change config
This commit is contained in:
parent
e11a3fc4e5
commit
b13f46b57a
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ GAME_FILE="game.js"
|
|||
TEMP_FILE="merged_game.js"
|
||||
|
||||
sed -i 's/TIC()/_()/' "$GAME_FILE"
|
||||
sed -i 's/FONT_SIZE = 1$/FONT_SIZE = 2/' "$GAME_FILE"
|
||||
sed -i 's/DOT_DASH_THRESHOLD = 200$/DOT_DASH_THRESHOLD = 150/' "$GAME_FILE"
|
||||
|
||||
cat "$POLYFILLS_FILE" "$GAME_FILE" > "$TEMP_FILE"
|
||||
mv "$TEMP_FILE" "$GAME_FILE"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue