aboutsummaryrefslogblamecommitdiffstats
path: root/Themes/Classic.ini
blob: 0793f7a8957325a2023f15aab4886994d5be9ee8 (plain) (tree)
1
2
3
4
5
6
7
8
9
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
5505
5506
5507
5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
6122
6123
6124
6125
6126
6127
6128
6129
6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
6140
6141
6142
6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
6153
6154
6155
6156
6157
6158
6159
6160
6161
6162
6163
6164
6165
6166
6167
6168
6169
6170
6171
6172
6173
6174
6175
6176
6177
6178
6179
6180
6181
6182
6183
6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
6213
6214
6215
6216
6217
6218
6219
6220
6221
6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
6262
6263
6264
6265
6266
6267
6268
6269
6270
6271
6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
6292
6293
6294
6295
6296
6297
6298
6299
6300
6301
6302
6303
6304
6305
6306
6307
6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
6325
6326
6327
6328
6329
6330
6331
6332
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
6346
6347
6348
6349
6350
6351
6352
6353
6354
6355
6356
6357
6358
6359
6360
6361
6362
6363
6364
6365
6366
6367
6368
6369
6370
6371
6372
6373
6374
6375
6376
6377
6378
6379
6380
6381
6382
6383
6384
6385
6386
6387
6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412
6413
6414
6415
6416
6417
6418
6419
6420
6421
6422
6423







                                                            
                   







                           


                     

















                    
       



           
        










                 
       






                      
       
       

           
        



                          
       
       

           
        


                        
            

       

           








                      




                          

       








              
       
       
       







                 


              








                 

                

       
      










                 
       
      










              
       








             
                 


























                      


       
                 







                      
       


       
                  





                      
          

                    
       


       
                   







                 
       


       
                























                 
             
        
      
      
    

         
        
        
         
 









                



              
       













                 
              








                

       
        







                   
              
       











                     



























                 

       



           
      
 











                 
 








































































































































































































                                                                   




































































































































































































                                                    








                
             










                    









                    

              























                   






                








                







































































































































































                   
             






                






















                          



























































































































































































































































































































































































































































































































































































































































































































































































                             
 







                  
 







                  
 







                       
 







                       
 







                           
 







                        
 







                             
 







                  
 







                       
 











                        
 











                             
 











                    
 











                         
 







                 
 







                  
 







                  
 







                       
 







                       
 







                           
 







                        
 







                             
 







                  
 







                       
 











                        
 











                             
 











                    
 











                         
 







                 
 







                  
 







                  
 







                       
 







                       
 







                           
 







                        
 







                             
 







                  
 







                       
 











                        
 











                             
 











                    
 











                         
 











                      
 











                      
 































































                          
 











                      
 





























































                          
                



                    
                 
             





                
 

































































                          


                         
               





                    
        
       
             




                  









                         

                        
        
        
        
       
             




                  









                             

                     
        
        
        
       
             




                  









                          

                      


        
       
             




                  









                           

                      
       
        
        
       
             




                  









                           

                      
        
        
        
       























                           




                  










                             

                    


        
       
             




                  









                         

              
          



                        
                     
       
       
      






                     
       






              
                   
       







                          
       





                     
 









                                




                                
       


















                                   
        



















                                 
        


















                             
        


















                                
        


















                              
        















                        
        






                  
 
                  
          



                            
                         
       
       
      






                         
       






              
                       
       







                          
       





                     
 









                                    




                                       
       


















                                       
        


















                                  
        


















                                         
        


















                                       
        















                            
        






                  
 
               
          



                         
                      
       
       
      






                      
       






              
                    
       







                          
       





                     
 









                                  




                                   
       


















                                      
        


















                                    
        


















                                   
        


















                                          
        













                     























                                       
       
        

        
















                         




                  
 
                
          



                          
                       
       
       
      






                       
       






              
                     
       







                          
       





                     
 









                                   




                                
       


















                                  
        


















                                      
        















                          
        






                  
 
                
          



                          
                       
       
       
      






                       
       






              
                     
       







                          
       





                     
 









                                   




                                
       


















                               
        


















                                
        















                          
        






                  
 
                
          



                          
                       
       
       
      






                       
       






              
                     
       







                          
       





                     
 









                                  




                               
       



















                                
        



















                                   
        



















                                   
        
















                          
        






                  







                            
       
       
      






                         
       






              
                       
       







                          
       






                     









                                    





















































































































































                                         





                 




















                          
























































































































































































































































                        

































































                          




               
             







                  
           











                    
           











                  
           
















                
                              







                
                          
               


































                         







                



        
 











              
 










































































                            

















                         
           



















                         
           



















                         
           









                  








                         
                    
           









                  








                         
                    
           









                  






                         

            


































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































                                          







                         

                
       
      
      

             



        

                      

                 
       
      
      

             



        
 











                      

                    

       


           
                          
        

                    

       


           
                          



















                            









































































































































































                              






                        







                












                           
       
      
      

             



        
 


                     
       
      
      

             



        
 


                     
       
      
      

             



        

                   



           
        
                          
        
 




                   
        
                            
        
 




                   
        
                          
        













































































































































































































































































































                               














                                        
          




















                       
          




















                       
          




















                       
          


















                          
          



























                     
       
       
        










                  
       
       
        


                
          
          
          







                  
         








                  
        




                    
 
                                          






                     

































































                          
































































































































                             
 
                  







                  
                  







                 
                  

























                    







                       

































































                          


































































































































































































                               
                    







                  
                    







                 
                    

















                  
 







































































































                                                             

      



























































                         
;0.5.1 Mod
;experimental version
;if you are using this as a sample for your theme
;don't be suprised it doesn't work good with newer releases

[Theme]
Name=Classic
Creator=Ultrastar Deluxe Team
US_Version=USD 100

[Colors]
White = 255 255 255
GrayLightest = 223 223 223
GrayLight = 191 191 191
Gray = 127 127 127
GrayDark = 63 63 63
Black = 0 0 0
Gold = 255 223 31
Silver = 223 223 223
Bronze = 205 127 50

[Loading]
Texts =2
Fade = 1

[LoadingBackground]
Tex=LoadingBG

[LoadingText1]
X =400
Y =290
Color =GrayDark
Font =1
Align =1
Size =14
Text =SING_LOADING

[LoadingText2]
X =790
Y =583
Color=Grey
Font =0
Size =6
Align=2
Text=US_VERSION

[Main]
Texts =3
Statics=2

[MainBackground]
Tex=MainBG

[MainText1]
X =30
Y =200
Color=GrayLight
Font =1
Size =22
Text=SING_CHOOSE_MODE
Align=0

[MainText2]
X =226
Y =553
Color=Gray
Font =1
Size =7
Text=SING_LEGEND_NAVIGATE
Align=0

[MainText3]
X =380
Y =553
Color=Gray
Font =1
Size =7
Text=SING_LEGEND_SELECT
Align=0

[MainText4]
X =540
Y =553
Color=Gray
Font =1
Size =7
Text=SING_EDITOR
Align=0

[MainTextDescription]
X =63
Y =263
Color=GrayDark
Font =1
Size =10
Align=0
Text=

[MainTextDescriptionLong]
X =63
Y =295
Color=Black
Font =0
Size =10
Align=0
Text=

[MainStatic1]
Tex =Logo
X =30
Y =300
W =740
H =283
Color =ColorDark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[MainStatic2]
Tex =MainIcon
X =30
Y =265
W =32
H =32
Color =ColorDark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[MainStatic3]
Tex =ButtonNavi
X =196
Y =553
W =22
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[MainStatic4]
Tex =ButtonEnter
X =350
Y =553
W =22
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[MainStatic5]
Tex =ButtonE
X =510
Y =553
W =22
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[MainButtonSolo]
X =472
Y =250
W =58
H =56
Tex =ButtonSolo
Color =ColorDark
Int = 1
DColor = GrayLightest
DInt = 0.5
Type=Font Black
Texts=0

[MainButtonMulti]
X =532
Y =250
W =58
H =56
Tex =ButtonMulti
Color =ColorDark
Int = 1
DColor = GrayLightest
DInt = 0.5
Type=Font Black
Texts=0

[MainButtonStats]
X =592
Y =250
W =58
H =56
Tex =ButtonStats
Color =ColorDark
Int = 1
DColor = GrayLightest
DInt = 0.5
Type=Font Black
Texts=0

[MainButtonEditor]
X =592
Y =250
W =58
H =56
Tex =ButtonEditor
Color =ColorDark
Int = 1
DColor = GrayLightest
DInt = 0.5
Type=Font Black
Texts=0
Visible=0

[MainButtonOptions]
X =652
Y =250
W =58
H =56
Tex =ButtonOptions
Color =ColorDark
Int = 1
DColor = White
DInt = 0.5
Type=Font Black
Texts=0

[MainButtonExit]
X =712
Y =250
W =58
H =56
Tex =ButtonExit
Color =ColorDark
Int = 1
DColor = White
DInt = 0.5
Type=Font Black
Texts=0

[Song]
Texts =3

[SongBackground]
Tex=SongBG

[SongCover]
X=300
Y=140
W=300
H=200
Style=4
Reflections=0

[SongEqualizer]
Visible=1
Direction=1
Color =Black
Alpha=1
X=378
Y=488
Z=1
PieceW=8
PieceH=3
Space=1
Bands=5
Length=7

[SongVideoIcon]
X =384
Y =104
W =32
H =32
Z=1
Color=White
Tex =VideoIcon
Type=Font Black

[SongStatic1]
X =0
Y =100
W =800
H =350
Color=Black
Tex =SongFade
Type=Font Black
TexX1=0.1
TexY1=0.1
TexX2=0.9
TexY2=0.9

[SongStatic2]
X =20
Y =500
W =32
H =32
Color =ColorDark
Tex =MainIcon
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStatic3]
X =270
Y =120
W =260
H =240
Z =0.45
Color =Gray
Tex =SongSelection
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStatic4]
X =378
Y =463
Z = 0.8
W =44
H =28
Color =Black
Tex =SongEqualizerBG
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongTextArtist]
X =400
Y =360
Color=Black
Font =0
Size =9
Align =1
Text=

[SongTextTitle]
X =400
Y =390
Color=GrayDark
Font =0
Size =9
Align =1
Text=

[SongTextNumber]
X =400
Y =425
Color=Gray
Font =1
Size =7
Align =1
Text=

[SongTextCat]
X =67
Y =524
Color=Gray
Font =1
Size =7
Align =0
Text=

#[SongStaticCat]
#Tex =
#X =12
#Y =7
#W =85
#H =85
#Color=White
#Type=Plain
#TexX1=0
#TexY1=0
#TexX2=1
#TexY2=1

#Variable statics and texts for song-screen in sing- and partymode
# There can be an unlimited Number of Statics and Texts, As long
# as the numbers are in order.
# Statics that are shown in PartyMode Only are Named_
#        SongStaticParty[No]
# Texts that are shown in PartyMode Only are Named_
#        SongTextParty[No]
# Statics that are shown in Normal Mode Only are Named_
#        SongStaticNonParty[No]
# Texts that are shown in Normal Mode Only are Named_
#        SongTextNonParty[No]
#Here are the ones for singmode

[SongStaticNonParty1]
X =120
Y =553
W =22
H =22
Tex=ButtonAlt
Color =White
Type=Plain

[SongStaticNonParty2]
X =156
Y =553
W =22
H =22
Tex=ButtonAZ
Color =White
Type=Plain

[SongStaticNonParty3]
X =298
Y =553
W =22
H =22
Tex=ButtonM
Color =White
Type=Plain

[SongStaticNonParty4]
X =414
Y =553
W =22
H =22
Tex=ButtonJ
Color =White
Type=Plain

[SongStaticNonParty5]
X =585
Y =553
W =22
H =22
Tex=ButtonP
Color =White
Type=Plain

#Texts Non Party
[SongTextNonParty1]
X =30
Y =455
Color=GrayLight
Font =1
Size =15
Text=SING_SONG_SELECTION
Align=0

[SongTextNonParty2]
X =50
Y =500
Color=GrayDark
Font =1
Size =8
Text=SING_SONG_SELECTION_DESC
Align=0

[SongTextNonParty3]
X =144
Y =556
Color=Black
Font =1
Size =5
Text=+

[SongTextNonParty4]
X =186
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_SONG_SELECTION_GOTO

