|
1 | 1 | # Font settings |
2 | | -font.path=resources/ComicNeue-Bold.ttf |
3 | | -font.size=50 |
| 2 | +font.path = resources/ComicNeue-Bold.ttf |
| 3 | +font.size = 50 |
4 | 4 |
|
5 | 5 | # General window settings |
6 | | -screen.width=1280 |
7 | | -screen.height=720 |
| 6 | +screen.width = 1280 |
| 7 | +screen.height = 720 |
8 | 8 |
|
9 | 9 | # Trading view screen coordinates |
10 | | -screen.tradingView.bottomLeft=(0.1,0.1) |
11 | | -screen.tradingView.topRight=(0.9,0.9) |
| 10 | +screen.tradingView.bottomLeft = (0.1,0.1) |
| 11 | +screen.tradingView.topRight = (0.9,0.9) |
12 | 12 |
|
13 | | -screen.tradingView.tradeButton.bottomLeft=(0.7,0.1) |
14 | | -screen.tradingView.tradeButton.topRight=(0.9,0.2) |
| 13 | +screen.tradingView.tradeButton.bottomLeft = (0.7,0.1) |
| 14 | +screen.tradingView.tradeButton.topRight = (0.9,0.2) |
15 | 15 |
|
16 | | -screen.tradingView.cancelButton.bottomLeft=(0.1,0.1) |
17 | | -screen.tradingView.cancelButton.topRight=(0.3,0.2) |
| 16 | +screen.tradingView.cancelButton.bottomLeft = (0.1,0.1) |
| 17 | +screen.tradingView.cancelButton.topRight = (0.3,0.2) |
18 | 18 |
|
19 | | -screen.tradingView.resources.height=0.13 |
20 | | -screen.tradingView.resources.leftX=0.3 |
21 | | -screen.tradingView.resources.rightX=0.6 |
22 | | -screen.tradingView.resources.bottomY=0.2 |
| 19 | +screen.tradingView.resources.height = 0.13 |
| 20 | +screen.tradingView.resources.leftX = 0.3 |
| 21 | +screen.tradingView.resources.rightX = 0.6 |
| 22 | +screen.tradingView.resources.bottomY = 0.2 |
23 | 23 |
|
24 | | -screen.tradingView.players.bottomLeft=(0.1,0.8) |
25 | | -screen.tradingView.players.topRight=(0.9,0.9) |
| 24 | +screen.tradingView.players.bottomLeft = (0.1,0.8) |
| 25 | +screen.tradingView.players.topRight = (0.9,0.9) |
0 commit comments