fix: adjust points per line to fix calc

This commit is contained in:
Giovani Rodriguez
2021-06-14 14:17:05 -04:00
parent 0c8dff53e1
commit 86cb2e5841
2 changed files with 14 additions and 13 deletions

View File

@@ -23,9 +23,9 @@ engine:
points-per-lines-completed:
- 0 # 0 line
- 40 # 1 line
- 80 # 2 lines
- 120 # 3 lines
- 400 # 4 lines
- 100 # 2 lines
- 300 # 3 lines
- 1200 # 4 lines
color:
window-bg: "#000000"
@@ -33,7 +33,7 @@ color:
piece-2: "#3DBBFC"
piece-3: "#FFFFFF"
piece-inner-border-1: "#1F37EC"
piece-border-1: "#000000"
piece-outer-border-1: "#000000"
well-1: "#9BFCF0"
well-border-1: "#000000"
stack-1: "#747474"