[SongTextNonParty5]
X =328
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_SONG_SELECTION_MENU

[SongTextNonParty6]
X =444
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SONG_JUMPTO_DESC

[SongTextNonParty7]
X =615
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_SONG_SELECTION_PLAYLIST


#and theese are the ones for partymode


[SongStaticParty1]
X =187
Y =553
W =22
H =22
Tex=Button13
Color =White
Type=Plain

[SongStaticParty2]
X =363
Y =553
W =22
H =22
Tex=ButtonM
Color =White
Type=Plain

[SongStaticParty3]
X =525
Y =553
W =22
H =22
Tex=ButtonEnter
Color =White
Type=Plain

#Texts for Party Mode

[SongTextParty1]
X =30
Y =455
Color=GrayLight
Font =1
Size =15
Align=0
Text=PARTY_MODE

[SongTextParty2]
X =50
Y =500
Color=GrayDark
Font =1
Size =8
Align=0
Text=PARTY_SONG_WHEREAMI

[SongTextParty3]
X =217
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SONG_MENU_NAME_PARTY_JOKER

[SongTextParty4]
X =393
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=PARTY_SONG_MENU

[SongTextParty5]
X =555
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=PARTY_SONG_LEGEND_CONTINUE

#variable statics end

# Jokers, 5 for each team, only shown in party Mode
[SongStaticTeam1Joker1]
Tex =Joker
X =20
Y =30
W =50
H =50
Color=P1Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam1Joker2]
Tex =Joker
X =70
Y =30
W =50
H =50
Color=P1Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam1Joker3]
Tex =Joker
X =120
Y =30
W =50
H =50
Color=P1Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam1Joker4]
Tex =Joker
X =170
Y =30
W =50
H =50
Color=P1Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam1Joker5]
Tex =Joker
X =220
Y =30
W =50
H =50
Color=P1Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam2Joker1]
Tex =Joker
X =280
Y =30
W =50
H =50
Color=P2Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam2Joker2]
Tex =Joker
X =330
Y =30
W =50
H =50
Color=P2Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam2Joker3]
Tex =Joker
X =380
Y =30
W =50
H =50
Color=P2Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam2Joker4]
Tex =Joker
X =430
Y =30
W =50
H =50
Color=P2Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam2Joker5]
Tex =Joker
X =480
Y =30
W =50
H =50
Color=P2Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam3Joker1]
Tex =Joker
X =540
Y =30
W =50
H =50
Color=P3Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam3Joker2]
Tex =Joker
X =590
Y =30
W =50
H =50
Color=P3Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam3Joker3]
Tex =Joker
X =640
Y =30
W =50
H =50
Color=P3Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam3Joker4]
Tex =Joker
X =690
Y =30
W =50
H =50
Color=P3Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam3Joker5]
Tex =Joker
X =740
Y =30
W =50
H =50
Color=P3Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1


[Sing]
Texts =1

[SingText1]
Text =SING_TIME
X =43
Y =17
Font =1
Size =6
Color =Black
Align=1

[SingStatic1]
;TextBG
Tex =LyricBar
X =10
Y =490
W =780
H =105
Color =GrayLightest
Type=Font Black

[SingStatic2]
;Time BG
Tex =LyricBar
X =12
Y =5
W =328
H =42
Color =GrayLightest
Type=Font Black

[SingStatic3]
Tex =Rectangle
X =140
Y =21
W =190
H =10
Color=Gray

[SingTimeProgress]
X =140
Y =21
W =190
H =10
Color=GrayDark

[SingTimeText]
Text =SING_TIME
X =100
Y =14
Font =1
Size =8
Color =White
Align=1

[SingStatic4]
Tex =Bar
X =20
Y =10
W =46
H =30
Color =Black
Type=Font Black

[SingP1Static]
Tex =P
X =16
Y =55
W =45
H =50
Color =P1Dark
Type=Font Black

[SingP1Static2]
Tex =ScoreBG
X =75
Y =55
W =100
H =40
Color =P1Dark
Type=Transparent
TexX1=0.02
TexY1=0.05
TexX2=0.98
TexY2=0.98

[SingP1Text]
Text =P1
X =27
Y =65
Font =1
Size =8
Color =White
Align=0

[SingP1TextScore]
Text =00000
X =90
Y =60
Font =0
Size =10
Color =White
Align=0

[SingP2RStatic]
Tex =P
X =739
Y =55
W =45
H =50
Color =P2Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SingP2RStatic2]
Tex =ScoreBG
X =620
Y =55
W =100
H =40
Color =P2Dark
Type=Transparent
TexX1=0.02
TexY1=0.05
TexX2=0.98
TexY2=0.98

[SingP2RText]
Text =P2
X =750
Y =65
Font =1
Size =8
Color =White
Align=0

[SingP2RTextScore]
Text =00000
X =635
Y =60
Font =0
Size =10
Color =White
Align=0

[SingP2MStatic]
Tex =P
X =311
Y =55
W =45
H =50
Color =P2Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SingP2MStatic2]
Tex =ScoreBG
X =370
Y =55
W =100
H =40
Color =P2Dark
Type=Transparent
TexX1=0.02
TexY1=0.05
TexX2=0.98
TexY2=0.98

[SingP2MText]
Text =P2
X =321
Y =65
Font =1
Size =8
Color =White
Align=0

[SingP2MTextScore]
Text =00000
X =385
Y =60
Font =0
Size =10
Color =White
Align=0

[SingP3RStatic]
Tex =P
X =611
Y =55
W =45
H =50
Color =P3Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SingP3RStatic2]
Tex =ScoreBG
X =670
Y =55
W =100
H =40
Color =P3Dark
Type=Transparent
TexX1=0.02
TexY1=0.05
TexX2=0.98
TexY2=0.98

[SingP3RText]
Text =P3
X =621
Y =65
Font =1
Size =8
Color =White
Align=0

[SingP3RTextScore]
Text =00000
X =685
Y =60
Font =0
Size =10
Color =White
Align=0

[Score]
Texts =1

[ScoreBackground]
Tex=ScoresBG

[ScoreText1]
X =90
Y =500
Color =GrayDark
Font =1
Size =17
Text =SONG_SCORE_WHEREAMI
Align=0

[ScoreStatic1]
Tex =ButtonEnter
X =350
Y =553
W =22
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreText2]
X =380
Y =553
Color=Gray
Font =1
Size =7
Text=SING_LEGEND_CONTINUE
Align=0

[ScoreTextArtist]
X =450
Y =500
Color=GrayDark
Font =0
Size =9
Text =Artist
Align=0

[ScoreTextTitle]
X =450
Y =525
Font =0
Size =9
Text =Title
Align=0
Color=Gray

[ScoreTextName1]
X =200
Y =160
Font =1
Size =12
Text =P1
Color =P1Dark
Align=0

[ScoreTextName2]
X =50
Y =160
Font =1
Size =12
Text =P1
Color =P1Dark
Align=0

[ScoreTextName3]
X =510
Y =160
Font =1
Size =12
Text =P2
Color =P2Dark
Align=0

[ScoreTextScore1]
X =250
Y =110
Color=GrayDark
Font =1
Size =9
Text =Tone Deaf
Align=0

[ScoreTextScore2]
X =100
Y =110
Color=GrayDark
Font =1
Size =9
Text =Tone Deaf
Align=0

[ScoreTextScore3]
X =560
Y =110
Color=GrayDark
Font =1
Size =9
Text =Tone Deaf
Align=0

[ScoreTextNotes1]
X =235
Y =220
Color=GrayDark
Font =0
Size =9
Text=SING_NOTES
Align=0

[ScoreTextNotes2]
X =85
Y =220
Color=GrayDark
Font =0
Size =9
Text=SING_NOTES
Align=0

[ScoreTextNotes3]
X =545
Y =220
Color=GrayDark
Font =0
Size =9
Text =SING_NOTES
Align=0

[ScoreTextNotesScore1]
X =440
Y =220
Color=GrayDark
Font =1
Size =10
Align =2
Text =0000

[ScoreTextNotesScore2]
X =290
Y =220
Color=GrayDark
Font =1
Size =10
Align =2
Text =0000

[ScoreTextNotesScore3]
X =750
Y =220
Color=GrayDark
Font =1
Size =10
Align =2
Text =0000

[ScoreTextLineBonus1]
X =235
Y =260
Color=GrayDark
Font =0
Size =9
Text =SING_PHRASE_BONUS
Align=0

[ScoreTextLineBonus2]
X =85
Y =260
Color=GrayDark
Font =0
Size =9
Text =SING_PHRASE_BONUS
Align=0

[ScoreTextLineBonus3]
X =545
Y =260
Color=GrayDark
Font =0
Size =9
Text =SING_PHRASE_BONUS
Align=0

[ScoreTextLineBonusScore1]
X =440
Y =260
Color=GrayDark
Font =1
Size =10
Align =2
Text =0000

[ScoreTextLineBonusScore2]
X =290
Y =260
Color=GrayDark
Font =1
Size =10
Align =2
Text =0000

[ScoreTextLineBonusScore3]
X =750
Y =260
Color=GrayDark
Font =1
Size =10
Align =2
Text =0000

[ScoreTextGoldenNotes1]
X =235
Y =300
Color=GrayDark
Font =0
Size =9
Text =SING_GOLDEN_NOTES
Align=0

[ScoreTextGoldenNotes2]
X =85
Y =300
Color=GrayDark
Font =0
Size =9
Text =SING_GOLDEN_NOTES
Align=0

[ScoreTextGoldenNotes3]
X =545
Y =300
Color=GrayDark
Font =0
Size =9
Text =SING_GOLDEN_NOTES
Align=0

[ScoreTextGoldenNotesScore1]
X =440
Y =300
Color=GrayDark
Font =1
Size =10
Align =2
Text =0000

[ScoreTextGoldenNotesScore2]
X =290
Y =300
Color=GrayDark
Font =1
Size =10
Align =2
Text =0000

[ScoreTextGoldenNotesScore3]
X =750
Y =300
Color=GrayDark
Font =1
Size =10
Align =2
Text =0000

[ScoreTextTotal1]
X =200
Y =370
Color=GrayDark
Font =0
Size =9
Text=SING_TOTAL
Align=0

[ScoreTextTotal2]
X =50
Y =370
Color=GrayDark
Font =0
Size =9
Text =SING_TOTAL
Align=0

[ScoreTextTotal3]
X =510
Y =370
Color=GrayDark
Font =0
Size =9
Text =SING_TOTAL
Align=0

[ScoreTextTotalSCore1]
X =440
Y =360
Color=GrayDark
Font =1
Size =15
Align =2
Text =00000

[ScoreTextTotalSCore2]
X =290
Y =360
Color=GrayDark
Font =1
Size =15
Align =2
Text =00000

[ScoreTextTotalScore3]
X =750
Y =360
Color=GrayDark
Font =1
Size =15
Align =2
Text =00000

[ScorePlayer1Static1]
Tex =ScoreLine
X =200
Y =205
W =240
H =6
Color =GrayDark
Type =Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer1Static2]
Tex =ScoreLine
X =200
Y =345
W =240
H =6
Type =Font Black
Color =GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer1Static3]
Tex =ScoreLine
X =200
Y =410
W =240
H =6
Type =Font Black
Color =GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxLightest1]
Tex =ScoreBox
X =200
Y =220
W =30
H =30
Color =P1Lightest
Type=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxLight1]
Tex =ScoreBox
X =200
Y =260
W =30
H =30
Color =P1Light
Type=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxDark1]
Tex =ScoreBox
X =200
Y =300
W =30
H =30
Color =P1Dark
Type=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer2Static1]
Tex =ScoreLine
X =50
Y =205
W =240
H =6
Type =Font Black
Color =GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer2Static2]
Tex =ScoreLine
X =50
Y =345
W =240
H =6
Type =Font Black
Color =GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer2Static3]
Tex =ScoreLine
X =50
Y =410
W =240
H =6
Type =Font Black
Color =GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxLightest2]
Tex =ScoreBox
X =50
Y =220
W =30
H =30
Color =P1Lightest
Type=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxLight2]
Tex =ScoreBox
X =50
Y =260
W =30
H =30
Color =P1Light
Type=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxDark2]
Tex =ScoreBox
X =50
Y =300
W =30
H =30
Color =P1Dark
Type=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer3Static1]
Tex =ScoreLine
X =510
Y =205
W =240
H =6
Type =Font Black
Color =GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer3Static2]
Tex =ScoreLine
X =510
Y =345
W =240
H =6
Type =Font Black
Color =GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer3Static3]
Tex =ScoreLine
X =510
Y =410
W =240
H =6
Type =Font Black
Color =GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxLightest3]
Tex =ScoreBox
X =510
Y =220
W =30
H =30
Color =P2Lightest
Type=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxLight3]
Tex =ScoreBox
X =510
Y =260
W =30
H =30
Color =P2Light
Type=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxDark3]
Tex =ScoreBox
X =510
Y =300
W =30
H =30
Color =P2Dark
Type=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBackLevel1]
Tex =ScoreLevel
X =460
Y =140
W =120
H =300
Color =P1Lightest
Type =Font Black
TexX1=0
TexY1=0.1
TexX2=1
TexY2=0.9

