|
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 | + |
| 9 | +# Buttons |
| 10 | +screen.roadButton.text=Road | |
| 11 | +screen.roadButton.area=((0,0),(0.1,0.1)) |
| 12 | + |
| 13 | +screen.cityButton.text=City | |
| 14 | +screen.cityButton.area=((0.1,0),(0.2,0.1)) |
| 15 | + |
| 16 | +screen.settlementButton.text=Settlement |
| 17 | +screen.settlementButton.area=((0.20,0.0),(0.33,0.1)) |
| 18 | + |
| 19 | +screen.wonderButton.text=|Wonder |
| 20 | +screen.wonderButton.area=((0.55,0.0),(0.65,0.1)) |
| 21 | + |
| 22 | +screen.endTurnButton.text=End Turn |
| 23 | +screen.endTurnButton.area=((0,0.3),(0.1,0.4)) |
| 24 | + |
| 25 | +screen.players.topY=0.82 |
| 26 | +screen.players.width=0.15 |
| 27 | +screen.players.height=0.05 |
| 28 | +screen.players.right=1.0 |
| 29 | + |
| 30 | +screen.bankButton.text=Bank |
| 31 | +screen.bankButton.area=((0,0.8),(0.1,0.9)) |
| 32 | + |
| 33 | +screen.cancelButton.text=Cancel |
| 34 | +screen.cancelButton.area=((.92,.96),(1.0,1.0)) |
| 35 | + |
| 36 | +screen.developmentCardButton.text=Development Cards |
| 37 | +screen.developmentCardButton.area=((.85,.23),(1,.30)) |
| 38 | + |
| 39 | +screen.roadBuildingButton.text=Road Building |
| 40 | +screen.roadBuildingButton.area=((0.85,0.0),(0.97,0.05)) |
| 41 | + |
| 42 | +screen.knightButton.text=Knight |
| 43 | +screen.knightButton.area=((0.85,0.05),(0.97,0.10)) |
| 44 | + |
| 45 | +screen.yearOfPlentyButton.text=Year of Plenty |
| 46 | +screen.yearOfPlentyButton.area=((0.85,0.10),(0.97,0.15)) |
| 47 | + |
| 48 | +screen.monopolyButton.text=Monopoly |
| 49 | +screen.monopolyButton.area=((0.85,0.15),(0.97,0.20)) |
| 50 | + |
| 51 | +screen.victoryPointButton.text=Victory Point |
| 52 | +screen.victoryPointButton.area=((0.85,0.20),(0.97,0.25)) |
| 53 | + |
| 54 | +screen.woodButton.text=Wood |
| 55 | +screen.woodButton.area=((.85,.30),(.97,.35)) |
| 56 | + |
| 57 | +screen.sheepButton.text=Sheep |
| 58 | +screen.sheepButton.area=((.85,.35),(.97,.40)) |
| 59 | + |
| 60 | +screen.oreButton.text=Ore |
| 61 | +screen.oreButton.area=((.85,.40),(.97,.45)) |
| 62 | + |
| 63 | +screen.brickButton.text=Brick |
| 64 | +screen.brickButton.area=((.85,.45),(.97,.50)) |
| 65 | + |
| 66 | +screen.wheatButton.text=Wheat |
| 67 | +screen.wheatButton.area=((.85,.50),(.97,.55)) |
| 68 | + |
| 69 | +screen.showTotalButton.text=Show Totals |
| 70 | +screen.showTotalButton.area=((.85,.55),(.97,.60)) |
| 71 | + |
| 72 | +screen.board.area=((0,0),(1,1)) |
8 | 73 |
|
9 | 74 | # Trading view screen coordinates |
10 | | -screen.tradingView.bottomLeft=(0.1,0.1) |
11 | | -screen.tradingView.topRight=(0.9,0.9) |
| 75 | +screen.tradingView.bottomLeft = (0.1,0.1) |
| 76 | +screen.tradingView.topRight = (0.9,0.9) |
12 | 77 |
|
13 | | -screen.tradingView.tradeButton.bottomLeft=(0.7,0.1) |
14 | | -screen.tradingView.tradeButton.topRight=(0.9,0.2) |
| 78 | +screen.tradingView.tradeButton.bottomLeft = (0.7,0.1) |
| 79 | +screen.tradingView.tradeButton.topRight = (0.9,0.2) |
15 | 80 |
|
16 | | -screen.tradingView.cancelButton.bottomLeft=(0.1,0.1) |
17 | | -screen.tradingView.cancelButton.topRight=(0.3,0.2) |
| 81 | +screen.tradingView.cancelButton.bottomLeft = (0.1,0.1) |
| 82 | +screen.tradingView.cancelButton.topRight = (0.3,0.2) |
18 | 83 |
|
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 |
| 84 | +screen.tradingView.resources.height = 0.13 |
| 85 | +screen.tradingView.resources.leftX = 0.3 |
| 86 | +screen.tradingView.resources.rightX = 0.6 |
| 87 | +screen.tradingView.resources.bottomY = 0.2 |
23 | 88 |
|
24 | | -screen.tradingView.players.bottomLeft=(0.1,0.8) |
25 | | -screen.tradingView.players.topRight=(0.9,0.9) |
| 89 | +screen.tradingView.players.bottomLeft = (0.1,0.8) |
| 90 | +screen.tradingView.players.topRight = (0.9,0.9) |
0 commit comments