[ScoreStaticBackLevelRound1]
Tex =ScoreLevelRound
X =460
Y =110
W =120
H =30
Color =P1Lightest
Type =Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=0.5

[ScoreStaticLevel1]
Tex =ScoreLevel
X =460
Y =410
W =120
H =30
Color =P1Light
Type =Font Black
TexX1=0
TexY1=0.1
TexX2=1
TexY2=0.9

[ScoreStaticLevelRound1]
Tex =ScoreLevelRound
X =460
Y =380
W =120
H =30
Color =P1Light
Type =Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=0.5

[ScoreStaticBackLevel2]
Tex =ScoreLevel
X =290
Y =140
W =120
H =300
Color =P1Lightest
Type =Font Black
TexX1=0
TexY1=0.1
TexX2=1
TexY2=0.9

[ScoreStaticBackLevelRound2]
Tex =ScoreLevelRound
X =290
Y =110
W =120
H =30
Color =P1Lightest
Type =Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=0.5

[ScoreStaticLevel2]
Tex =ScoreLevel
X =290
Y =410
W =120
H =30
Color =P1Light
Type =Font Black
TexX1=0
TexY1=0.1
TexX2=1
TexY2=0.9

[ScoreStaticLevelRound2]
Tex =ScoreLevelRound
X =290
Y =380
W =120
H =30
Color =P1Light
Type =Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=0.5

[ScoreStaticBackLevel3]
Tex =ScoreLevel
X =390
Y =140
W =120
H =300
Color =P2Lightest
Type =Font Black
TexX1=0
TexY1=0.1
TexX2=1
TexY2=0.9

[ScoreStaticBackLevelRound3]
Tex =ScoreLevelRound
X =390
Y =110
W =120
H =30
Color =P2Lightest
Type =Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=0.5

[ScoreStaticLevel3]
Tex =ScoreLevel
X =390
Y =410
W =120
H =30
Color =P2Light
Type =Font Black
TexX1=0
TexY1=0.1
TexX2=1
TexY2=0.9

[ScoreStaticLevelRound3]
Tex =ScoreLevelRound
X =390
Y =380
W =120
H =30
Color =P2Light
Type =Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=0.5

[ScorePlayer4Static1]
X=20
Y=205
W=240
H=6
Tex=ScoreLine
Type=Font Black
Color=GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1
[ScorePlayer4Static2]
X=20
Y=345
W=240
H=6
Tex=ScoreLine
Type=Font Black
Color=GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1
[ScorePlayer4Static3]
X=20
Y=410
W=240
H=6
Tex=ScoreLine
Type=Font Black
Color=GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxLightest4]
X=20
Y=220
W=30
H=30
Tex=ScoreBox
Type=
Color=P1Lightest
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxLight4]
X=20
Y=260
W=30
H=30
Tex=ScoreBox
Type=
Color=P1Light
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxDark4]
X=20
Y=300
W=30
H=30
Tex=ScoreBox
Type=
Color=P1Dark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreTextName4]
X=20
Y=160
Font=1
Size=12
Align=0
Text=P1
Color=P1Dark

[ScoreTextScore4]
X=70
Y=110
Font=1
Size=9
Align=0
Text=Tone Deaf
Color=GrayDark

[ScoreTextNotes4]
X=55
Y=220
Font=0
Size=9
Align=0
Text=SING_NOTES
Color=GrayDark

[ScoreTextNotesScore4]
X=260
Y=220
Font=1
Size=10
Align=2
Text=0000
Color=GrayDark

[ScoreTextLineBonus4]
X=55
Y=260
Font=0
Size=9
Align=0
Text=SING_PHRASE_BONUS
Color=GrayDark

[ScoreTextLineBonusScore4]
X=260
Y=260
Font=1
Size=10
Align=2
Text=0000
Color=GrayDark

[ScoreTextGoldenNotes4]
X=55
Y=300
Font=0
Size=9
Align=0
Text=SING_GOLDEN_NOTES
Color=GrayDark

[ScoreTextGoldenNotesScore4]
X=260
Y=300
Font=1
Size=10
Align=2
Text=0000
Color=GrayDark

[ScoreTextTotal4]
X=20
Y=370
Font=0
Size=9
Align=0
Text=SING_TOTAL
Color=GrayDark

[ScoreTextTotalScore4]
X=260
Y=360
Font=1
Size=15
Align=2
Text=00000
Color=GrayDark

[ScoreStaticBackLevel4]
X=0
Y=0
W=0
H=0
Tex=
Type=
Color=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBackLevelRound4]
X=0
Y=0
W=0
H=0
Tex=
Type=
Color=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticLevel4]
X=0
Y=0
W=0
H=0
Tex=
Type=
Color=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticLevelRound4]
X=0
Y=0
W=0
H=0
Tex=
Type=
Color=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreTextName5]
X=280
Y=160
Font=1
Size=12
Align=0
Text=P2
Color=P2Dark

[ScoreTextScore5]
X=330
Y=110
Font=1
Size=9
Align=0
Text=Tone Deaf
Color=GrayDark

[ScoreTextNotes5]
X=315
Y=220
Font=0
Size=9
Align=0
Text=SING_NOTES
Color=GrayDark

[ScoreTextNotesScore5]
X=520
Y=220
Font=1
Size=10
Align=2
Text=0000
Color=GrayDark

[ScoreTextLineBonus5]
X=315
Y=260
Font=0
Size=9
Align=0
Text=SING_PHRASE_BONUS
Color=GrayDark

[ScoreTextLineBonusScore5]
X=520
Y=260
Font=1
Size=10
Align=2
Text=0000
Color=GrayDark

[ScoreTextGoldenNotes5]
X=315
Y=300
Font=0
Size=9
Align=0
Text=SING_GOLDEN_NOTES
Color=GrayDark

[ScoreTextGoldenNotesScore5]
X=520
Y=300
Font=1
Size=10
Align=2
Text=0000
Color=GrayDark

[ScoreTextTotal5]
X=280
Y=370
Font=0
Size=9
Align=0
Text=SING_TOTAL
Color=GrayDark

[ScoreTextTotalScore5]
X=520
Y=360
Font=1
Size=15
Align=2
Text=00000
Color=GrayDark

[ScoreStaticBackLevel5]
X=0
Y=0
W=0
H=0
Tex=
Type=
Color=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBackLevelRound5]
X=0
Y=0
W=0
H=0
Tex=
Type=
Color=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticLevel5]
X=0
Y=0
W=0
H=0
Tex=
Type=
Color=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticLevelRound5]
X=0
Y=0
W=0
H=0
Tex=
Type=
Color=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreTextName6]
X=540
Y=160
Font=1
Size=12
Align=0
Text=P2
Color=P3Dark

[ScoreTextScore6]
X=590
Y=110
Font=1
Size=9
Align=0
Text=Tone Deaf
Color=GrayDark

[ScoreTextNotes6]
X=575
Y=220
Font=0
Size=9
Align=0
Text=SING_NOTES
Color=GrayDark

[ScoreTextNotesScore6]
X=780
Y=220
Font=1
Size=10
Align=2
Text=0000
Color=GrayDark

[ScoreTextLineBonus6]
X=575
Y=260
Font=0
Size=9
Align=0
Text=SING_PHRASE_BONUS
Color=GrayDark

[ScoreTextLineBonusScore6]
X=780
Y=260
Font=1
Size=10
Align=2
Text=0000
Color=GrayDark

[ScoreTextGoldenNotes6]
X=575
Y=300
Font=0
Size=9
Align=0
Text=SING_GOLDEN_NOTES
Color=GrayDark

[ScoreTextGoldenNotesScore6]
X=780
Y=300
Font=1
Size=10
Align=2
Text=0000
Color=GrayDark

[ScoreTextTotal6]
X=540
Y=370
Font=0
Size=9
Align=0
Text=SING_TOTAL
Color=GrayDark

[ScoreTextTotalScore6]
X=780
Y=360
Font=1
Size=15
Align=2
Text=00000
Color=GrayDark

[ScoreStaticBackLevel6]
X=0
Y=0
W=0
H=0
Tex=
Type=
Color=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBackLevelRound6]
X=0
Y=0
W=0
H=0
Tex=
Type=
Color=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticLevel6]
X=0
Y=0
W=0
H=0
Tex=
Type=
Color=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticLevelRound6]
X=0
Y=0
W=0
H=0
Tex=
Type=
Color=
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer5Static1]
X=280
Y=205
W=240
H=6
Tex=ScoreLine
Type=Font Black
Color=GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer5Static2]
X=280
Y=345
W=240
H=6
Tex=ScoreLine
Type=Font Black
Color=GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer5Static3]
X=280
Y=410
W=240
H=6
Tex=ScoreLine
Type=Font Black
Color=GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxLightest5]
X=280
Y=220
W=30
H=30
Tex=ScoreBox
Type=
Color=P2Lightest
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxLight5]
X=280
Y=260
W=30
H=30
Tex=ScoreBox
Type=
Color=P2Light
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxDark5]
X=280
Y=300
W=30
H=30
Tex=ScoreBox
Type=
Color=P2Dark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer6Static1]
X=540
Y=205
W=240
H=6
Tex=ScoreLine
Type=Font Black
Color=GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer6Static2]
X=540
Y=345
W=240
H=6
Tex=ScoreLine
Type=Font Black
Color=GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer6Static3]
X=540
Y=410
W=240
H=6
Tex=ScoreLine
Type=Font Black
Color=GrayDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxLightest6]
X=540
Y=220
W=30
H=30
Tex=ScoreBox
Type=
Color=P3Lightest
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxLight6]
X=540
Y=260
W=30
H=30
Tex=ScoreBox
Type=
Color=P3Light
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBoxDark6]
X=540
Y=300
W=30
H=30
Tex=ScoreBox
Type=
Color=P3Dark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[Options]
Texts = 3

[OptionsBackground]
Tex=OptionsBG


[OptionsText1]
X = 50
Y = 170
Color=GrayLight
Font = 1
Size = 25
Text = SING_OPTIONS

[OptionsStatic1]
Tex=MainIcon
X=40
Y=250
W=32
H=32
Color=ColorDark
Type=Font Black

[OptionsStatic2]
Tex =ButtonNavi
X =196
Y =553
W =22
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[OptionsStatic3]
Tex =ButtonEnter
X =350
Y =553
W =22
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[OptionsStatic4]
Tex =ButtonEsc
X =510
Y =553
W =22
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[OptionsText2]
X =226
Y =553
Color=Gray
Font =1
Size =7
Text=SING_LEGEND_NAVIGATE
Align=0

[OptionsText3]
X =380
Y =553
Color=Gray
Font =1
Size =7
Text=SING_LEGEND_SELECT
Align=0

[OptionsText4]
X =540
Y =553
Color=Gray
Font =1
Size =7
Text=SING_LEGEND_ESC
Align=0

[OptionsTextDescription]
X = 70
Y = 248
Color=GrayDark
Font = 1
Size = 10

[OptionsButtonGame]
X = 40
Y = 310
W = 180
H = 70
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[OptionsButtonGameText1]
X =16
Y =15
Font=0
Size=13
Align=0
Text=SING_OPTIONS_GAME
Color=White

[OptionsButtonGraphics]
X = 220
Y = 310
W = 180
H = 70
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[OptionsButtonGraphicsText1]
X =16
Y =15
Font=0
Size=13
Align=0
Text=SING_OPTIONS_GRAPHICS
Color=White

[OptionsButtonSound]
X = 400
Y = 310
W = 180
H = 70
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[OptionsButtonSoundText1]
X =16
Y =15
Font=0
Size=13
Align=0
Text=SING_OPTIONS_SOUND
Color=White

[OptionsButtonLyrics]
X = 580
Y = 310
W = 180
H = 70
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[OptionsButtonLyricsText1]
X =16
Y =15
Font=0
Size=13
Align=0
Text=SING_OPTIONS_LYRICS
Color=White

[OptionsButtonThemes]
X = 40
Y = 380
W = 180
H = 70
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[OptionsButtonThemesText1]
X =16
Y =15
Font=0
Size=13
Align=0
Text=SING_OPTIONS_THEMES
Color=White

[OptionsButtonRecord]
X = 220
Y = 380
W = 180
H = 70
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[OptionsButtonRecordText1]
X =16
Y =15
Font=0
Size=13
Align=0
Text=SING_OPTIONS_RECORD
Color=White
Texts=1

[OptionsButtonAdvanced]
X = 400
Y = 380
W = 180
H = 70
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[OptionsButtonAdvancedText1]
X =16
Y =15
Font=0
Size=13
Align=0
Text=SING_OPTIONS_ADVANCED
Color=White
Texts=1

[OptionsButtonExit]
X = 580
Y = 380
W = 180
H = 70
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[OptionsButtonExitText1]
X =16
Y =15
Font=0
Size=13
Align=0
Text=SING_OPTIONS_EXIT
Color=White

[OptionsGame]
Texts = 3

[OptionsGameBackground]
Tex=OptionsBG

[OptionsGameStatic1]
X =275
Y =553
W =22
H =22
Tex=ButtonNavi
Color =White
Type=Plain
Style=5

[OptionsGameStatic2]
X =435
Y =553
W =22
H =22
Tex=ButtonEsc
Color =White
Type=Plain

[OptionsGameText2]
X =305
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[OptionsGameText3]
X =465
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_ESC

[OptionsGameText1]
X = 50
Y = 10
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 1
Size = 25
Text=SING_OPTIONS_GAME_WHEREAMI

[OptionsGameSelectPlayers]
Tex = MainBar
TexSBG = MainBar
Text =SING_OPTIONS_GAME_PLAYERS
X = 40
Y = 85
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsGameSelectDifficulty]
Tex = MainBar
TexSBG = MainBar
Text =SING_OPTIONS_GAME_DIFFICULTY
X = 40
Y = 140
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark


[OptionsGameSelectSlideLanguage]
Tex = MainBar
TexSBG = MainBar
Text =SING_OPTIONS_GAME_LANGUAGE
X = 40
Y = 195
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsGameSelectTabs]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_GAME_TABS
X = 40
Y = 250
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsGameSelectSlideSorting]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_GAME_SORTING
X = 40
Y = 305
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsGameSelectDebug]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_GAME_DEBUG
X = 40
Y = 360
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsGameButtonExit]
X = 40
Y = 415
W = 230
H = 70
Tex =MainBar
Color = ColorDark
DColor = Gray
Type = Font Black


[OptionsGraphics]
Texts = 3

[OptionsGraphicsBackground]
Tex=OptionsBG

[OptionsGraphicsStatic1]
X =275
Y =553
W =22
H =22
Tex=ButtonNavi
Color =White
Type=Plain
Style=5

[OptionsGraphicsStatic2]
X =435
Y =553
W =22
H =22
Tex=ButtonEsc
Color =White
Type=Plain

[OptionsGraphicsText2]
X =305
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[OptionsGraphicsText3]
X =465
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_ESC

[OptionsGraphicsText1]
X = 50
Y = 10
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 1
Size = 25
Text=SING_OPTIONS_GRAPHICS_WHEREAMI

[OptionsGraphicsSelectSlideResolution]
Tex =MainBar
TexSBG =MainBar
Text=SING_OPTIONS_GRAPHICS_RESOLUTION
X = 40
Y = 85
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsGraphicsSelectFullscreen]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_GRAPHICS_FULLSCREEN
X = 40
Y = 140
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsGraphicsSelectDepth]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_GRAPHICS_DEPTH
X = 40
Y = 195
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsGraphicsSelectOscilloscope]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_GRAPHICS_OSCILLOSCOPE
X = 40
Y = 250
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsGraphicsSelectMovieSize]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_GRAPHICS_MOVIE_SIZE
X = 40
Y = 305
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsGraphicsButtonExit]
X = 40
Y = 360
W = 230
H = 70
Tex =MainBar
Color = ColorDark
DColor = Gray
Type = Font Black


[OptionsSound]
Texts = 3

[OptionsSoundBackground]
Tex=OptionsBG

[OptionsSoundStatic1]
X =275
Y =553
W =22
H =22
Tex=ButtonNavi
Color =White
Type=Plain
Style=5

[OptionsSoundStatic2]
X =435
Y =553
W =22
H =22
Tex=ButtonEsc
Color =White
Type=Plain

[OptionsSoundText2]
X =305
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[OptionsSoundText3]
X =465
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_ESC

[OptionsSoundText1]
X = 50
Y = 10
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 1
Size = 25
Text =SING_OPTIONS_SOUND_WHEREAMI

[OptionsSoundSelectMicBoost]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_SOUND_MIC_BOOST
X = 40
Y = 85
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsSoundSelectClickAssist]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_SOUND_CLICK_ASSIST
X = 40
Y = 140
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsSoundSelectBeatClick]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_SOUND_BEAT_CLICK
X = 40
Y = 195
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsSoundSelectThreshold]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_SOUND_THRESHOLD
X = 40
Y = 250
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsSoundSelectTwoPlayerMode]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_SOUND_TWO_PLAYERS_MODE
X = 40
Y = 305
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsSoundSelectSlidePreviewVolume]
Tex =MainBar
TexSBG =MainBar
Text=SING_OPTIONS_SOUND_PREVIEWVOLUME
X = 40
Y = 305
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsSoundSelectSlidePreviewFading]
Tex =MainBar
TexSBG =MainBar
Text=SING_OPTIONS_SOUND_PREVIEWFADING
X = 40
Y = 360
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsSoundButtonExit]
X = 40
Y = 415
W = 230
H = 70
Tex =MainBar
Color = ColorDark
DColor = Gray
Type = Font Black


[OptionsLyrics]
Texts = 3

[OptionsLyricsBackground]
Tex=OptionsBG

[OptionsLyricsStatic1]
X =275
Y =553
W =22
H =22
Tex=ButtonNavi
Color =White
Type=Plain
Style=5

[OptionsLyricsStatic2]
X =435
Y =553
W =22
H =22
Tex=ButtonEsc
Color =White
Type=Plain

[OptionsLyricsText2]
X =305
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[OptionsLyricsText3]
X =465
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_ESC

[OptionsLyricsText1]
X = 50
Y = 10
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 1
Size = 25
Text =SING_OPTIONS_LYRICS_WHEREAMI

[OptionsLyricsSelectLyricsFont]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_LYRICS_FONT
X = 40
Y = 85
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsLyricsSelectLyricsEffect]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_LYRICS_EFFECT
X = 40
Y = 140
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsLyricsSelectSolmization]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_LYRICS_SOLMIZATION
X = 40
Y = 195
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsLyricsButtonExit]
X = 40
Y = 250
W = 230
H = 70
Tex =MainBar
Color = ColorDark
DColor = Gray
Type = Font Black


[OptionsThemes]
Texts = 5

[OptionsThemesBackground]
Tex=OptionsBG

[OptionsThemesStatic1]
X =275
Y =553
W =22
H =22
Tex=ButtonNavi
Color =White
Type=Plain
Style=5

[OptionsThemesStatic2]
X =435
Y =553
W =22
H =22
Tex=ButtonEsc
Color =White
Type=Plain

[OptionsThemesText2]
X =305
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[OptionsThemesText3]
X =465
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_ESC

[OptionsThemesText1]
X = 50
Y = 10
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 1
Size = 25
Text =SING_OPTIONS_THEMES_WHEREAMI

[OptionsThemesSelectTheme]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_THEMES_THEME
X = 40
Y = 85
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsThemesSelectSkin]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_THEMES_SKIN
X = 40
Y = 140
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsThemesSelectColor]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_THEMES_COLOR
X = 40
Y = 195
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsThemesButtonExit]
X = 40
Y = 250
W = 230
H = 70
Tex =MainBar
Color = ColorDark
DColor = Gray
Type = Font Black


[OptionsRecord]
Texts = 3

[OptionsRecordBackground]
Tex=OptionsBG

[OptionsRecordStatic1]
X =275
Y =553
W =22
H =22
Tex=ButtonNavi
Color =White
Type=Plain
Style=5

[OptionsRecordStatic2]
X =435
Y =553
W =22
H =22
Tex=ButtonEsc
Color =White
Type=Plain

[OptionsRecordText2]
X =305
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[OptionsRecordText3]
X =465
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_ESC

[OptionsRecordText1]
X = 50
Y = 10
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 1
Size = 25
Text=SING_OPTIONS_RECORD_WHEREAMI

[OptionsRecordSelectSlideCard]
Tex = MainBar
TexSBG = MainBar
Text =SING_OPTIONS_RECORD_CARD
X = 40
Y = 85
W = 230
H = 70
SkipX = 50
Fields=1

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsRecordSelectSlideInput]
Tex = MainBar
TexSBG = MainBar
Text =SING_OPTIONS_RECORD_INPUT
X = 40
Y = 140
W = 230
H = 70
SkipX = 50
Fields=1

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsRecordSelectSlideChannelL]
Tex = MainBar
TexSBG = MainBar
Text =SING_OPTIONS_RECORD_CHANNELL
X = 40
Y = 195
W = 230
H = 70
SkipX = 50
Fields=7

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsRecordSelectSlideChannelR]
Tex = MainBar
TexSBG = MainBar
Text =SING_OPTIONS_RECORD_CHANNELR
X = 40
Y = 250
W = 230
H = 70
SkipX = 50
Fields=7

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsRecordButtonExit]
X = 40
Y = 305
W = 230
H = 70
Tex = MainBar
Color = ColorDark
DColor = Gray
Type = Font Black


[OptionsAdvanced]
Texts = 3

[OptionsAdvancedBackground]
Tex=OptionsBG

[OptionsAdvancedStatic1]
X =275
Y =553
W =22
H =22
Tex=ButtonNavi
Color =White
Type=Plain
Style=5

[OptionsAdvancedStatic2]
X =435
Y =553
W =22
H =22
Tex=ButtonEsc
Color =White
Type=Plain

[OptionsAdvancedText2]
X =305
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[OptionsAdvancedText3]
X =465
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=SING_LEGEND_ESC

[OptionsAdvancedText1]
X = 50
Y = 10
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 1
Size = 25
Text=SING_OPTIONS_ADVANCED_WHEREAMI

[OptionsAdvancedSelectLoadAnimation]
Tex =MainBar
TexSBG =MainBar
Text=SING_OPTIONS_ADVANCED_LOADANIMATION
X = 40
Y = 85
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsAdvancedSelectScreenFade]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_ADVANCED_SCREENFADE
X = 40
Y = 140
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsAdvancedSelectEffectSing]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_ADVANCED_EFFECTSING
X = 40
Y = 195
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsAdvancedSelectLineBonus]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_GRAPHICS_LINEBONUS
X = 40
Y = 250
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsAdvancedSelectSlideOnSongClick]
Tex =MainBar
TexSBG =MainBar
Text=SING_OPTIONS_ADVANCED_ONSONGCLICK
X = 40
Y = 305
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsAdvancedSelectAskbeforeDel]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_ADVANCED_ASKBEFOREDEL
X = 40
Y = 360
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsAdvancedSelectPartyPopup]
Tex =MainBar
TexSBG =MainBar
Text =SING_OPTIONS_ADVANCED_PARTYPOPUP
X = 40
Y = 415
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[OptionsAdvancedButtonExit]
X = 40
Y = 470
W = 230
H = 70
Tex =MainBar
Color = ColorDark
DColor = Gray
Type = Font Black

[Top5]
Texts=1

[Top5Background]
Tex=Top5BG

[Top5Static2]
Tex =ButtonEnter
X =350
Y =553
W =22
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[Top5Text2]
X =380
Y =553
Color=Gray
Font =1
Size =7
Text=SING_LEGEND_CONTINUE
Align=0

[Top5Text1]
X =100
Y =50
Color =Gray
Font =1
Size =20
Align =0
Text =SING_TOP_5_CHARTS

[Top5Static1]
Tex=Bar
X=560
Y=55
W=140
H=50
Color=ColorLight
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[Top5TextLevel]
X =630
Y =65
Color =White
Font =1
Size =10
Align =1
Text =easy


[Top5TextArtistTitle]
X =100
Y =120
Color =Black
Font =0
Size =10
Align =0
Text =artist - title

[Top5TextName1]
X =170
Y =200
Color =GrayDark
Font =1
Size =14
Align =0
Text =1. Player1

[Top5TextName2]
X =150
Y =290
Color =GrayDark
Font =0
Size =11
Align =0
Text =2. Player2

[Top5TextName3]
X =150
Y =340
Color =GrayDark
Font =0
Size =11
Align =0
Text =3. Player3

[Top5TextName4]
X =150
Y =390
Color =GrayDark
Font =0
Size =11
Align =0
Text =4. Player4

[Top5TextName5]
X =150
Y =440
Color =GrayDark
Font =0
Size =11
Align =0
Text =5. Player5


[Top5TextScore1]
X =680
Y =195
Color =GrayDark
Font =1
Size =17
Align =2
Text =00000

[Top5TextScore2]
X =680
Y =290
Color =GrayDark
Font =1
Size =14
Align =2
Text =00000

[Top5TextScore3]
X =680
Y =340
Color =GrayDark
Font =1
Size =14
Align =2
Text =00000

[Top5TextScore4]
X =680
Y =390
Color =GrayDark
Font =1
Size =14
Align =2
Text =00000

[Top5TextScore5]
X =680
Y =440
Color =GrayDark
Font =1
Size =14
Align =2
Text =00000

[Top5TextNumber1]
X =130
Y =202
Color =White
Font =1
Size =11
Align =1
Text =1

[Top5TextNumber2]
X =120
Y =293
Color =White
Font =1
Size =9
Align =1
Text =2

[Top5TextNumber3]
X =120
Y =343
Color =White
Font =1
Size =9
Align =1
Text =3

[Top5TextNumber4]
X =120
Y =393
Color =White
Font =1
Size =9
Align =1
Text =4

[Top5TextNumber5]
X =120
Y =443
Color =White
Font =1
Size =9
Align =1
Text =5

[Top5StaticNumber1]
Tex=Bar
X=100
Y=190
W=60
H=60
Color=ColorLight
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[Top5StaticNumber2]
Tex=Bar
X=100
Y=286
W=40
H=40
Color=ColorLight
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[Top5StaticNumber3]
Tex=Bar
X=100
Y=336
W=40
H=40
Color=ColorLight
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[Top5StaticNumber4]
Tex=Bar
X=100
Y=386
W=40
H=40
Color=ColorLight
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[Top5StaticNumber5]
Tex=Bar
X=100
Y=436
W=40
H=40
Color=ColorLight
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[Level]
Texts=2

[LevelBackground]
Tex=MainBG

[LevelStatic2]
Tex =ButtonNavi
X =196
Y =553
W =22
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[LevelStatic3]
Tex =ButtonEnter
X =350
Y =553
W =22
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[LevelStatic4]
Tex =ButtonEsc
X =510
Y =553
W =22
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[LevelText3]
X =226
Y =553
Color=Gray
Font =1
Size =7
Text=SING_LEGEND_NAVIGATE
Align=0

[LevelText4]
X =380
Y =553
Color=Gray
Font =1
Size =7
Text=SING_LEGEND_SELECT
Align=0

[LevelText5]
X =540
Y =553
Color=Gray
Font =1
Size =7
Text=SING_LEGEND_ESC
Align=0

[LevelStatic1]
X=20
Y=250
W=32
H=32
Tex=MainIcon
Type=Font Black
Color=ColorDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[LevelButtonEasy]
Tex=Button
X=25
Y=310
W=250
H=70
Type=Font Black
Texts=1
Color=ColorDark
Int = 1
DColor = White
DInt = 0.5

[LevelButtonMedium]
Tex=Button
X=275
Y=310
W=250
H=70
Type=Font Black
Texts=1
Color=ColorDark
Int = 1
DColor = White
DInt = 0.5

[LevelButtonHard]
Tex=Button
X=525
Y=310
W=250
H=70
Type=Font Black
Texts=1
Color=ColorDark
Int = 1
DColor = White
DInt = 0.5

[LevelText1]
X=30
Y=180
Font=1
Size=22
Align=0
Text=SING_DIFFICULTY_WHEREAMI
Color=GrayLight

[LevelText2]
X=50
Y=248
Font=1
Size=10
Align=0
Text=SING_DIFFICULTY_DESC
Color=GrayDark

[LevelButtonEasyText1]
X=115
Y=20
Font=1
Size=9
Align=1
Text=SING_EASY
Color=White

[LevelButtonMediumText1]
X=115
Y=20
Font=1
Size=9
Align=1
Text=SING_MEDIUM
Color=White

[LevelButtonHardText1]
X=115
Y=20
Font=1
Size=9
Align=1
Text=SING_HARD
Color=White


[Name]
Texts=2

[NameBackground]
Tex=MainBG

[NameStatic2]
Tex =ButtonNavi
X =176
Y =553
W =22
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[NameStatic3]
Tex =ButtonAZ
X =330
Y =553
W =22
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[NameStatic4]
Tex =ButtonEnter
X =532
Y =553
W =22
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[NameText3]
X =206
Y =553
Color=Gray
Font =1
Size =7
Text=SING_LEGEND_NAVIGATE
Align=0

[NameText4]
X =360
Y =553
Color=Gray
Font =1
Size =7
Text=SING_PLAYER_ENTER_NAME
Align=0

[NameText5]
X =562
Y =553
Color=Gray
Font =1
Size =7
Text=SING_LEGEND_CONTINUE
Align=0

[NameStatic1]
X=20
Y=250
W=32
H=32
Tex=MainIcon
Type=Font Black
Color=ColorDark
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[NameText1]
X=30
Y=180
Font=1
Size=22
Align=0
Text=SING_PLAYER_WHEREAMI
Color=GrayLight

[NameText2]
X=50
Y=248
Font=1
Size=10
Align=0
Text=SING_PLAYER_DESC
Color=GrayDark

[NameButtonPlayer1]
Tex=Button
X=25
Y=310
W=250
H=70
Type=Font Black
Texts=1
Color=P1Dark
DColor=P1Lightest
DInt=0.5

[NameButtonPlayer1Text1]
X=115
Y=20
Font=1
Size=9
Align=1
Text=
Color=White

[NameButtonPlayer2]
Tex=Button
X=25
Y=380
W=250
H=70
Type=Font Black
Texts=1
Color=P2Dark
DColor=P2Lightest
DInt=0.5

[NameButtonPlayer2Text1]
X=115
Y=20
Font=1
Size=9
Align=1
Text=
Color=White

[NameButtonPlayer3]
Tex=Button
X=25
Y=450
W=250
H=70
Type=Font Black
Texts=1
Color=P3Dark
DColor=P3Lightest
DInt=0.5

[NameButtonPlayer3Text1]
X=115
Y=20
Font=1
Size=9
Align=1
Text=
Color=White

[NameButtonPlayer4]
Tex=Button
X=425
Y=310
W=250
H=70
Type=Font Black
Texts=1
Color=P4Dark
DColor=P4Lightest
DInt=0.5

[NameButtonPlayer4Text1]
X=115
Y=20
Font=1
Size=9
Align=1
Text=
Color=White

[NameButtonPlayer5]
Tex=Button
X=425
Y=380
W=250
H=70
Type=Font Black
Texts=1
Color=P5Dark
DColor=P5Lightest
DInt=0.5

[NameButtonPlayer5Text1]
X=115
Y=20
Font=1
Size=9
Align=1
Text=
Color=White

[NameButtonPlayer6]
Tex=Button
X=425
Y=450
W=250
H=70
Type=Font Black
Texts=1
Color=P6Dark
DColor=P6Lightest
DInt=0.5

[NameButtonPlayer6Text1]
X=115
Y=20
Font=1
Size=9
Align=1
Text=
Color=White

[PartyNewRound]
Texts =7

[PartyNewRoundStatic1]
X =0
Y =549
W =252
H =28
Tex=Leiste1
Color =Gray
Type=Plain
Reflection=1
ReflectionSpacing=1

[PartyNewRoundStatic2]
X =254
Y =549
W =548
H =28
Tex=Leiste2
Color =Gray
Type=Plain
Reflection=1
ReflectionSpacing=1

[PartyNewRoundStatic3]
X =37
Y =72
W =27
H =27
Color =ColorDark
Tex =MainIcon
Type=Font Black

[PartyNewRoundText1]
X =40
Y =4
Font = 1
Size = 22
Color =GrayLight
Text=PARTY_MODE

[PartyNewRoundText2]
X =62
Y =67
Color=Black
Font =1
Size =9
Align =0
Text=PARTY_ROUND_DESC

[PartyNewRoundText3]
X =398
Y =552
Color=Gray
Font =1
Size =7
Align=2
Text=PARTY_ROUND_WHEREAMI

[PartyNewRoundText4]
X =450
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=PARTY_ROUND_LEGEND_CONTINUE

[PartyNewRoundText5]
X =460
Y =100
Color =White
Font =0
Size =10
Text =PARTY_ROUND
Align=0

[PartyNewRoundText6]
X =600
Y =100
Color =White
Font =0
Size =10
Text =PARTY_ROUND_WINNER
Align=0

[PartyNewRoundText7]
X =448
Y =350
Color =White
Font =0
Size =18
Text =PARTY_ROUND
Align=2

[PartyNewRoundTextTeam1Players]
X =30
Y =137
Color=White
Font =0
Size =7
Align=0
Text=Dummytext, Player2, Player3, Player4

[PartyNewRoundTextTeam2Players]
X =30
Y =218
Color=White
Font =0
Size =7
Align=0
Text=Dummytext, Player2, Player3, Player4

[PartyNewRoundTextTeam3Players]
X =30
Y =299
Color=White
Font =0
Size =7
Align=0
Text=Dummytext, Player2, Player3, Player4

[PartyNewRoundStatic4]
Tex =PartyRoundBG1
X =450
Y =103
W = 330
H = 24
Int=1
Color =Gray
Type=Font Black

[PartyNewRoundStatic5]
X =420
Y =553
W =26
H =22
Tex=ButtonEnter
Color =White
Type=Plain

[PartyNewRoundStatic6]
Tex =PartyRoundBG3
X =250
Y =350
W = 300
H = 50
Int=1
Color =Gray
Type=Font Black

[PartyNewRoundStatic7]
Tex =PartyRoundBG4
X =50
Y =495
W = 700
H = 30
Int=1
Color =GrayLight
Type=Font Black

[PartyNewRoundStaticTeam1]
Tex =PartyTeamButton1
X =20
Y =110
W =400
H =50
Int=1
Color =P1Dark
Type=Font Black
Reflection=0

[PartyNewRoundStaticTeam2]
Tex =PartyTeamButton1
X =20
Y =191
W =400
H =50
Int=1
Color =P2Dark
Type=Font Black
Reflection=0

[PartyNewRoundStaticTeam3]
Tex =PartyTeamButton1
X =20
Y =272
W =400
H =50
Int=1
Color =P3Dark
Type=Font Black
Reflection=0

[PartyNewRoundStaticNextPlayer1]
Tex=PartyPlayerButton
X=155
Y=415
W=150
H=50
Type=Font Black
Texts=1
Color =P1Light
Reflection=1
ReflectionSpacing=2

[PartyNewRoundStaticNextPlayer2]
Tex=PartyPlayerButton
X=325
Y=415
W=150
H=50
Type=Font Black
Texts=1
Color =P2Light
Reflection=1
ReflectionSpacing=2

[PartyNewRoundStaticNextPlayer3]
Tex=PartyPlayerButton
X=495
Y=415
W=150
H=50
Type=Font Black
Texts=1
Color =P3Light
Reflection=1
ReflectionSpacing=2

[PartyNewRoundTextRound1]
X =460
Y =133
Color =White
Font =0
Size =8
Text =Round 1
Align=0

[PartyNewRoundTextRound2]
X =460
Y =162
Color =White
Font =0
Size =8
Text =Round 2
Align=0

[PartyNewRoundTextRound3]
X =460
Y =191
Color =White
Font =0
Size =8
Text =Round 3
Align=0

[PartyNewRoundTextRound4]
X =460
Y =220
Color =White
Font =0
Size =8
Text =Round 4
Align=0

[PartyNewRoundTextRound5]
X =460
Y =249
Color =White
Font =0
Size =8
Text =Round 5
Align=0

[PartyNewRoundTextRound6]
X =460
Y =278
Color =White
Font =0
Size =8
Text =Round 6
Align=0

[PartyNewRoundTextRound7]
X =460
Y =307
Color =White
Font =0
Size =8
Text =Round 7
Align=0

[PartyNewRoundTextWinner1]
X =600
Y =133
Color =White
Font =0
Size =8
Text =Winner 1
Align=0

[PartyNewRoundTextWinner2]
X =600
Y =162
Color =White
Font =0
Size =8
Text =Winner 2
Align=0

[PartyNewRoundTextWinner3]
X =600
Y =191
Color =White
Font =0
Size =8
Text =Winner 3
Align=0

[PartyNewRoundTextWinner4]
X =600
Y =220
Color =White
Font =0
Size =8
Text =Winner 4
Align=0

[PartyNewRoundTextWinner5]
X =600
Y =249
Color =White
Font =0
Size =8
Text =Winner 5
Align=0

[PartyNewRoundTextWinner6]
X =600
Y =278
Color =White
Font =0
Size =8
Text =Winner 6
Align=0

[PartyNewRoundTextWinner7]
X =600
Y =307
Color =White
Font =0
Size =8
Text =Winner 7
Align=0

[PartyNewRoundStaticRound1]
Tex =PartyRoundBG2
X =450
Y =135
W = 330
H = 20
Color =GrayLight
Type =Font Black

[PartyNewRoundStaticRound2]
Tex =PartyRoundBG2
X =450
Y =164
W = 330
H = 20
Color =GrayLight
Type =Font Black

[PartyNewRoundStaticRound3]
Tex =PartyRoundBG2
X =450
Y =193
W = 330
H = 20
Color =GrayLight
Type =Font Black

[PartyNewRoundStaticRound4]
Tex =PartyRoundBG2
X =450
Y =222
W = 330
H = 20
Color =GrayLight
Type =Font Black

[PartyNewRoundStaticRound5]
Tex =PartyRoundBG2
X =450
Y =251
W = 330
H = 20
Color =GrayLight
Type =Font Black

[PartyNewRoundStaticRound6]
Tex =PartyRoundBG2
X =450
Y =280
W = 330
H = 20
Color =GrayLight
Type =Font Black

[PartyNewRoundStaticRound7]
Tex =PartyRoundBG2
X =450
Y =309
W = 330
H = 20
Color =GrayLight
Type =Font Black

[PartyNewRoundTextNextRound]
X =400
Y =495
Color =White
Font =0
Size =10
Text =Next Round
Align=1

[PartyNewRoundTextNextRoundNo]
X =457
Y =350
Color =White
Font =0
Size =18
Text =99
Align=0

[PartyNewRoundTextScoreTeam1]
X =390
Y =110
Color =White
Font =0
Size =17
Text =3000
Align=1

[PartyNewRoundTextScoreTeam2]
X =390
Y =191
Color =White
Font =0
Size =17
Text =2000
Align=1

[PartyNewRoundTextScoreTeam3]
X =390
Y =272
Color =White
Font =0
Size =17
Text =1000
Align=1

[PartyNewRoundTextNameTeam1]
X =30
Y =108
Color =White
Font =0
Size =12
Text =Team 1
Align=0

[PartyNewRoundTextNameTeam2]
X =30
Y =189
Color =White
Font =0
Size =12
Text =Team 2
Align=0

[PartyNewRoundTextNameTeam3]
X =30
Y =270
Color =White
Font =0
Size =12
Text =Team 3
Align=0

[PartyNewRoundTextNextPlayer1]
X =230
Y =425
Color =White
Font =0
Size =10
Text =Player 1
Align=1

[PartyNewRoundTextNextPlayer2]
X =400
Y =425
Color =White
Font =0
Size =10
Text =Player 2
Align=1

[PartyNewRoundTextNextPlayer3]
X =570
Y =425
Color =White
Font =0
Size =10
Text =Player 3
Align=1

[PartyScore]
Texts=5

[PartyScoreBackground]
Tex=PartyBG

[PartyScoreDecoTextures]
ChangeTextures =1

FirstTexture =PartyScoreDeco
FirstTyp =Font Black
FirstColor =Gold

SecondTexture =PartyScoreDeco
SecondTyp =Font Black
SecondColor =Silver

ThirdTexture =PartyScoreDeco
ThirdTyp =Font Black
ThirdColor =Bronze

[PartyScoreStatic1]
X =0
Y =549
W =252
H =28
Tex=Leiste1
Color =White
Type=Plain
Reflection=1
ReflectionSpacing=1

[PartyScoreStatic2]
X =254
Y =549
W =548
H =28
Tex=Leiste2
Color =White
Type=Plain
Reflection=1
ReflectionSpacing=1

[PartyScoreStatic3]
X =37
Y =72
W =27
H =27
Color =ColorDark
Tex =MainIcon
Type=Font Black

[PartyScoreStatic4]
X =410
Y =553
W =26
H =22
Tex=ButtonEnter
Color =White
Type=Plain

[PartyScoreText1]
X =40
Y =4
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 1
Size = 22
Color =GrayLight
Text=PARTY_MODE

[PartyScoreText2]
X =62
Y =67
Color=Black
Font =1
Size =9
Align =0
Text=PARTY_SCORE_DESC

[PartyScoreText3]
X =388
Y =552
Color=Gray
Font =1
Size =7
Align=2
Text=PARTY_SCORE_WHEREAMI

[PartyScoreText4]
X =440
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=PARTY_LEGEND_CONTINUE

[PartyScoreStatic5]
Tex =PartyScoreBG1
X =50
Y =100
W = 700
H = 80
Int=1
Color =Gray
Type=Font Black

[PartyScoreStatic6]
Tex =PartyScoreBG2
X =50
Y =495
W = 700
H = 20
Int=1
Color =GrayLight
Type=Font Black

[PartyScoreText5]
X =400
Y =136
Color =White
Font =0
Size =18
Text =PARTY_SCORE_WINS2
Align=1

[PartyScoreTextWinner]
X =400
Y =98
Color =White
Font =0
Size =18
Text =The Winner is...
Align=1

[PartyScoreTextScoreTeam1]
X =568
Y =198
Color =White
Font =0
Size =12
Text =3000
Align=2

[PartyScoreTextScoreTeam2]
X =568
Y =298
Color =White
Font =0
Size =12
Text =2000
Align=2

[PartyScoreTextScoreTeam3]
X =568
Y =398
Color =White
Font =0
Size =12
Text =1000
Align=2

[PartyScoreTextNameTeam1]
X =188
Y =198
Font=0
Size=12
Align=0
Text=Team 1
Color=White

[PartyScoreTextNameTeam2]
X =188
Y =298
Color =White
Font =0
Size =12
Text =Team 2
Align=0

[PartyScoreTextNameTeam3]
X =188
Y =398
Color =White
Font =0
Size =12
Text =Team 3
Align=0

[PartyScoreStaticTeam1]
X =188
Y =230
W =380
H =16
Z =1
Tex=PartyTeamPoints
Color =P1Dark
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyScoreStaticTeam1BG]
Tex=PartyTeamButton2
X=178
Y=200
W=400
H=50
Type=Font Black
Color =P1Dark
Reflection=1
ReflectionSpacing=2

[PartyScoreStaticTeam1Deco]
Tex =PartyScoreDeco
X = 563
Y = 191
W = 64
H = 64
Type =Font Black
Color =Gold
Reflection=1
ReflectionSpacing=-5

[PartyScoreStaticTeam2]
X =188
Y =330
W =380
H =15
Z =1
Tex=PartyTeamPoints
Color =P2Dark
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyScoreStaticTeam2BG]
Tex=PartyTeamButton2
X=178
Y=300
W=400
H=50
Type=Font Black
Color =P2Dark
Reflection=1
ReflectionSpacing=2

[PartyScoreStaticTeam2Deco]
Tex =PartyScoreDeco
X = 563
Y = 291
W = 64
H = 64
Type =Font Black
Color =Gold
Reflection=1
ReflectionSpacing=-5

[PartyScoreStaticTeam3]
X =188
Y =430
W =380
H =15
Z =1
Tex=PartyTeamPoints
Color =P3Dark
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyScoreStaticTeam3BG]
Tex=PartyTeamButton2
X=178
Y=400
W=400
H=50
Type=Font Black
Color =P3Dark
Reflection=1
ReflectionSpacing=2

[PartyScoreStaticTeam3Deco]
Tex =PartyScoreDeco
X = 563
Y = 391
W = 64
H = 64
Type =Font Black
Color =Gold
Reflection=1
ReflectionSpacing=-5

[PartyWin]
Texts=4

[PartyWinBackground]
Tex=PartyBG

[PartyWinStatic1]
X =0
Y =549
W =252
H =28
Tex=Leiste1
Color =White
Type=Plain
Reflection=1
ReflectionSpacing=1

[PartyWinStatic2]
X =254
Y =549
W =548
H =28
Tex=Leiste2
Color =White
Type=Plain
Reflection=1
ReflectionSpacing=1

[PartyWinStatic3]
X =37
Y =72
W =27
H =27
Color =ColorDark
Tex =MainIcon
Type=Font Black

[PartyWinStatic4]
X =380
Y =553
W =26
H =22
Tex=ButtonEnter
Color =White
Type=Plain

[PartyWinText1]
X =40
Y =4
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 1
Size = 22
Color =GrayLight
Text=PARTY_MODE

[PartyWinText2]
X =62
Y =67
Color=Black
Font =1
Size =9
Align =0
Text=PARTY_WIN_DESC

[PartyWinText3]
X =358
Y =552
Color=Gray
Font =1
Size =7
Align=2
Text=PARTY_WIN_WHEREAMI

[PartyWinText4]
X =410
Y =552
Color=Gray
Font =1
Size =7
Align=0
Text=PARTY_WIN_LEGEND_CONTINUE

#[PartyWinTextWinner]
#X =150
#Y =120
#Color =White
#Font =1
#Size =14
#Text =The Winner is...
#Align=0

[PartyWinTextScoreTeam1]
X =699
Y =183
Color =White
Font =0
Size =19
Text =3000
Align=2

[PartyWinTextScoreTeam2]
X =669
Y =298
Color =White
Font =0
Size =12
Text =2000
Align=2

[PartyWinTextScoreTeam3]
X =649
Y =398
Color =White
Font =0
Size =9
Text =1000
Align=2

[PartyWinTextNameTeam1]
X =169
Y =183
Font=0
Size=19
Align=0
Text=Team 1
Color=White

[PartyWinTextNameTeam2]
X =289
Y =298
Color =White
Font =0
Size =12
Text =Team 2
Align=0

[PartyWinTextNameTeam3]
X =369
Y =398
Color =White
Font =0
Size =9
Text =Team 3
Align=0

[PartyWinStaticTeam1]
X =169
Y =230
W =530
H =16
Z =1
Tex=PartyTeamPoints
Color =TeamColor
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyWinStaticTeam1BG]
Tex=PartyTeamButton3
X=159
Y=185
W=550
H=65
Type=Font Black
Color =TeamColor
Reflection=1
ReflectionSpacing=2

[PartyWinStaticTeam1Rank1]
X =169
Y =230
W =530
H =16
Z =1
Tex=PartyTeamPoints
Color =P1Dark
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyWinStaticTeam1BGRank1]
Tex=PartyTeamButton3
X=159
Y=185
W=550
H=65
Type=Font Black
Color =P1Dark
Reflection=1
ReflectionSpacing=2

[PartyWinStaticTeam1Rank2]
X =289
Y =330
W =380
H =15
Z =1
Tex=PartyTeamPoints
Color =P1Dark
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyWinStaticTeam1BGRank2]
Tex=PartyTeamButton3
X=279
Y=300
W=400
H=50
Type=Font Black
Color =P1Dark
Reflection=1
ReflectionSpacing=2

[PartyWinStaticTeam1Rank3]
X =369
Y =420
W =280
H =15
Z =1
Tex=PartyTeamPoints
Color =P1Dark
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyWinStaticTeam1BGRank3]
Tex=PartyTeamButton3
X=359
Y=400
W=300
H=40
Type=Font Black
Color =P1Dark
Reflection=1
ReflectionSpacing=2


[PartyWinStaticTeam1Deco]
Tex =PartyWinDeco1
X = 91
Y = 176
W = 79
H = 79
Type =Font Black
Color =Gold
Reflection=1
ReflectionSpacing=3

[PartyWinStaticTeam2]
X =289
Y =330
W =380
H =15
Z =1
Tex=PartyTeamPoints
Color =TeamColor
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyWinStaticTeam2BG]
Tex=PartyTeamButton4
X=279
Y=300
W=400
H=50
Type=Font Black
Color =TeamColor
Reflection=1
ReflectionSpacing=2

[PartyWinStaticTeam2Rank1]
X =169
Y =230
W =530
H =16
Z =1
Tex=PartyTeamButton3
Color =P2Dark
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyWinStaticTeam2BGRank1]
Tex=PartyTeamButton4
X=159
Y=185
W=550
H=65
Type=Font Black
Color =P2Dark
Reflection=1
ReflectionSpacing=2

[PartyWinStaticTeam2Rank2]
X =289
Y =330
W =380
H =15
Z =1
Tex=PartyTeamPoints
Color =P2Dark
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyWinStaticTeam2BGRank2]
Tex=PartyTeamButton4
X=279
Y=300
W=400
H=50
Type=Font Black
Color =P2Dark
Reflection=1
ReflectionSpacing=2

[PartyWinStaticTeam2Rank3]
X =369
Y =420
W =280
H =15
Z =1
Tex=PartyTeamPoints
Color =TeamColor
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyWinStaticTeam2BGRank3]
Tex=PartyTeamButton4
X=359
Y=400
W=300
H=40
Type=Font Black
Color =TeamColor
Reflection=1
ReflectionSpacing=2

[PartyWinStaticTeam2Deco]
Tex =PartyWinDeco2
X = 226
Y = 291
W = 64
H = 64
Type =Font Black
Color =Silver
Reflection=1
ReflectionSpacing=3

[PartyWinStaticTeam3]
X =369
Y =420
W =280
H =15
Z =1
Tex=PartyTeamPoints
Color =TeamColor
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyWinStaticTeam3BG]
Tex=PartyTeamButton5
X=359
Y=400
W=300
H=40
Type=Font Black
Color =TeamColor
Reflection=1
ReflectionSpacing=2

[PartyWinStaticTeam3Rank1]
X =169
Y =230
W =530
H =16
Z =1
Tex=PartyTeamPoints
Color =P3Dark
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyWinStaticTeam3BGRank1]
Tex=PartyTeamButton3
X=159
Y=185
W=550
H=65
Type=Font Black
Color =P3Dark
Reflection=1
ReflectionSpacing=2

[PartyWinStaticTeam3Rank2]
X =289
Y =330
W =380
H =15
Z =1
Tex=PartyTeamPoints
Color =P3Dark
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyWinStaticTeam3BGRank2]
Tex=PartyTeamButton5
X=279
Y=300
W=400
H=50
Type=Font Black
Color =P3Dark
Reflection=1
ReflectionSpacing=2

[PartyWinStaticTeam3Rank3]
X =369
Y =420
W =280
H =15
Z =1
Tex=PartyTeamPoints
Color =P3Dark
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyWinStaticTeam3BGRank3]
Tex=PartyTeamButton5
X=359
Y=400
W=300
H=40
Type=Font Black
Color =P3Dark
Reflection=1
ReflectionSpacing=2

[PartyWinStaticTeam3Deco]
Tex =PartyWinDeco3
X = 316
Y = 391
W = 54
H = 54
Type =Font Black
Color =Bronze
Reflection=1
ReflectionSpacing=3

[PartyOptions]
Texts = 3

[PartyOptionsBackground]
Tex=PartyBG

[PartyOptionsStatic1]
Tex =ButtonNavi
X =196
Y =553
W =22
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[PartyOptionsStatic2]
Tex =ButtonEnter
X =350
Y =553
W =22
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[PartyOptionsStatic3]
Tex =ButtonEsc
X =510
Y =553
W =22
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[PartyOptionsText2]
X =226
Y =553
Color=Gray
Font =1
Size =7
Text=SING_LEGEND_NAVIGATE
Align=0

[PartyOptionsText3]
X =380
Y =553
Color=Gray
Font =1
Size =7
Text=SING_LEGEND_CONTINUE
Align=0

[PartyOptionsText4]
X =540
Y =553
Color=Gray
Font =1
Size =7
Text=SING_LEGEND_ESC
Align=0

[PartyOptionsText1]
X = 50
Y = 10
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 1
Size = 25
Text=PARTY_OPTIONS_WHEREAMI

[PartyOptionsSelectLevel]
Tex = MainBar
TexSBG = MainBar
Text =PARTY_DIFFICULTY
X = 40
Y = 85
W = 230
H = 70
SkipX = 50
Fields=1

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[PartyOptionsSelectPlayList]
Tex = MainBar
TexSBG = MainBar
Text =PARTY_PLAYLIST
X = 40
Y = 140
W = 230
H = 70
SkipX = 50
Fields=1

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[PartyOptionsSelectPlayList2]
Tex = MainBar
TexSBG = MainBar
Text =PARTY_PLAYLIST
X = 40
Y = 195
W = 230
H = 70
SkipX = 50
Fields=1

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[PartyOptionsSelectRounds]
Tex = MainBar
TexSBG = MainBar
Text =PARTY_ROUNDS
X = 40
Y = 250
W = 230
H = 70
SkipX = 50
Fields=7

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[PartyOptionsSelectTeams]
Tex = MainBar
TexSBG = MainBar
Text =PARTY_TEAMS
X = 40
Y = 305
W = 230
H = 70
SkipX = 50
Fields=7

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[PartyOptionsSelectPlayers1]
Tex = MainBar
TexSBG = MainBar
Text =PARTY_TEAMS_PLAYER1
X = 40
Y = 360
W = 230
H = 70
SkipX = 50
Fields=7

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[PartyOptionsSelectPlayers2]
Tex = MainBar
TexSBG = MainBar
Text =PARTY_TEAMS_PLAYER2
X = 40
Y = 415
W = 230
H = 70
SkipX = 50
Fields=7

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark

[PartyOptionsSelectPlayers3]
Tex = MainBar
TexSBG = MainBar
Text =PARTY_TEAMS_PLAYER3
X = 40
Y = 470
W = 230
H = 70
SkipX = 50
Fields=7

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = White
STDColor = GrayDark


[PartyPlayer]
Texts=6

[PartyPlayerBackground]
Tex=PartyBG

[PartyPlayerStatic1]
X =40
Y =22
W =27
H =27
Color =White
Tex =PartyIcon
Type=Font Black

[PartyPlayerText1]
X = 50
Y = 10
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 1
Size = 25
Text=PARTY_PLAYER_WHEREAMI

[PartyPlayerStatic2]
Tex =ButtonNavi
X =176
Y =553
W =22
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[PartyPlayerStatic3]
Tex =ButtonAZ
X =330
Y =553
W =22
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[PartyPlayerStatic4]
Tex =ButtonEnter
X =532
Y =553
W =22
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[PartyPlayerText2]
X =206
Y =553
Color=Gray
Font =1
Size =7
Text=SING_LEGEND_NAVIGATE
Align=0

[PartyPlayerText3]
X =360
Y =553
Color=Gray
Font =1
Size =7
Text=SING_PLAYER_ENTER_NAME
Align=0

[PartyPlayerText4]
X =562
Y =553
Color=Gray
Font =1
Size =7
Text=SING_LEGEND_CONTINUE
Align=0

[PartyPlayerTeam1Name]
Tex=PartyTeamButton2
X=85
Y=100
W=310
H=50
Type=Font Black
Texts=1
Color =P1Lightest
DColor =P1Dark

[PartyPlayerTeam1NameText1]
X =155
Y =8
Font=1
Size=11
Align=1
Text=Team 1
Color=White

[PartyPlayerPlayer1Name]
Tex=Button
X=81
Y=160
W =158
H =54
Type=Font Black
Texts=1
Color =P1Lightest
DColor =P1Light

[PartyPlayerPlayer1NameText1]
X =79
Y =12
Font=1
Size=9
Align=1
Text=Player 1
Color=White

[PartyPlayerPlayer2Name]
Tex=Button
X=241
Y=160
W =158
H =54
Type=Font Black
Texts=1
Color =P1Lightest
DColor =P1Light

[PartyPlayerPlayer2NameText1]
X =79
Y =12
Font=1
Size=9
Align=1
Text=Player 2
Color=White

[PartyPlayerPlayer3Name]
Tex=Button
X=401
Y=160
W =158
H =54
Type=Font Black
Texts=1
Color =P1Lightest
DColor =P1Light

[PartyPlayerPlayer3NameText1]
X =79
Y =12
Font=1
Size=9
Align=1
Text=Player 3
Color=White

[PartyPlayerPlayer4Name]
Tex=Button
X=561
Y=160
W =158
H =54
Type=Font Black
Texts=1
Color =P1Lightest
DColor =P1Light

[PartyPlayerPlayer4NameText1]
X =79
Y =12
Font=1
Size=9
Align=1
Text=Player 4
Color=White

[PartyPlayerTeam2Name]
Tex=PartyTeamButton2
X=85
Y=240
W=310
H=50
Type=Font Black
Texts=1
Color =P2Lightest
DColor =P2Dark

[PartyPlayerTeam2NameText1]
X =155
Y =8
Font=1
Size=11
Align=1
Text=Team 2
Color=White

[PartyPlayerPlayer5Name]
Tex=Button
X=81
Y=300
W =158
H =54
Type=Font Black
Texts=1
Color =P2Lightest
DColor =P2Light

[PartyPlayerPlayer5NameText1]
X =79
Y =12
Font=1
Size=9
Align=1
Text=Player 5
Color=White

[PartyPlayerPlayer6Name]
Tex=Button
X=241
Y=300
W =158
H =54
Type=Font Black
Texts=1
Color =P2Lightest
DColor =P2Light

[PartyPlayerPlayer6NameText1]
X =79
Y =12
Font=1
Size=9
Align=1
Text=Player 6
Color=White

[PartyPlayerPlayer7Name]
Tex=Button
X=401
Y=300
W =158
H =54
Type=Font Black
Texts=1
Color =P2Lightest
DColor =P2Light

[PartyPlayerPlayer7NameText1]
X =79
Y =12
Font=1
Size=9
Align=1
Text=Player 7
Color=White

[PartyPlayerPlayer8Name]
Tex=Button
X=561
Y=300
W =158
H =54
Type=Font Black
Texts=1
Color =P2Lightest
DColor =P2Light

[PartyPlayerPlayer8NameText1]
X =79
Y =12
Font=1
Size=9
Align=1
Text=Player 8
Color=White

[PartyPlayerTeam3Name]
Tex=Button
Tex=PartyTeamButton2
X=85
Y=380
W=310
H=50
Type=Font Black
Texts=1
Color =P3Lightest
DColor =P3Dark

[PartyPlayerTeam3NameText1]
X =155
Y =8
Font=1
Size=11
Align=1
Text=Team 3
Color=White

[PartyPlayerPlayer9Name]
Tex=Button
X=81
Y=440
W =158
H =54
Type=Font Black
Texts=1
Color =P3Lightest
DColor =P3Light

[PartyPlayerPlayer9NameText1]
X =79
Y =12
Font=1
Size=9
Align=1
Text=Player 9
Color=White

[PartyPlayerPlayer10Name]
Tex=Button
X=241
Y=440
W =158
H =54
Type=Font Black
Texts=1
Color =P3Lightest
DColor =P3Light

[PartyPlayerPlayer10NameText1]
X =79
Y =12
Font=1
Size=9
Align=1
Text=Player 10
Color=White

[PartyPlayerPlayer11Name]
Tex=Button
X=401
Y=440
W =158
H =54
Type=Font Black
Texts=1
Color =P3Lightest
DColor =P3Light

[PartyPlayerPlayer11NameText1]
X =79
Y =12
Font=1
Size=9
Align=1
Text=Player 11
Color=White

[PartyPlayerPlayer12Name]
Tex=Button
X=561
Y=440
W =158
H =54
Type=Font Black
Texts=1
Color =P3Lightest
DColor =P3Light

[PartyPlayerPlayer12NameText1]
X =79
Y =12
Font=1
Size=9
Align=1
Text=Player 12
Color=White

#  #  #  #  Song Extensions  #  #  #  #
[SongMenu]
Texts=0
Statics=1

[SongMenuButton1]
X = 505
Y = 195
W = 220
H = 25
Tex = SongMenuButton
Color =ColorDark
DColor = Gray
Type=Font Black
Texts=1
Z = 0.988

[SongMenuButton1Text1]
X =110
Y =0
Color=Black
Font =0
Size =8
Text=SONG_MENU_PLAY
Align=1
Z=0.99

[SongMenuButton2]
X = 505
Y = 225
W = 220
H = 25
Tex = SongMenuButton
Color =ColorDark
DColor = Gray
Type=Font Black
Texts=1
Z = 0.988

[SongMenuButton2Text1]
X =110
Y =0
Color=Black
Font =0
Size =8
Text=SONG_MENU_EDIT
Align=1
Z=0.99

[SongMenuButton3]
X = 505
Y = 255
W = 220
H = 25
Tex = SongMenuButton
Color =ColorDark
DColor = Gray
Type=Font Black
Texts=1
Z = 0.988

[SongMenuButton3Text1]
X =110
Y =0
Color=Black
Font =0
Size =8
Text=SONG_MENU_MODI
Align=1
Z=0.99

[SongMenuButton4]
X = 505
Y = 285
W = 220
H = 25
Tex = SongMenuButton
Color =ColorDark
DColor = Gray
Type=Font Black
Texts=1
Z = 0.988

[SongMenuButton4Text1]
X =110
Y =0
Color=Black
Font =0
Size =8
Text=SONG_MENU_CANCEL
Align=1
Z=0.99

[SongMenuSelectSlide3]
Tex = Rectangle
TexSBG = SongMenuSelectBG
Text =
X = 505
Y = 255
W = 0
H = 25
Z = 0.988
SkipX = 0
SBGW=220

TextSize=8

Color = ColorDark
DColor = Gray
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = Gray
STColor = Black
STDColor = Black

[SongMenuTextMenu]
X =615
Y =140
Color=Black
Font =0
Size =13
Text=MENU
Align=1
Z=0.99

[SongMenuStatic1]
X =400
Y =100
W =200
H =262
Z =0.45
Color=White
Tex =Rectangle
Type=Font Black
TexX1=0.1
TexY1=0.1
TexX2=0.9
TexY2=0.9

[SongMenuStatic2]
X =400
Y =100
W =200
H =262
Z =0.45
Color=Black
Tex =SongFade
Type=Font Black
TexX1=0.5
TexY1=0.1
TexX2=0.7
TexY2=0.7

[SongMenuStatic3]
Tex =SongMenuBG
X =500
Y =140
W =230
H =200
Z =0.985
Int=1
Color =White
Type=Font Black

[SongMenuStatic4]
X =705
Y =120
W =42
H =240
Z=0.985
Color =Gray
Tex =SongMenuBorder
Type=Font Black
Z=0.98


#  #  #  #  Statistic Screens  #  #  #  #
[StatMain]
Texts=4
Statics=6

[StatMainBackground]
Tex=MainBG

[StatMainStatic5]
Tex =ButtonNavi
X =196
Y =553
W =22
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[StatMainStatic6]
Tex =ButtonEnter
X =350
Y =553
W =22
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[StatMainStatic7]
Tex =ButtonEsc
X =510
Y =553
W =22
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[StatMainText3]
X =226
Y =553
Color=Gray
Font =1
Size =7
Text=SING_LEGEND_NAVIGATE
Align=0

[StatMainText4]
X =380
Y =553
Color=Gray
Font =1
Size =7
Text=SING_LEGEND_SELECT
Align=0

[StatMainText5]
X =540
Y =553
Color=Gray
Font =1
Size =7
Text=SING_LEGEND_ESC
Align=0

[StatMainButtonScores]
X =589
Y =120
W =190
H =50
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[StatMainButtonScoresText1]
X =95
Y =10
Font=0
Size=10
Align=1
Text=STAT_DESC_SCORES
Color=White

[StatMainButtonSingers]
X =589
Y =180
W =190
H =50
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[StatMainButtonSingersText1]
X =95
Y =10
Font=0
Size=10
Align=1
Text=STAT_DESC_SINGERS
Color=White

[StatMainButtonSongs]
X =589
Y =240
W =190
H =50
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[StatMainButtonSongsText1]
X =95
Y =13
Font=0
Size=8
Align=1
Text=STAT_DESC_SONGS
Color=White

[StatMainButtonBands]
X =589
Y =300
W =190
H =50
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[StatMainButtonBandsText1]
X =95
Y =13
Font=0
Size=8
Align=1
Text=STAT_DESC_BANDS
Color=White

[StatMainButtonExit]
X =589
Y =360
W =190
H =50
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[StatMainButtonExitText1]
X =95
Y =10
Font=0
Size=10
Align=1
Text=SING_OPTIONS_EXIT
Color=White

[StatMainTextOverview]
X =45
Y =145
W =510
Color=Black
Font =0
Size =9
Align=0
Text=

[StatMainStatic1]
X =40
Y =71
W =32
H =32
Color =ColorDark
Tex =MainIcon
Type=Font Black


[StatMainStatic2]
X =40
Y =120
W =520
H =20
Tex=StatMainBG1
Color =ColorLight
Type=Font Black

[StatMainStatic3]
X =40
Y =140
W =520
H =300
Tex=StatMainBG2
Color =ColorDark
Type=Font Black

[StatMainStatic4]
X =40
Y =440
W =520
H =20
Tex=StatMainBG3
Color =ColorLight
Type=Font Black

[StatMainText1]
X =40
Y =6
Color=GrayLight
Font =1
Size =22
Text=STAT_MAIN
Align=0

[StatMainText2]
X =73
Y =69
Color=GrayDark
Font =1
Size =10
Align =0
Text=STAT_MAIN_DESC


[StatDetail]
Texts=0
Statics=0

[StatDetailBackground]
Tex=MainBG

[StatDetailStatic5]
Tex =ButtonNavi
X =196
Y =553
W =22
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[StatDetailStatic6]
Tex =ButtonEnter
X =350
Y =553
W =22
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[StatDetailStatic7]
Tex =ButtonEsc
X =510
Y =553
W =22
H =22
Color =White
Type=Plain
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[StatDetailText2]
X =226
Y =553
Color=Gray
Font =1
Size =7
Text=SING_LEGEND_NAVIGATE
Align=0

[StatDetailText3]
X =380
Y =553
Color=Gray
Font =1
Size =7
Text=SING_LEGEND_SELECT
Align=0

[StatDetailText4]
X =540
Y =553
Color=Gray
Font =1
Size =7
Text=SING_LEGEND_ESC
Align=0

[StatDetailButtonNext]
X =589
Y =120
W =190
H =50
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[StatDetailButtonNextText1]
X =95
Y =10
Font=0
Size=10
Align=1
Text=STAT_NEXT
Color=White

[StatDetailButtonPrev]
X =589
Y =180
W =190
H =50
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[StatDetailButtonPrevText1]
X =95
Y =10
Font=0
Size=10
Align=1
Text=STAT_PREV
Color=White

[StatDetailButtonReverse]
X =589
Y =240
W =190
H =50
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[StatDetailButtonReverseText1]
X =95
Y =10
Font=0
Size=10
Align=1
Text=STAT_REVERSE
Color=White

[StatDetailButtonExit]
X =589
Y =300
W =190
H =50
Tex = Button
Color = ColorDark
Int = 1
DColor = White
DInt = 0.5
Type = Font Black
Texts=1

[StatDetailButtonExitText1]
X =95
Y =10
Font=0
Size=10
Align=1
Text=SING_OPTIONS_EXIT
Color=White

[StatDetailTextDescription]
X =73
Y =69
Color=GrayDark
Font =1
Size =10
Align =0
Text=

[StatDetailTextPage]
X = 546
Y = 118
Color= Black
Font = 0
Size = 5
Align=2
Text=

[StatDetailTextList1]
X = 45
Y = 142
Color=Black
Font = 0
Size = 8
Text=Stat1

[StatDetailTextList2]
X = 45
Y = 180
Color=Black
Font = 0
Size = 8
Text=Stat2

[StatDetailTextList3]
X = 45
Y = 218
Color=Black
Font = 0
Size = 8
Text=

[StatDetailTextList4]
X = 45
Y = 256
Color=Black
Font = 0
Size = 8
Text=

[StatDetailTextList5]
X = 45
Y = 294
Color=Black
Font = 0
Size = 8
Text=

[StatDetailTextList6]
X = 45
Y = 332
Color=Black
Font = 0
Size = 8
Text=

[StatDetailTextList7]
X = 45
Y = 370
Color=Black
Font = 0
Size = 8
Text=

[StatDetailTextList8]
X = 45
Y = 408
Color=Black
Font = 0
Size = 8
Text=

[StatDetailTextList9]
X = 45
Y = 446
Color=Black
Font = 0
Size = 8
Text=

[StatDetailTextList10]
X = 45
Y = 484
Color=Black
Font = 0
Size = 8
Text=

[StatDetailStatic1]
X =40
Y =71
W =32
H =32
Color =ColorDark
Tex =MainIcon
Type=Font Black

[StatDetailStatic2]
X =40
Y =120
W =520
H =24
Tex=StatDetailBG1
Color =ColorLight
Type=Font Black

[StatDetailStatic3]
X =40
Y =144
W =520
H =379
Tex=StatMainBG2
Color =ColorDark
Type=Font Black

[StatDetailStatic4]
X =40
Y =523
W =520
H =20
Tex=StatMainBG3
Color =ColorLight
Type=Font Black


[StatDetailText1]
X =40
Y =6
Color=GrayLight
Font =1
Size =22
Text=STAT_DETAIL
Align=0


# # # #   OnScreen PopUp Error / Question Messages   # # # #
[CheckPopup]
Texts=0
Statics=3

[CheckPopupButton1]
X = 192
Y = 327
W = 128
H = 50
Tex =MainBar
Color = ColorDark
DColor = White
Int=1
DInt=0.5
Type=Font Black
Texts=1
Z = 1

[CheckPopupButton1Text1]
X =64
Y =13
Color=White
Font =0
Size =8
Text=Yes
Align=1
Z=1

[CheckPopupButton2]
X = 480
Y = 327
W = 128
H = 50
Tex =MainBar
Color = ColorDark
DColor = White
Int=1
DInt=0.5
Type=Font Black
Texts=1
Z = 1

[CheckPopupButton2Text1]
X =64
Y =13
Color=White
Font =0
Size =8
Text=No
Align=1
Z=1

[CheckPopupText]
X =400
Y =226
W =500
Color=Black
Font =0
Size =14
Text=
Align=1
Z=1

[CheckPopupStatic1]
Tex =PopUpBG
X =99
Y =224
W =602
H =152
Z =1
Int=1
Color =White
Type=Font Black

[CheckPopupStatic2]
Tex =PopUpFG
X =99
Y =224
W =602
H =152
Z =1
Int=1
Color =Black
Type=Font Black

[CheckPopupStatic3]
Tex =IconQuestion
X =124
Y =235
W =44
H =44
Z =1
Int=1
Color =Black
Type=Font Black

[ErrorPopup]
Texts=1
Statics=1

[ErrorPopupButton1]
X = 366
Y = 342
W =22
H =22
Tex =ButtonEnter
Color = White
DColor = White
Type=Plain
Texts=1
Z = 1

[ErrorPopupButton1Text1]
X =32
Y =0
Color=Black
Font =0
Size =10
Text=OK
Align=0
Z=0

[ErrorPopupText]
X =400
Y =226
W =500
Color=Black
Font =0
Size =14
Text=
Align=1
Z=1

[ErrorPopupStatic1]
Tex =PopUpBG
X =99
Y =224
W =602
H =152
Z =1
Int=1
Color =White
Type=Font Black

[ErrorPopupStatic2]
Tex =PopUpFG
X =99
Y =224
W =602
H =152
Z =1
Int=1
Color =Black
Type=Font Black

[ErrorPopupStatic3]
Tex =IconError
X =124
Y =235
W =44
H =44
Z =1
Int=1
Color =Black
Type=Font Black