aboutsummaryrefslogblamecommitdiffstats
path: root/game/themes/Deluxe.ini
blob: 77339651470da02230cab42fabfb0d05bdfe7164 (plain) (tree)
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
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
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
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
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




































                                                           

                   

                



              
             



                   

                      



              
             



                 

                      

      


































                         
       










                     
       










                     
       








                     
       












                           
       








                     
       















                         
                  


























                               
                  


























                               
                  
























                               



                   

















                      



                   

















                       



                   




















                        
                  



















                               



                




                     
             

                
 


             
             



                               





             
       










                     
         





                     



















               

                     












                      
             
       
       
       
       

                  



                    
       

       


                  

                    

                     

                

       


             
        



               

       


             
        



                


        
             
        
         

                      













                                                                  















                                      
         








                     
         




             

                      





                     
         








                     
         













                               
         








                     
         













                                      
         








                     
         







                       
            




                     
         








                     
         


















                                     
                


                  
         








                  
         









                                 
         








                  
         





                      


                  
         




























































































































































































































































                                                   





                







































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































                                                                              
      







                   
      







                        
      






































































































                           
                  























                        
                  























                            
                  























                         
                  
























                          
                  
























                          
                  

























                          
                  

























                            
                  

























                        

      

                





















                                 
























                     


       


                  











                           

                    

       
      
      


                  

                     

                  


       
             


                      











































                                   
























































































                                 





                     







                           
      
      

      

                





















                                     
























                        


       


                  











                           

                        

       
      

       


                  

                     

                      


       
             
        
                      

                      

                                      
                                       
             
                
                 
      

       

          

                 
                   

               


                     



                                 
                                       
             
                
                 

       
       

          

                 
                   

               


                     



                            
                                  
             
                
                 

       
       

          

                 
                   

               


                     


                   




















                                       
                                   
                                         
             
                
                 
      
       
       

          

                 
                   

               


                     



                                
                                       
             
                
                 
      
       
       

          

                 
                   

               


                     




                           
       

       





                     







                        
      
      

      

                





















                                  
























                     


       


                  











                           

                     

       
      
      


                  

                     

                   


       
             
        
                      

                      
 



















                                          



















                                         



                                   
      
       
       

          














                                      
      
       
       

          














                                    
      
       
       

          














                                   
      
       
       

          














                                       
      
       
       

          














                                       
      
       
       

          












                        
       
       
      





                     







                         
      
      

      

                





















                                   
























                      


       


                  











                           

                      

       
      
      


                  

                     

                    


       
             
        
                      

                      




                               
      

       

          














                                 

       
       

          














                                    

       
       


          











                         
       

       





                     







                         
      
      

      

                





















                                   
























                      


       


                  











                           

                      

       
      
      


                  

                     

                    


       
             


                      


                          
                                

                 
      

       

          

                 
                   

               


                     



                         
                               

                 

       
       

          

                 
                   

               


                     



                          
                                

                 

       
       

          

                 
                   

               


                     




                         
       

       





                     







                         
      
      

      

                





















                                   
























                      


       


                  











                           

                      

       
      
      


                  

                     

                    


       
             


                      


                              
                               

                 
      

       

          

                 
                   

               


                     



                               
                                

                 

       
       

          

                 
                   

               


                     



                                 
                                  

                 

       
       

          

                 
                   

               


                     


                   

                         
       

       





                     







                           
      
      

      

                





















                                     
























                        


       


                  











                           

                        

       
      
      


                  

                     

                      


       
             


                      



                                      
                                           

                  



        
           

                  
                    

                


                      



                                 
                                       

                 
      

       

          

                 
                   

               


                     



                                 
                                       

                 

       
       

          

                 
                   

               


                     



                                
                                      

                 

       
       

          

                 
                   

               


                     



                                       
                                        

                 

       
       

          

                 
                   

               


                     



                                   
                                         

                 

       
       

          

                 
                   

               


                     



                                 
                                       

                 

       
       

          

                 
                   

               


                     


                   
 




                           





                     



































































































































































































































































































































































































                                   
                  

















                               
                  

















                               
                  








































                               
             


























































































































                             
                  




















                        
                  




















                        
                  




















                        
                  




















                        
                  




















                        
                  



















































































































































                                           

















                      








                      








                          









                          









                          


















































































































































































































































































































































































































































                                








                   


















































































                          

































                           

































                           




















































































































































































                                






















                          






















                            






















                            


































                            






















                          






















                            






















                            

































                            






















                          






















                            






















                            






































































                            








                     






































































































































































































































































                             








                    








                    


















































































                                   
                  




















                             
                  




















                             
                  




















                             
                  








































                             
                  




















                             
                  




















                             
                  




















                             
                  















                             




                      
                  


















                           
                  




















                             
                  




















                              
                  




















                              
                  














                              
          








                    










                                 
                 















                    

                 



        





                 

                      
     
     
        
             

                     

                 



        





                 

                      
     

             

                     
        

                 



        





                 

                      
     





                     
        

                 



        





                 

                      
     





                       

























                                              
 
            







                      
                   







                                 

                   



       
             
                      
                
        

                 



                  
                            












                                       

                           
                             


        
      
          
         



         
              

                    
               
              

                            


        

       
         



                     

       




                       

        















                      
                  



















                           
                  



















                            
                  



















                          
                  



















                          
                  




























































                         
































































































                           
                  



















                           
                  



















                           
                  



















                              
                  




















































































































































                           




































                   




































                           
 







                      































                                 





                   
            

                  
                  

















                        
            

                  
                  












                        
 
            








                      
                                 









                      




















                      





                   



                  

         










                        








                  
               
;1.10
;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 = Deluxe
Creator = Ultrastar Deluxe Team
US_Version = USD 110

[Colors]
White = 255 255 255
LightBlue = 119 187 210
DarkBlue = 28 126 171
LightRed = 170 146 146
DarkRed = 155 113 113
LightGreen = 136 168 136
DarkGreen = 106 152 104
LightPurple = 155 136 168
DarkPurple = 145 104 152
LightOrange = 168 155 136
DarkOrange = 151 131 76
LightYellow = 168 168 136
DarkYellow = 150 151 76
Turkis = 13 186 167
GrayLightest = 223 223 223
GrayLight = 191 191 191
Gray = 127 127 127
GrayDark = 63 63 63
Black = 0 0 0
GrayPopup = 51 51 51
Gold = 255 223 31
Silver = 223 223 223
Bronze = 205 127 50
Red = 255 0 0

[Loading]
[LoadingBackground]
Tex = LoadingBG
Color = DarkRed
Type = Colorized

[LoadingText1]
X = 30
Y = 550
Color = White
Font = 0
Align = 0
Size = 10
Text = SING_LOADING
Reflection = 1
ReflectionSpacing = 20

[LoadingText2]
X = 790
Y = 550
Color = White
Font = 0
Size = 10
Align = 2
Text = US_VERSION
Reflection = 1
ReflectionSpacing = 20

[Main]
[MainBackground]
Tex = MainBG

[MainStatic1]
X = 65
Y = 205
W = 25
H = 23
Tex = MainIcon
Color = White
Type = Transparent

[MainText1]
X = 95
Y = 190
Color = White
Font = 0
Size = 18
Align = 0
Text = SING_MENU

[MainTextDescriptionLong]
X = 95
Y = 230
Color = ColorLightest
Font = 0
Size = 10
Align = 0
Text =

[MainStatic2]
X = 0
Y = 545
W = 250
H = 30
Z = 0.4
Tex = Leiste1
Color = ColorLight
Type = Colorized
Reflection = 1
ReflectionSpacing = 2

[MainStatic3]
X = 250
Y = 545
W = 550
H = 30
Z = 0.4
Tex = Leiste2
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[MainStatic4]
X = 260
Y = 545
W = 32
H = 30
Z = 0.5
Tex = ButtonNavi
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[MainText2]
X = 300
Y = 548
Z = 0.5
Color = Black
Font = 0
Size = 8
Align = 0
Text = SING_LEGEND_NAVIGATE
Reflection = 1
ReflectionSpacing = 20

[MainStatic5]
X = 400
Y = 545
W = 32
H = 30
Z = 0.5
Tex = ButtonEnter
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[MainText3]
X = 440
Y = 548
Z = 0.5
Color = Black
Font = 0
Size = 8
Align = 0
Text = SING_LEGEND_SELECT
Reflection = 1
ReflectionSpacing = 20

[MainButtonSolo]
X = 95
Y = 270
W = 150
H = 50
Tex = Button
Color = ColorLight
DColor = ColorDark
Type = Transparent
Texts = 1
Reflection = 1
ReflectionSpacing = 15
DeSelectReflectionSpacing = 280
Fade = 1
FadeText = 1
SelectH = 150
FadeTex = ButtonFade
FadeTexPos = 0

[MainButtonSoloText1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Text = SING_SING
Color = White

[MainButtonMulti]
X = 250
Y = 270
W = 150
H = 50
Tex = Button
Color = ColorLight
DColor = ColorDark
Type = Transparent
Texts = 1
Reflection = 1
ReflectionSpacing = 15
DeSelectReflectionSpacing = 280
Fade = 1
FadeText = 1
SelectH = 150
FadeTex = ButtonFade
FadeTexPos = 0

[MainButtonMultiText1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Text = SING_MULTI
Color = White

[MainButtonCollection1]
X = 405
Y = 270
W = 150
H = 50
Tex = Button
Color = ColorLight
DColor = ColorDark
Type = Transparent
Texts = 1
Reflection = 1
ReflectionSpacing = 15
DeSelectReflectionSpacing = 280
Fade = 1
FadeText = 0
SelectH = 150
FadeTex = ButtonFade
FadeTexPos = 0
FirstChild = 3

[MainButtonCollection1Text1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Text = SING_TOOLS
Color = White

[MainButtonStats]
X = 410
Y = 310
W = 140
H = 30
Tex = Button
Color = ColorDark
DColor = ColorLight
Type = Transparent
Texts = 1
Reflection = 0
Parent = 1

[MainButtonStatsText1]
X = 70
Y = 3
Font = 0
Size = 8
Align = 1
Text = SING_STATS
Color = White

[MainButtonEditor]
X = 410
Y = 345
W = 140
H = 30
Tex = Button
Color = ColorDark
DColor = ColorLight
Type = Transparent
Texts = 1
Reflection = 0
Parent = 1

[MainButtonEditorText1]
X = 70
Y = 3
Font = 0
Size = 8
Align = 1
Text = SING_EDITOR
Color = White

[MainButtonOptions]
X = 410
Y = 380
W = 140
H = 30
Tex = Button
Color = ColorDark
DColor = ColorLight
Type = Transparent
Texts = 1
Reflection = 0
Parent = 1

[MainButtonOptionsText1]
X = 70
Y = 3
Font = 0
Size = 8
Align = 1
Text = SING_OPTIONS
Color = White

[MainButtonExit]
X = 560
Y = 270
W = 150
H = 50
Tex = Button
Color = ColorLight
DColor = ColorDark
Type = Transparent
Texts = 1
Reflection = 1
ReflectionSpacing = 15
DeSelectReflectionSpacing = 280
Fade = 1
FadeText = 1
SelectH = 150
FadeTex = ButtonFade
FadeTexPos = 0

[MainButtonExitText1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Text = SING_EXIT
Color = White

[Song]

[SongBackground]
Tex = SongBG

[SongStaticNonParty1]
X = 40
Y = 22
W = 27
H = 27
Color = White
Tex = SongCD
Type = Colorized

[SongTextCat]
X = 70
Y = 53
Color = White
Font = 0
Size = 10
Align = 0
Text = SING_SONG_SELECTION_DESC

[SongStatic1]
X = 0
Y = 545
W = 250
H = 30
Z = 0.4
Tex = Leiste1
Color = ColorLight
Type = Colorized
Reflection = 1
ReflectionSpacing = 2

[SongStatic2]
X = 250
Y = 545
W = 550
H = 30
Z = 0.951
Tex = Leiste2
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[SongCover]
X = 300
Y = 120
W = 325
H = 200
Reflections = 1
Style=5

[SongEqualizer]
Visible = 1
Direction = 1
Color = White
Alpha = 1
X = 265
Y = 476
PieceW = 4
PieceH = 4
Space = 1
Bands = 5
Length = 15
Reflection = 1
ReflectionSpacing = 2

[SongVideoIcon]
X = 310
Y = 445
W = 24
H = 24
Z = 0.95
Color = White
Tex = icon_song_video
Type = Transparent
Reflection = 1
ReflectionSpacing = 22

[SongStatic3]
X = 278
Y = 120
W = 244
H = 200
Z = 0.95
Color = ColorLight
Tex = SongSelection1
Type = Colorized

[SongStatic4]
X = 300
Y = 320
W = 200
H = 160
Z = 0.95
Color = ColorLight
Tex = SongSelection2
Type = Colorized
Reflection = 1
ReflectionSpacing = 2

[SongTextArtist]
X = 400
Y = 328
W = 190
Color = White
Font = 1
Size = 8
Align = 1
Text =

[SongTextTitle]
X = 400
Y = 394
W = 190
Color = White
Font = 0
Size = 8
Align = 1
Text =

[SongTextNumber]
X = 492
Y = 457
Z = 0.95
Color = White
Size = 6
Align = 2
Reflection = 1
ReflectionSpacing = 21

#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

[SongTextNonParty1]
X = 70
Y = 6
Color = White
Font = 0
Size = 20
Text = SING_SONG_SELECTION
Align = 0

# NAVBAR #########################
# Jump to a letter with [ALT] + [A..Z]
[SongStaticNonParty2]
X = 260
Y = 545
W = 32
H = 30
Z = 0.952
Tex = ButtonAlt
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[SongTextNonParty2]
X = 292
Y = 548
Z = 0.952
Color = Black
Font = 0
Size = 8
Align = 0
Text = +
Reflection = 1
ReflectionSpacing = 20

[SongStaticNonParty3]
X = 300
Y = 545
W = 32
H = 30
Z = 0.952
Tex = ButtonAZ
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[SongTextNonParty3]
X = 340
Y = 548
Z = 0.952
Color = Black
Font = 0
Size = 8
Align = 0
Text = SING_SONG_SELECTION_GOTO
Reflection = 1
ReflectionSpacing = 20

# Menu opens with [M]
[SongStaticNonParty4]
X = 425
Y = 545
W = 32
H = 30
Z = 0.952
Tex = ButtonM
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[SongTextNonParty4]
X = 465
Y = 548
Z = 0.952
Color = Black
Font = 0
Size = 8
Align = 0
Text = SING_SONG_SELECTION_MENU
Reflection = 1
ReflectionSpacing = 20

# The so famous search, shown with [J]
[SongStaticNonParty5]
X = 515
Y = 545
W = 32
H = 30
Z = 0.952
Tex = ButtonJ
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[SongTextNonParty5]
X = 555
Y = 548
Z = 0.952
Color = Black
Font = 0
Size = 8
Align = 0
Text = SONG_JUMPTO_DESC
Reflection = 1
ReflectionSpacing = 20

# [P]laylist
[SongStaticNonParty6]
X = 680
Y = 545
W = 32
H = 30
Z = 0.952
Tex = ButtonP
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[SongTextNonParty6]
X = 720
Y = 548
Z = 0.952
Color = Black
Font = 0
Size = 8
Align = 0
Text = SING_SONG_SELECTION_PLAYLIST
Reflection = 1
ReflectionSpacing = 20

#and these are the ones for partymode
[SongStaticParty1]
X = 40
Y = 22
W = 27
H = 27
Color = White
Tex = PartyIcon
Type = Colorized

# NAVBAR for party
# enter a number
[SongStaticParty2]
X = 260
Y = 545
Z = 0.952
W = 32
H = 30
Tex = Button13
Color = White
Type = Transparent

[SongTextParty3]
X = 288
Y = 548
Z = 0.952
Color = Black
Font = 0
Size = 8
Align = 0
Text = SONG_MENU_NAME_PARTY_JOKER

# menu
[SongStaticParty3]
X = 400
Y = 552
Z = 0.952
W = 24
H = 23
Tex = ButtonM
Color = White
Type = Transparent

[SongTextParty4]
X = 426
Y = 548
Z = 0.952
Color = Black
Font = 0
Size = 8
Align = 0
Text = PARTY_SONG_MENU

[SongStaticParty4]
X = 540
Y = 552
Z = 0.952
W = 24
H = 24
Tex = ButtonEnter
Color = White
Type = Transparent

[SongTextParty5]
X = 570
Y = 548
Color = Black
Font = 0
Size = 8
Align = 0
Text = PARTY_SONG_LEGEND_CONTINUE

#Texts for Party Mode
[SongTextParty1]
X = 70
Y = 6
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 0
Size = 20
Color = White
Text = PARTY_MODE

[SongTextParty2]
X = 238
Y = 548
Color = Black
Font = 0
Size = 7
Align = 2
Text = PARTY_SONG_WHEREAMI
#variable statics end


# Jokers, 5 for each team, only shown in party Mode
[SongStaticTeam1Joker1]
Tex = Joker
X = 480
Y = 400
W = 40
H = 40
Z = 0.98
Color = P1Dark
Type = Colorized
TexX1 = 0
TexY1 = 0
TexX2 = 1
TexY2 = 1

[SongStaticTeam1Joker2]
Tex = Joker
X = 530
Y = 400
W = 40
H = 40
Z = 0.98
Color = P1Dark
Type = Colorized
TexX1 = 0
TexY1 = 0
TexX2 = 1
TexY2 = 1

[SongStaticTeam1Joker3]
Tex = Joker
X = 580
Y = 400
W = 40
H = 40
Z = 0.98
Color = P1Dark
Type = Colorized
TexX1 = 0
TexY1 = 0
TexX2 = 1
TexY2 = 1

[SongStaticTeam1Joker4]
Tex = Joker
X = 630
Y = 400
W = 40
H = 40
Z = 0.98
Color = P1Dark
Type = Colorized
TexX1 = 0
TexY1 = 0
TexX2 = 1
TexY2 = 1

[SongStaticTeam1Joker5]
Tex = Joker
X = 680
Y = 400
W = 40
H = 40
Z = 0.98
Color = P1Dark
Type = Colorized
TexX1 = 0
TexY1 = 0
TexX2 = 1
TexY2 = 1

[SongStaticTeam2Joker1]
Tex = Joker
X = 480
Y = 450
W = 40
H = 40
Z = 0.98
Color = P2Dark
Type = Colorized
TexX1 = 0
TexY1 = 0
TexX2 = 1
TexY2 = 1

[SongStaticTeam2Joker2]
Tex = Joker
X = 530
Y = 450
W = 40
H = 40
Z = 0.98
Color = P2Dark
Type = Colorized
TexX1 = 0
TexY1 = 0
TexX2 = 1
TexY2 = 1

[SongStaticTeam2Joker3]
Tex = Joker
X = 580
Y = 450
W = 40
H = 40
Z = 0.98
Color = P2Dark
Type = Colorized
TexX1 = 0
TexY1 = 0
TexX2 = 1
TexY2 = 1

[SongStaticTeam2Joker4]
Tex = Joker
X = 630
Y = 450
W = 40
H = 40
Z = 0.98
Color = P2Dark
Type = Colorized
TexX1 = 0
TexY1 = 0
TexX2 = 1
TexY2 = 1

[SongStaticTeam2Joker5]
Tex = Joker
X = 680
Y = 450
W = 40
H = 40
Z = 0.98
Color = P2Dark
Type = Colorized
TexX1 = 0
TexY1 = 0
TexX2 = 1
TexY2 = 1

[SongStaticTeam3Joker1]
Tex = Joker
X = 480
Y = 500
W = 40
H = 40
Z = 0.98
Color = P3Dark
Type = Colorized
TexX1 = 0
TexY1 = 0
TexX2 = 1
TexY2 = 1

[SongStaticTeam3Joker2]
Tex = Joker
X = 530
Y = 500
W = 40
H = 40
Z = 0.98
Color = P3Dark
Type = Colorized
TexX1 = 0
TexY1 = 0
TexX2 = 1
TexY2 = 1

[SongStaticTeam3Joker3]
Tex = Joker
X = 580
Y = 500
W = 40
H = 40
Z = 0.98
Color = P3Dark
Type = Colorized
TexX1 = 0
TexY1 = 0
TexX2 = 1
TexY2 = 1

[SongStaticTeam3Joker4]
Tex = Joker
X = 630
Y = 500
W = 40
H = 40
Z = 0.98
Color = P3Dark
Type = Colorized
TexX1 = 0
TexY1 = 0
TexX2 = 1
TexY2 = 1

[SongStaticTeam3Joker5]
Tex = Joker
X = 680
Y = 500
W = 40
H = 40
Z = 0.98
Color = P3Dark
Type = Colorized
TexX1 = 0
TexY1 = 0
TexX2 = 1
TexY2 = 1


[Sing]
Texts = 1

[SingBackground]
Type=color
ColR=1
ColB=1
ColG=1

[SingText1]
Text = SING_TIME
X = 20
Y = 577
Font = 1
Size = 6
Color = White
Align = 0

[SingStatic1]
;TextBG
Tex = LyricBar
X = 10
Y = 492
W = 780
H = 85
Color = White
Type = Transparent

[SingStatic2]
;TimeBar
Tex = TimeBar1
X = 10
Y = 577
W = 780
H = 20
Color = White
Type = Transparent

[SingTimeProgress]
X = 87
Y = 584
W = 633
H = 6
Color = White

[SingTimeText]
Text = SING_TIME
X = 736
Y = 577
Font = 1
Size = 6
Color = White
Align = 0

# O N E  P L A Y E R   M O D E # # # # # # # # # # # # # # # # # # # #
#PlayerOne
[SingP1Static]
Tex = P
X = 20
Y = 297
W = 30
H = 28
Color = P1Dark
Type = Colorized

[SingP1Text]
Text = P1
X = 25
Y = 302
Font = 1
Size = 6
Color = White
Align = 0

[SingP1Static2]
Tex = ScoreBG
X = 680
Y = 282
W = 100
H = 36
Color = P1Dark
Type = Colorized

[SingP1TextScore]
Text = 00000
X = 690
Y = 284
Font = 0
Size = 10
Color = White
Align = 0

[SingP1SingBar]
X = 680
Y = 316
W = 100
H = 8

# T W O  P L A Y E R   M O D E # # # # # # # # # # # # # # # # # # # #
#Player One
[SingP1TwoPStatic]
Tex = P
X = 20
Y = 117
W = 30
H = 28
Color = P1Dark
Type = Colorized

[SingP1TwoPText]
Text = P1
X = 25
Y = 122
Font = 1
Size = 6
Color = White
Align = 0

[SingP1TwoPStatic2]
Tex = ScoreBG
X = 680
Y = 102
W = 100
H = 36
Color = P1Dark
Type = Colorized

[SingP1TwoPTextScore]
Text = 00000
X = 690
Y = 104
Font = 0
Size = 10
Color = White
Align = 0

[SingP1TwoPSingBar]
X = 680
Y = 136
W = 100
H = 13

#Player Two
[SingP2RStatic]
Tex = P
X = 20
Y = 297
W = 30
H = 28
Color = P2Dark
Type = Colorized

[SingP2RText]
Text = P2
X = 24
Y = 302
Font = 1
Size = 6
Color = White
Align = 0

[SingP2RStatic2]
Tex = ScoreBG
X = 680
Y = 282
W = 100
H = 36
Color = P2Dark
Type = Colorized

[SingP2RTextScore]
Text = 00000
X = 690
Y = 284
Font = 0
Size = 10
Color = White
Align = 0

[SingP2RSingBar]
X = 680
Y = 316
W = 100
H = 8

# T H R E E  P L A Y E R   M O D E # # # # # # # # # # # # # # # # # # # #
#Player One
[SingP1ThreePStatic]
Tex = P
X = 16
Y = 59
W = 50
H = 54
Color = P1Dark
Type = Colorized

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

[SingP1ThreePStatic2]
Tex = ScoreBG
X = 75
Y = 61
W = 100
H = 36
Color = P1Dark
Type = Colorized

[SingP1ThreePTextScore]
Text = 00000
X = 85
Y = 63
Font = 0
Size = 10
Color = White
Align = 0

[SingP1ThreePSingBar]
X = 75
Y = 95
W = 100
H = 8

#Player Two
[SingP2MStatic]
Tex = P
X = 311
Y = 59
W = 50
H = 54
Color = P2Dark
Type = Colorized

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

[SingP2MStatic2]
Tex = ScoreBG
X = 370
Y = 61
W = 100
H = 36
Color = P2Dark
Type = Colorized

[SingP2MTextScore]
Text = 00000
X = 380
Y = 63
Font = 0
Size = 10
Color = White
Align = 0

[SingP2MSingBar]
X = 370
Y = 95
W = 100
H = 8

#Player Three
[SingP3RStatic]
Tex = P
X = 611
Y = 59
W = 50
H = 54
Color = P3Dark
Type = Colorized

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

[SingP3RStatic2]
Tex = ScoreBG
X = 670
Y = 61
W = 100
H = 36
Color = P3Dark
Type = Colorized

[SingP3RTextScore]
Text = 00000
X = 680
Y = 63
Font = 0
Size = 10
Color = White
Align = 0

[SingP3SingBar]
X = 670
Y = 95
W = 100
H = 8

[Score]
Texts = 1

[ScoreBackground]
Tex = ScoreScreenBG

[ScoreText1]
X = 70
Y = 6
Color = White
Font = 0
Size = 20
Text = SONG_SCORE
Align = 0

[ScoreTextArtistTitle]
X = 70
Y = 53
Color = White
Font = 0
Size = 10
Align = 0
Text = ArtistTitle

[ScoreStatic1]
X = 40
Y = 22
W = 27
H = 27
Color = White
Tex = ScoreIcon
Type = Colorized

[ScoreStatic2]
X = 0
Y = 545
W = 250
H = 30
Tex = Leiste1
Color = ColorLight
Type = Colorized
Reflection = 1
ReflectionSpacing = 2

[ScoreStatic3]
X = 250
Y = 545
W = 550
H = 30
Tex = Leiste2
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[ScoreStatic4]
X = 260
Y = 545
W = 32
H = 30
Tex = ButtonEnter
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[ScoreText2]
X = 300
Y = 548
Color = Black
Font = 0
Size = 8
Align = 0
Text = SING_LEGEND_CONTINUE
Reflection = 1
ReflectionSpacing = 20
#end of main stuff

# # # # # # # # # # # # # # # # # # One Player Score # # # # # # # # # # # #
[ScoreTextName1]
X = 197
Y = 290
Font = 0
Size = 10
Text = P1
Color = White
Align = 0

# Rating
[ScoreStaticRatingPicture1]
X = 385
Y = 165
H = 75
W = 75

[ScoreTextScore1]
X = 422
Y = 235
width = 100
Color = White
Font = 0
Size = 9
Text = Tone Deaf
Align = 1

# Note Score
[ScoreStaticBoxDark1]
Tex = ScoreBar_box_dark
X = 200
Y = 327
W = 22
H = 20
Color = P1Dark
Type = Colorized

[ScoreTextNotes1]
X = 227
Y = 322
Color = White
Font = 0
Size = 10
Text = SING_NOTES
Align = 0

[ScoreTextNotesScore1]
X = 487
Y = 322
Color = White
Font = 0
Size = 10
Align = 2
Text = 0

# A simple line
[ScorePlayer1Static1]
Tex = ScoreLine
X = 200
Y = 351
W = 287
H = 1
Color = White
Type = Colorized

# Line Bonus
[ScoreStaticBoxLight1]
Tex = ScoreBar_box_light
X = 200
Y = 358
W = 22
H = 20
Color = P1Light
Type = Colorized

[ScoreTextLineBonus1]
X = 227
Y = 352
Color = White
Font = 0
Size = 10
Text = SING_PHRASE_BONUS
Align = 0

[ScoreTextLineBonusScore1]
X = 487
Y = 352
Color = White
Font = 0
Size = 10
Align = 2
Text = 0

# A simple line
[ScorePlayer1Static2]
Tex = ScoreLine
X = 200
Y = 382
W = 287
H = 1
Color = White
Type = Colorized

# Golden Notes
[ScoreStaticBoxLightest1]
Tex = ScoreBar_box_lightest
X = 200
Y = 390
W = 22
H = 20
Color = P1Lightest
Type = Colorized

[ScoreTextGoldenNotes1]
X = 227
Y = 383
Color = White
Font = 0
Size = 10
Text = SING_GOLDEN_NOTES
Align = 0

[ScoreTextGoldenNotesScore1]
X = 487
Y = 383
Color = White
Font = 0
Size = 10
Align = 2
Text = 0

#Total Score
[ScorePlayer1Static3]
Tex = PlayerIDBox01
X = 200
Y = 455
W = 26
H = 23
Type = Transparent
Color = White
Reflection = 1
ReflectionSpacing = 31

[ScoreTextTotal1]
X = 237
Y = 456
Color = White
Font = 0
Size = 10
Text = SING_TOTAL
Align = 0
Reflection = 1
ReflectionSpacing = 30

[ScoreTextTotalSCore1]
X = 487
Y = 448
Color = White
Font = 0
Size = 14
Align = 2
Text = 0
Reflection = 1
ReflectionSpacing = 28

#ScoreBar
[ScoreStaticBackLevel1]
Tex = ScoreLevel
X = 503
Y = 168
W = 95
H = 310
Color = P1Lightest
Type = Colorized

[ScoreStaticBackLevelRound1]
Tex = ScoreLevelRound
X = 503
Y = 138
W = 95
H = 8
Color = P1Lightest
Type = Colorized

[ScoreStaticLevel1]
Tex = ScoreLevel
X = 503
Y = 400
W = 95
H = 10
Color = P1Dark
Type = Colorized

[ScoreStaticLevelRound1]
Tex = ScoreLevelRound
X = 503
Y = 392
W = 95
H = 8
Color = P1Dark
Type = Colorized

[ScorePlayer1Static4]
Tex = ScoreEndCap
X = 499
Y = 478
W = 110
H = 30
z = 0.9
Color = P1Dark
Type = Colorized
Reflection = 1
ReflectionSpacing = 0

[ScorePlayer1Static5]
Tex = ScoreGlassBox
X = 499
Y = 148
W = 113
H = 331
z = 0.89
Color = White
Type = Transparent

# # # # # # # # # # # # # # # # # # Two Player Score # # # # # # # # # # # #
# P L A Y E R   O N E
[ScoreTextName2]
X = 42
Y = 290
Font = 0
Size = 10
Text = P1
Color = White
Align = 0

[ScoreStaticRatingPicture2]
X = 180
Y = 165
H = 75
W = 75

[ScoreTextScore2]
X = 217
Y = 235
Width = 100
Color = White
Font = 0
Size = 9
Text = Tone Deaf
Align = 1

[ScoreStaticBoxDark2]
Tex = ScoreBar_box_dark
X = 45
Y = 327
W = 22
H = 20
Color = P1Dark
Type = Colorized

[ScoreTextNotes2]
X = 72
Y = 324
Color = White
Font = 0
Size = 8
Text = SING_NOTES
Align = 0

[ScoreTextNotesScore2]
X = 282
Y = 324
Color = White
Font = 0
Size = 8
Align = 2
Text = 0000

[ScoreStaticBoxLight2]
Tex = ScoreBar_box_light
X = 45
Y = 358
W = 22
H = 20
Color = P1Lightest
Type = Colorized

[ScoreTextLineBonus2]
X = 72
Y = 355
Color = White
Font = 0
Size = 8
Text = SING_PHRASE_BONUS
Align = 0

[ScoreTextLineBonusScore2]
X = 282
Y = 355
Color = White
Font = 0
Size = 8
Align = 2
Text = 0000

[ScoreStaticBoxLightest2]
Tex = ScoreBar_box_lightest
X = 45
Y = 390
W = 22
H = 20
Color = P1Lightest
Type = Colorized

[ScoreTextGoldenNotes2]
X = 72
Y = 387
Color = White
Font = 0
Size = 8
Text = SING_GOLDEN_NOTES
Align = 0

[ScoreTextGoldenNotesScore2]
X = 282
Y = 387
Color = White
Font = 0
Size = 8
Align = 2
Text = 0000

[ScoreTextTotal2]
X = 82
Y = 456
Color = White
Font = 0
Size = 10
Text = SING_TOTAL
Reflection = 1
ReflectionSpacing = 30

[ScoreTextTotalSCore2]
X = 283
Y = 448
Color = White
Font = 0
Size = 14
Align = 2
Text = 00000
Reflection = 1
ReflectionSpacing = 28

# Lines
[ScorePlayer2Static1]
Tex = ScoreLine
X = 45
Y = 351
W = 237
H = 1
Type = Colorized
Color = White

[ScorePlayer2Static2]
Tex = ScoreLine
X = 45
Y = 382
W = 237
H = 1
Type = Colorized
Color = White

[ScorePlayer2Static5]
Tex = PlayerIDBox01
X = 45
Y = 455
W = 26
H = 23
Type = Transparent
Color = White
Reflection = 1
ReflectionSpacing = 31

#ScoreBar
[ScoreStaticBackLevel2]
Tex = ScoreLevel
X = 298
Y = 168
W = 95
H = 310
Color = P1Lightest
Type = Colorized

[ScoreStaticBackLevelRound2]
Tex = ScoreLevelRound
X = 298
Y = 138
W = 95
H = 8
Color = P1Lightest
Type = Colorized

[ScoreStaticLevel2]
Tex = ScoreLevel
X = 298
Y = 400
W = 95
H = 10
Color = P1Dark
Type = Colorized

[ScoreStaticLevelRound2]
Tex = ScoreLevelRound
X = 298
Y = 392
W = 95
H = 8
Color = P1Dark
Type = Colorized

[ScorePlayer2Static3]
Tex = ScoreEndCap
X = 294
Y = 478
W = 110
H = 30
z = 0.9
Color = P1Dark
Type = Colorized
Reflection = 1
ReflectionSpacing = 0

[ScorePlayer2Static4]
Tex = ScoreGlassBox
X = 294
Y = 148
W = 113
H = 331
z = 0.89
Color = White
Type = Transparent

# P L A Y E R   T W O
[ScoreTextName3]
X = 758
Y = 290
Font = 0
Size = 10
Text = P2
Color = White
Align = 2

[ScoreStaticRatingPicture3]
X = 545
Y = 165
H = 75
W = 75

[ScoreTextScore3]
X = 583
Y = 235
width = 100
Color = White
Font = 0
Size = 9
Text = Tone Deaf
Align = 1

[ScoreStaticBoxDark3]
Tex = ScoreBar_box_dark
X = 733
Y = 327
W = 22
H = 20
Color = P2Dark
Type = Colorized

[ScoreTextNotes3]
X = 728
Y = 324
Color = White
Font = 0
Size = 8
Text = SING_NOTES
Align = 2

[ScoreTextNotesScore3]
X = 518
Y = 324
Color = White
Font = 0
Size = 8
Align = 0
Text = 0000

[ScoreStaticBoxLight3]
Tex = ScoreBar_box_light
X = 733
Y = 358
W = 22
H = 20
Color = P2Lightest
Type = Colorized

[ScoreTextLineBonus3]
X = 728
Y = 355
Color = White
Font = 0
Size = 8
Text = SING_PHRASE_BONUS
Align = 2

[ScoreTextLineBonusScore3]
X = 518
Y = 355
Color = White
Font = 0
Size = 8
Align = 0
Text = 0000

[ScoreStaticBoxLightest3]
Tex = ScoreBar_box_lightest
X = 733
Y = 390
W = 22
H = 20
Color = P2Lightest
Type = Colorized

[ScoreTextGoldenNotes3]
X = 728
Y = 387
Color = White
Font = 0
Size = 8
Text = SING_GOLDEN_NOTES
Align = 2

[ScoreTextGoldenNotesScore3]
X = 518
Y = 387
Color = White
Font = 0
Size = 8
Align = 0
Text = 0000

[ScoreTextTotal3]
X = 718
Y = 456
Color = White
Font = 0
Size = 10
Text = SING_TOTAL
Align = 2
Reflection = 1
ReflectionSpacing = 30

[ScoreTextTotalScore3]
X = 517
Y = 448
Color = White
Font = 0
Size = 14
Align = 0
Text = 00000
Reflection = 1
ReflectionSpacing = 28

#Lines
[ScorePlayer3Static1]
Tex = ScoreLine
X = 518
Y = 351
W = 237
H = 1
Type = Colorized
Color = White

[ScorePlayer3Static2]
Tex = ScoreLine
X = 518
Y = 382
W = 237
H = 1
Type = Colorized
Color = White

[ScorePlayer3Static5]
Tex = PlayerIDBox02
X = 729
Y = 455
W = 26
H = 23
Type = Transparent
Color = White
Reflection = 1
ReflectionSpacing = 31

#ScoreBar
[ScoreStaticBackLevel3]
Tex = ScoreLevel
X = 409
Y = 168
W = 95
H = 310
Color = P2Lightest
Type = Colorized

[ScoreStaticBackLevelRound3]
Tex = ScoreLevelRound
X = 409
Y = 138
W = 95
H = 8
Color = P2Lightest
Type = Colorized

[ScoreStaticLevel3]
Tex = ScoreLevel
X = 409
Y = 400
W = 95
H = 10
Color = P2Dark
Type = Colorized

[ScoreStaticLevelRound3]
Tex = ScoreLevelRound
X = 409
Y = 392
W = 95
H = 8
Color = P2Dark
Type = Colorized

[ScorePlayer3Static3]
Tex = ScoreEndCap
X = 405
Y = 478
W = 110
H = 30
z = 0.9
Color = P2Dark
Type = Colorized
Reflection = 1
ReflectionSpacing = 0

[ScorePlayer3Static4]
Tex = ScoreGlassBox
X = 405
Y = 148
W = 113
H = 331
z = 0.89
Color = White
Type = Transparent

# # # # # # # # # # # # # # # # # # Three Player Score # # # # # # # # # # # #
# P L A Y E R  O N E
[ScoreTextName4]
X = 20
Y = 160
Font = 0
Size = 14
Align = 0
Text = P1
Color = P1Dark

[ScoreTextNotes4]
X = 20
Y = 220
Font = 0
Size = 9
Align = 0
Text = SING_NOTES
Color = White

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

[ScoreTextLineBonus4]
X = 20
Y = 250
Font = 0
Size = 9
Align = 0
Text = SING_PHRASE_BONUS
Color = White

[ScoreTextLineBonusScore4]
X = 260
Y = 250
Font = 0
Size = 10
Align = 2
Text = 0000
Color = White

[ScoreTextGoldenNotes4]
X = 20
Y = 280
Font = 0
Size = 9
Align = 0
Text = SING_GOLDEN_NOTES
Color = White

[ScoreTextGoldenNotesScore4]
X = 260
Y = 280
Font = 0
Size = 10
Align = 2
Text = 0000
Color = White

[ScoreTextScore4]
X = 20
Y = 310
Font = 1
Size = 9
Align = 0
Text = Tone Deaf
Color = White

[ScoreTextTotal4]
X = 47
Y = 373
Font = 0
Size = 10
Align = 0
Text = SING_TOTAL
Color = White

[ScoreTextTotalScore4]
X = 260
Y = 364
Font = 0
Size = 14
Align = 2
Text = 00000
Color = White

[ScoreStaticBoxDark4]
Tex = PlayerNumberBox
X = 20
Y = 370
W = 25
H = 25
Type = Colorized
Color = P1Dark
Z = 0.9
Reflection = 1
ReflectionSpacing = 4

[ScorePlayer4Text1]
X = 24
Y = 376
W = 30
H = 30
Z = 1
Color = White
Font = 1
Size = 5
Align = 0
Text = P1

#lines
[ScorePlayer4Static1]
X = 20
Y = 218
W = 240
H = 2
Tex = ScoreLine
Type = Colorized
Color = White

[ScorePlayer4Static2]
X = 20
Y = 248
W = 240
H = 2
Tex = ScoreLine
Type = Colorized
Color = White

[ScorePlayer4Static3]
X = 20
Y = 278
W = 240
H = 2
Tex = ScoreLine
Type = Colorized
Color = White

[ScorePlayer4Static4]
X = 20
Y = 308
W = 240
H = 2
Tex = ScoreLine
Type = Colorized
Color = White

[ScorePlayer4Static5]
X = 20
Y = 338
W = 240
H = 4
Tex = ScoreLine
Type = Colorized
Color = White

# P L A Y E R  T W O
[ScoreTextName5]
X = 280
Y = 160
Font = 0
Size = 14
Align = 0
Text = P2
Color = P2Dark

[ScoreTextNotes5]
X = 280
Y = 220
Font = 0
Size = 9
Align = 0
Text = SING_NOTES
Color = White

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

[ScoreTextLineBonus5]
X = 280
Y = 250
Font = 0
Size = 9
Align = 0
Text = SING_PHRASE_BONUS
Color = White

[ScoreTextLineBonusScore5]
X = 520
Y = 250
Font = 0
Size = 10
Align = 2
Text = 0000
Color = White

[ScoreTextGoldenNotes5]
X = 280
Y = 280
Font = 0
Size = 9
Align = 0
Text = SING_GOLDEN_NOTES
Color = White

[ScoreTextGoldenNotesScore5]
X = 520
Y = 280
Font = 0
Size = 10
Align = 2
Text = 0000
Color = White

[ScoreTextScore5]
X = 280
Y = 310
Font = 1
Size = 9
Align = 0
Text = Tone Deaf
Color = White

[ScoreTextTotal5]
X = 307
Y = 373
Font = 0
Size = 10
Align = 0
Text = SING_TOTAL
Color = White

[ScoreTextTotalScore5]
X = 520
Y = 364
Font = 0
Size = 14
Align = 2
Text = 00000
Color = White

[ScoreStaticBoxDark5]
Tex = PlayerNumberBox
X = 280
Y = 370
W = 25
H = 25
Type = Colorized
Color = P2Dark
Z = 0.9
Reflection = 1
ReflectionSpacing = 4

[ScorePlayer5Text1]
X = 284
Y = 376
W = 30
H = 30
Z = 1
Color = White
Font = 1
Size = 5
Align = 0
Text = P2

[ScorePlayer5Static1]
X = 280
Y = 218
W = 240
H = 2
Tex = ScoreLine
Type = Colorized
Color = White

[ScorePlayer5Static2]
X = 280
Y = 248
W = 240
H = 2
Tex = ScoreLine
Type = Colorized
Color = White

[ScorePlayer5Static3]
X = 280
Y = 278
W = 240
H = 2
Tex = ScoreLine
Type = Colorized
Color = White

[ScorePlayer5Static4]
X = 280
Y = 308
W = 240
H = 2
Tex = ScoreLine
Type = Colorized
Color = White

[ScorePlayer5Static5]
X = 280
Y = 338
W = 240
H = 4
Tex = ScoreLine
Type = Colorized
Color = White

# P L A Y E R  T H R E E
[ScoreTextName6]
X = 540
Y = 160
Font = 0
Size = 14
Align = 0
Text = P3
Color = P3Dark

[ScoreTextNotes6]
X = 540
Y = 220
Font = 0
Size = 9
Align = 0
Text = SING_NOTES
Color = White

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

[ScoreTextLineBonus6]
X = 540
Y = 250
Font = 0
Size = 9
Align = 0
Text = SING_PHRASE_BONUS
Color = White

[ScoreTextLineBonusScore6]
X = 780
Y = 250
Font = 0
Size = 10
Align = 2
Text = 0000
Color = White

[ScoreTextGoldenNotes6]
X = 540
Y = 280
Font = 0
Size = 9
Align = 0
Text = SING_GOLDEN_NOTES
Color = White

[ScoreTextGoldenNotesScore6]
X = 780
Y = 280
Font = 0
Size = 10
Align = 2
Text = 0000
Color = White

[ScoreTextScore6]
X = 540
Y = 310
Font = 1
Size = 9
Align = 0
Text = Tone Deaf
Color = White

[ScoreTextTotal6]
X = 567
Y = 373
Font = 0
Size = 10
Align = 0
Text = SING_TOTAL
Color = White

[ScoreTextTotalScore6]
X = 780
Y = 364
Font = 0
Size = 14
Align = 2
Text = 00000
Color = White

[ScoreStaticBoxDark6]
Tex = PlayerNumberBox
X = 540
Y = 370
W = 25
H = 25
Type = Colorized
Color = P3Dark
Z = 0.9
Reflection = 1
ReflectionSpacing = 4

[ScorePlayer6Text1]
X = 544
Y = 376
W = 30
H = 30
Z = 1
Color = White
Font = 1
Size = 5
Align = 0
Text = P3

#lines
[ScorePlayer6Static1]
X = 540
Y = 218
W = 240
H = 2
Tex = ScoreLine
Type = Colorized
Color = White

[ScorePlayer6Static2]
X = 540
Y = 248
W = 240
H = 2
Tex = ScoreLine
Type = Colorized
Color = White

[ScorePlayer6Static3]
X = 540
Y = 278
W = 240
H = 2
Tex = ScoreLine
Type = Colorized
Color = White

[ScorePlayer6Static4]
X = 540
Y = 308
W = 240
H = 2
Tex = ScoreLine
Type = Colorized
Color = White

[ScorePlayer6Static5]
X = 540
Y = 338
W = 240
H = 4
Tex = ScoreLine
Type = Colorized
Color = White

[Options]
Texts = 6
Fade = 2

[OptionsBackground]
Tex = OptionsBG

[OptionsStatic1]
X = 65
Y = 150
W = 25
H = 25
Color = White
Tex = IconOption
Type = Colorized

[OptionsText1]
X = 95
Y = 135
Color = White
Font = 0
Size = 18
Text = SING_OPTIONS
Align = 0

[OptionsText2]
X = 95
Y = 175
Color = ColorLightest
Font = 0
Size = 10
Align = 0
Text = SING_OPTIONS_DESC

[OptionsTextDescription]
X = 95
Y = 195
Color = White
Font = 0
Size = 10
Align = 0
Text = 

[OptionsStatic2]
X = 0
Y = 545
W = 250
H = 30
Tex = Leiste1
Color = ColorLight
Type = Colorized
Reflection = 1
ReflectionSpacing = 2

[OptionsStatic3]
X = 250
Y = 545
W = 550
H = 30
Tex = Leiste2
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsStatic4]
X = 260
Y = 545
W = 32
H = 30
Tex = ButtonNavi
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsText3]
X = 300
Y = 548
Color = Black
Font = 0
Size = 8
Align = 0
Text = SING_LEGEND_NAVIGATE
Reflection=1
ReflectionSpacing=20

[OptionsStatic5]
X = 400
Y = 545
W = 32
H = 30
Tex = ButtonEnter
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsText4]
X = 440
Y = 548
Color = Black
Font = 0
Size = 8
Align = 0
Text = SING_LEGEND_SELECT
Reflection=1
ReflectionSpacing=20

[OptionsStatic6]
X = 550
Y = 545
W = 32
H = 30
Tex = ButtonEsc
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsText5]
X = 590
Y = 548
Color = Black
Font = 0
Size = 8
Align = 0
Text = SING_LEGEND_ESC
Reflection=1
ReflectionSpacing=20

[OptionsButtonGame]
X = 95
Y = 235
W = 150
H = 50
Tex = Button
Color = ColorLight
DColor = ColorDark
Type = Transparent
Texts = 1
Fade = 1
FadeText = 1
SelectH = 100
FadeTex = ButtonFade
FadeTexPos = 0

[OptionsButtonGameText1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Text = SING_OPTIONS_GAME
Color = White

[OptionsButtonGraphics]
X = 250
Y = 235
W = 150
H = 50
Tex = Button
Color = ColorLight
DColor = ColorDark
Type = Transparent
Texts = 1
Fade = 1
FadeText = 1
SelectH = 100
FadeTex = ButtonFade
FadeTexPos = 0

[OptionsButtonGraphicsText1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Text = SING_OPTIONS_GRAPHICS
Color = White

[OptionsButtonSound]
X = 405
Y = 235
W = 150
H = 50
Tex = Button
Color = ColorLight
DColor = ColorDark
Type = Transparent
Texts = 1
Fade = 1
FadeText = 1
SelectH = 100
FadeTex = ButtonFade
FadeTexPos = 0

[OptionsButtonSoundText1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Text = SING_OPTIONS_SOUND
Color = White

[OptionsButtonLyrics]
X = 560
Y = 235
W = 150
H = 50
Tex = Button
Color = ColorLight
DColor = ColorDark
Type = Transparent
Align = 0
Texts = 1
Fade = 1
FadeText = 1
SelectH = 100
FadeTex = ButtonFade
FadeTexPos = 0

[OptionsButtonLyricsText1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Text = SING_OPTIONS_LYRICS
Color = White

[OptionsButtonThemes]
X = 95
Y = 335
W = 150
H = 50
Tex = Button
Color = ColorLight
DColor = ColorDark
Type = Transparent
Align = 0
Texts = 1
Fade = 1
FadeText = 1
SelectH = 100
FadeTex = ButtonFade
FadeTexPos = 0

[OptionsButtonThemesText1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Text = SING_OPTIONS_THEMES
Color = White

[OptionsButtonRecord]
X = 250
Y = 335
W = 150
H = 50
Tex = Button
Color = ColorLight
DColor = ColorDark
Type = Transparent
Align = 0
Texts = 1
Fade = 1
FadeText = 1
SelectH = 100
FadeTex = ButtonFade
FadeTexPos = 0

[OptionsButtonRecordText1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Text = SING_OPTIONS_RECORD
Color = White
Texts = 1

[OptionsButtonAdvanced]
X = 405
Y = 335
W = 150
H = 50
Tex = Button
Color = ColorLight
DColor = ColorDark
Type = Transparent
Align = 0
Texts = 1
Fade = 1
FadeText = 1
SelectH = 100
FadeTex = ButtonFade
FadeTexPos = 0

[OptionsButtonAdvancedText1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Text = SING_OPTIONS_ADVANCED
Color = White
Texts = 1

[OptionsButtonExit]
X = 560
Y = 335
W = 150
H = 50
Tex = Button
Color = ColorLight
DColor = ColorDark
Type = Transparent
Align = 0
Texts = 1
Fade = 1
FadeText = 1
SelectH = 100
FadeTex = ButtonFade
FadeTexPos = 0

[OptionsButtonExitText1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Text = SING_OPTIONS_EXIT
Color = White

[OptionsGame]
Texts = 5

[OptionsGameBackground]
Tex = OptionsBG

[OptionsGameStatic1]
X = 65
Y = 22
W = 25
H = 23
Color = White
Tex = IconOption
Type = Transparent

[OptionsGameText1]
X = 95
Y = 5
Color = White
Size = 18
Text = SING_OPTIONS

[OptionsGameText2]
X = 95
Y = 45
Color = ColorLightest
Size = 10
Text = SING_OPTIONS_GAME_DESC

[OptionsGameText3]
X = 95
Y = 65
Color = White
Size = 10
Text = SING_OPTIONS_GAME_WHEREAMI

[OptionsGameStatic2]
X = 0
Y = 545
W = 250
H = 30
Tex = Leiste1
Color = ColorLight
Type = Colorized
Reflection = 1
ReflectionSpacing = 2

[OptionsGameStatic3]
X = 250
Y = 545
W = 550
H = 30
Tex = Leiste2
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsGameStatic4]
X = 260
Y = 545
W = 32
H = 30
Tex = ButtonNavi
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsGameText4]
X = 300
Y = 548
Z = 0.5
Color = Black
Size = 8
Reflection = 1
ReflectionSpacing = 20
Text = SING_LEGEND_NAVIGATE

[OptionsGameStatic5]
X = 400
Y = 545
W = 32
H = 30
Tex = ButtonEsc
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsGameText5]
X = 440
Y = 548
Z = 0.5
Color = Black
Size = 8
Reflection = 1
ReflectionSpacing = 20
Text = SING_LEGEND_ESC

[OptionsGameSelectPlayers]
Text = SING_OPTIONS_GAME_PLAYERS
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
X = 70
Y = 85
W = 230
H = 40
SkipX = 10

Color = ColorDark
DColor = ColorLight
TColor = White
TDColor = White

SBGColor = DarkBlue
SBGDColor = LightBlue
STColor = White
STDColor = GrayDark

[OptionsGameSelectDifficulty]
Text = SING_OPTIONS_GAME_DIFFICULTY
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
X = 70
Y = 135
W = 230
H = 40
SkipX = 10

Color = ColorDark
DColor = ColorLight
TColor = White
TDColor = White

SBGColor = DarkBlue
SBGDColor = LightBlue
STColor = White
STDColor = GrayDark

[OptionsGameSelectSlideLanguage]
Text = SING_OPTIONS_GAME_LANGUAGE
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
X = 70
Y = 185
W = 230
H = 40
SkipX = 10

Color = ColorDark
DColor = ColorLight
TColor = White
TDColor = White

SBGColor = DarkBlue
SBGDColor = LightBlue
STColor = White
STDColor = GrayDark

[OptionsGameSelectTabs]
Text = SING_OPTIONS_GAME_TABS
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
X = 70
Y = 235
W = 230
H = 40
SkipX = 10

Color = ColorDark
DColor = ColorLight
TColor = White
TDColor = White

SBGColor = DarkBlue
SBGDColor = LightBlue
STColor = White
STDColor = GrayDark

[OptionsGameSelectSlideSorting]
Text = SING_OPTIONS_GAME_SORTING
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
X = 70
Y = 285
W = 230
H = 40
SkipX = 10

Color = ColorDark
DColor = ColorLight
TColor = White
TDColor = White

SBGColor = DarkBlue
SBGDColor = LightBlue
STColor = White
STDColor = GrayDark

[OptionsGameSelectDebug]
Text = SING_OPTIONS_GAME_DEBUG
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
X = 70
Y = 335
W = 230
H = 40
SkipX = 10

Color = ColorDark
DColor = ColorLight
TColor = White
TDColor = White

SBGColor = DarkBlue
SBGDColor = LightBlue
STColor = White
STDColor = GrayDark

[OptionsGameButtonExit]
X = 40
Y = 415
W = 230
H = 70
Tex = Button
Color = ColorLight
DColor = ColorDark
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsGraphics]
Texts = 5

[OptionsGraphicsBackground]
Tex = OptionsBG

[OptionsGraphicsStatic1]
X = 65
Y = 22
W = 25
H = 23
Color = White
Tex = IconOption
Type = Transparent

[OptionsGraphicsText1]
X = 95
Y = 5
Color = White
Size = 18
Text = SING_OPTIONS

[OptionsGraphicsText2]
X = 95
Y = 45
Color = ColorLightest
Size = 10
Text = SING_OPTIONS_GRAPHICS_DESC

[OptionsGraphicsText3]
X = 95
Y = 65
Color = White
Size = 10
Text = SING_OPTIONS_GRAPHICS_WHEREAMI

[OptionsGraphicsStatic2]
X = 0
Y = 545
W = 250
H = 30
Tex = Leiste1
Color = ColorLight
Type = Colorized
Reflection = 1
ReflectionSpacing = 2

[OptionsGraphicsStatic3]
X = 250
Y = 545
W = 550
H = 30
Tex = Leiste2
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsGraphicsStatic4]
X = 260
Y = 545
W = 32
H = 30
Tex = ButtonNavi
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsGraphicsText4]
X = 300
Y = 548
Z = 0.5
Color = Black
Size = 8
Text = SING_LEGEND_NAVIGATE
Reflection = 1
ReflectionSpacing = 20

[OptionsGraphicsStatic5]
X = 400
Y = 545
W = 32
H = 30
Z = 0.5
Tex = ButtonEsc
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsGraphicsText5]
X = 440
Y = 548
Z = 0.5
Color = Black
Size = 8
Text = SING_LEGEND_ESC
Reflection = 1
ReflectionSpacing = 20

[OptionsGraphicsSelectSlideResolution]
Text = SING_OPTIONS_GRAPHICS_RESOLUTION
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
X = 70
Y = 85
W = 230
H = 40
SkipX = 10

Color = ColorDark
DColor = ColorLight
TColor = White
TDColor = White

SBGColor = DarkBlue
SBGDColor = LightBlue
STColor = White
STDColor = GrayDark

[OptionsGraphicsSelectFullscreen]
Text = SING_OPTIONS_GRAPHICS_FULLSCREEN
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
X = 70
Y = 135
W = 230
H = 40
SkipX = 10

Color = ColorDark
DColor = ColorLight
TColor = White
TDColor = White

SBGColor = DarkBlue
SBGDColor = LightBlue
STColor = White
STDColor = GrayDark

[OptionsGraphicsSelectDepth]
Text = SING_OPTIONS_GRAPHICS_DEPTH
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
X = 70
Y = 185
W = 230
H = 40
SkipX = 10

Color = ColorDark
DColor = ColorLight
TColor = White
TDColor = White

SBGColor = DarkBlue
SBGDColor = LightBlue
STColor = White
STDColor = GrayDark

[OptionsGraphicsSelectVisualizer]
Text = SING_OPTIONS_GRAPHICS_VISUALIZER
Tex = MainBar
Type = Colorizedalc
TexSBG = SelectBG
X = 70
Y = 235
W = 230
H = 40
SkipX = 10

Color = ColorDark
DColor = ColorLight
TColor = White
TDColor = White

SBGColor = DarkBlue
SBGDColor = LightBlue
STColor = White
STDColor = GrayDark

[OptionsGraphicsSelectOscilloscope]
Text = SING_OPTIONS_GRAPHICS_OSCILLOSCOPE
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
X = 70
Y = 285
W = 230
H = 40
SkipX = 10

Color = ColorDark
DColor = ColorLight
TColor = White
TDColor = White

SBGColor = DarkBlue
SBGDColor = LightBlue
STColor = White
STDColor = GrayDark

[OptionsGraphicsSelectMovieSize]
Text = SING_OPTIONS_GRAPHICS_MOVIE_SIZE
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
X = 70
Y = 335
W = 230
H = 40
SkipX = 10

Color = ColorDark
DColor = ColorLight
TColor = White
TDColor = White

SBGColor = DarkBlue
SBGDColor = LightBlue
STColor = White
STDColor = GrayDark

[OptionsGraphicsButtonExit]
X = 40
Y = 415
W = 230
H = 70
Tex = Button
Color = ColorLight
DColor = ColorDark
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsSound]
Texts = 5

[OptionsSoundBackground]
Tex = OptionsBG

[OptionsSoundStatic1]
X = 65
Y = 22
W = 25
H = 23
Color = White
Tex = IconOption
Type = Transparent

[OptionsSoundText1]
X = 95
Y = 5
Color = White
Size = 18
Text = SING_OPTIONS

[OptionsSoundText2]
X = 95
Y = 45
Color = ColorLightest
Size = 10
Text = SING_OPTIONS_SOUND_DESC

[OptionsSoundText3]
X = 95
Y = 65
Color = White
Size = 10
Text = SING_OPTIONS_SOUND_WHEREAMI

[OptionsSoundStatic2]
X = 0
Y = 545
W = 250
H = 30
Tex = Leiste1
Color = ColorLight
Type = Colorized
Reflection = 1
ReflectionSpacing = 2

[OptionsSoundStatic3]
X = 250
Y = 545
W = 550
H = 30
Tex = Leiste2
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsSoundStatic4]
X = 260
Y = 545
W = 32
H = 30
Tex = ButtonNavi
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsSoundText4]
X = 300
Y = 548
Z = 0.5
Color = Black
Size = 8
Text = SING_LEGEND_NAVIGATE
Reflection = 1
ReflectionSpacing = 20

[OptionsSoundStatic5]
X = 400
Y = 545
W = 32
H = 30
Tex = ButtonEsc
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsSoundText5]
X = 440
Y = 548
Z = 0.5
Color = Black
Size = 8
Text = SING_LEGEND_ESC
Reflection = 1
ReflectionSpacing = 20

[OptionsSoundSelectVoicePassthrough]
Tex = MainBar
TexSBG = SelectBG
Text = SING_OPTIONS_SOUND_VOICEPASSTHROUGH
X = 70
Y = 85
W = 230
H = 40
SkipX = 10

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

[OptionsSoundSelectBackgroundMusic]
Tex = MainBar
TexSBG = SelectBG
Text = SING_OPTIONS_SOUND_BACKGROUNDMUSIC
X = 70
Y = 135
W = 230
H = 40
SkipX = 10

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

[OptionsSoundSelectMicBoost]
Tex = MainBar
TexSBG = SelectBG
Text = SING_OPTIONS_SOUND_MIC_BOOST
X = 70
Y = 185
W = 230
H = 40
SkipX = 10

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

[OptionsSoundSelectClickAssist]
Tex = MainBar
TexSBG = SelectBG
Text = SING_OPTIONS_SOUND_CLICK_ASSIST
X = 70
Y = 235
W = 230
H = 40
SkipX = 10

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

[OptionsSoundSelectBeatClick]
Tex = MainBar
TexSBG = SelectBG
Text = SING_OPTIONS_SOUND_BEAT_CLICK
X = 70
Y = 285
W = 230
H = 40
SkipX = 10

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

[OptionsSoundSelectThreshold]
Tex = MainBar
TexSBG = SelectBG
Text = SING_OPTIONS_SOUND_THRESHOLD
X = 70
Y = 335
W = 230
H = 40
SkipX = 10

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

[OptionsSoundSelectSlidePreviewVolume]
Tex = MainBar
TexSBG = SelectBG
Text = SING_OPTIONS_SOUND_PREVIEWVOLUME
X = 70
Y = 385
W = 230
H = 40
SkipX = 10

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

[OptionsSoundSelectSlidePreviewFADING]
Tex = MainBar
TexSBG = SelectBG
Text = SING_OPTIONS_SOUND_PREVIEWFADING
X = 70
Y = 435
W = 230
H = 40
SkipX = 10

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

[OptionsSoundButtonExit]
X = 40
Y = 465
W = 230
H = 50
Tex = Button
Color = ColorLight
DColor = ColorDark
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsLyrics]
Texts = 1

[OptionsLyricsBackground]
Tex = OptionsBG

[OptionsLyricsStatic1]
X = 65
Y = 22
W = 25
H = 23
Color = White
Tex = IconOption
Type = Transparent

[OptionsLyricsText1]
X = 95
Y = 5
Color = White
Size = 18
Text = SING_OPTIONS

[OptionsLyricsText2]
X = 95
Y = 45
Color = ColorLightest
Size = 10
Text = SING_OPTIONS_LYRICS_DESC

[OptionsLyricsText3]
X = 95
Y = 65
Color = White
Size = 10
Text = SING_OPTIONS_LYRICS_WHEREAMI

[OptionsLyricsStatic2]
X = 0
Y = 545
W = 250
H = 30
Tex = Leiste1
Color = ColorLight
Type = Colorized
Reflection = 1
ReflectionSpacing = 2

[OptionsLyricsStatic3]
X = 250
Y = 545
W = 550
H = 30
Tex = Leiste2
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsLyricsStatic4]
X = 260
Y = 545
W = 32
H = 30
Tex = ButtonNavi
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsLyricsText4]
X = 300
Y = 548
Z = 0.5
Color = Black
Size = 8
Text = SING_LEGEND_NAVIGATE
Reflection = 1
ReflectionSpacing = 20

[OptionsLyricsStatic5]
X = 400
Y = 545
W = 32
H = 30
Tex = ButtonEsc
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsLyricsText5]
X = 440
Y = 548
Z = 0.5
Color = Black
Size = 8
Text = SING_LEGEND_ESC
Reflection = 1
ReflectionSpacing = 20

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

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

[OptionsLyricsSelectLyricsEffect]
Tex = MainBar
TexSBG = SelectBG
Text = SING_OPTIONS_LYRICS_EFFECT
X = 70
Y = 135
W = 230
H = 40
SkipX = 10

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

[OptionsLyricsSelectNoteLines]
Tex = MainBar
TexSBG = SelectBG
Text = SING_OPTIONS_LYRICS_NOTELINES
X = 70
Y = 185
W = 230
H = 40
SkipX = 10

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

[OptionsLyricsButtonExit]
X = 40
Y = 415
W = 230
H = 70
Tex = Button
Color = ColorLight
DColor = ColorDark
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsThemes]
Texts = 5

[OptionsThemesBackground]
Tex = OptionsBG

[OptionsThemesStatic1]
X = 65
Y = 22
W = 25
H = 23
Color = White
Tex = IconOption
Type = Transparent

[OptionsThemesText1]
X = 95
Y = 5
Color = White
Size = 18
Text = SING_OPTIONS

[OptionsThemesText2]
X = 95
Y = 45
Color = ColorLightest
Size = 10
Text = SING_OPTIONS_THEMES_DESC

[OptionsThemesText3]
X = 95
Y = 65
Color = White
Size = 10
Text = SING_OPTIONS_THEMES_WHEREAMI

[OptionsThemesStatic2]
X = 0
Y = 545
W = 250
H = 30
Tex = Leiste1
Color = ColorLight
Type = Colorized
Reflection = 1
ReflectionSpacing = 2

[OptionsThemesStatic3]
X = 250
Y = 545
W = 550
H = 30
Tex = Leiste2
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsThemesStatic4]
X = 260
Y = 545
W = 32
H = 30
Tex = ButtonNavi
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsThemesText4]
X = 300
Y = 548
Z = 0.5
Color = Black
Size = 8
Reflection = 1
ReflectionSpacing = 20
Text = SING_LEGEND_NAVIGATE

[OptionsThemesStatic5]
X = 400
Y = 545
W = 32
H = 30
Tex = ButtonEsc
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsThemesText5]
X = 440
Y = 548
Z = 0.5
Color = Black
Size = 8
Reflection = 1
ReflectionSpacing = 20
Text = SING_LEGEND_ESC

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

Color = ColorDark
DColor = ColorLight
TColor = White
TDColor = White

SBGColor = DarkBlue
SBGDColor = LightBlue
STColor = White
STDColor = GrayDark

[OptionsThemesSelectSkin]
Text = SING_OPTIONS_THEMES_SKIN
Tex = MainBar
TexSBG = SelectBG
X = 70
Y = 135
W = 230
H = 40
SkipX = 10

Color = ColorDark
DColor = ColorLight
TColor = White
TDColor = White

SBGColor = DarkBlue
SBGDColor = LightBlue
STColor = White
STDColor = GrayDark

[OptionsThemesSelectColor]
Text = SING_OPTIONS_THEMES_COLOR
Tex = MainBar
TexSBG = SelectBG
X = 70
Y = 185
W = 230
H = 40
SkipX = 10

Color = ColorDark
DColor = ColorLight
TColor = White
TDColor = White

SBGColor = DarkBlue
SBGDColor = LightBlue
STColor = White
STDColor = GrayDark

[OptionsThemesButtonExit]
X = 40
Y = 415
W = 230
H = 70
Tex = Button
Color = ColorLight
DColor = ColorDark
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsRecord]
Texts = 5

[OptionsRecordBackground]
Tex = OptionsBG

[OptionsRecordStatic1]
X = 65
Y = 22
W = 25
H = 23
Color = White
Tex = IconOption
Type = Transparent

[OptionsRecordText1]
X = 95
Y = 5
Color = White
Size = 18
Text = SING_OPTIONS

[OptionsRecordText2]
X = 95
Y = 45
Color = ColorLightest
Size = 10
Text = SING_OPTIONS_RECORD_DESC

[OptionsRecordText3]
X = 95
Y = 65
Color = White
Size = 10
Text = SING_OPTIONS_RECORD_WHEREAMI

[OptionsRecordStatic2]
X = 0
Y = 545
W = 250
H = 30
Tex = Leiste1
Color = ColorLight
Type = Colorized
Reflection = 1
ReflectionSpacing = 2

[OptionsRecordStatic3]
X = 250
Y = 545
W = 550
H = 30
Tex = Leiste2
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsRecordStatic4]
X = 260
Y = 545
W = 32
H = 30
Tex = ButtonNavi
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsRecordText4]
X = 300
Y = 548
Z = 0.5
Color = Black
Size = 8
Reflection = 1
ReflectionSpacing = 20
Text = SING_LEGEND_NAVIGATE

[OptionsRecordStatic5]
X = 400
Y = 545
W = 32
H = 30
Tex = ButtonEsc
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsRecordText5]
X = 440
Y = 548
Z = 0.5
Color = Black
Size = 8
Reflection = 1
ReflectionSpacing = 20
Text = SING_LEGEND_ESC

[OptionsRecordSelectSlideCard]
Text = SING_OPTIONS_RECORD_CARD
Tex = MainBar
TexSBG = SelectBG
X = 70
Y = 85
W = 230
H = 40
SkipX = 10

Color = ColorDark
DColor = ColorLight
TColor = White
TDColor = White

SBGColor = DarkBlue
SBGDColor = LightBlue
STColor = White
STDColor = GrayDark

[OptionsRecordSelectSlideInput]
Text = SING_OPTIONS_RECORD_INPUT
Tex = MainBar
TexSBG = SelectBG
X = 70
Y = 135
W = 230
H = 40
SkipX = 10

Color = ColorDark
DColor = ColorLight
TColor = White
TDColor = White

SBGColor = DarkBlue
SBGDColor = LightBlue
STColor = White
STDColor = GrayDark

[OptionsRecordSelectSlideChannel]
Text = SING_OPTIONS_RECORD_CHANNEL
Tex = MainBar
TexSBG = SelectBG
X = 70
Y = 185
W = 230
H = 40
SkipX = 10

Color = ColorDark
DColor = ColorLight
TColor = White
TDColor = White

SBGColor = DarkBlue
SBGDColor = LightBlue
STColor = White
STDColor = GrayDark

[OptionsRecordButtonExit]
X = 40
Y = 415
W = 230
H = 70
Tex = Button
Color = ColorLight
DColor = ColorDark
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsAdvanced]
Texts = 5

[OptionsAdvancedBackground]
Tex = OptionsBG

[OptionsAdvancedStatic1]
X = 65
Y = 22
W = 25
H = 23
Color = White
Tex = IconOption
Type = Transparent

[OptionsAdvancedText1]
X = 95
Y = 5
Color = White
Size = 18
Text = SING_OPTIONS

[OptionsAdvancedText3]
X = 95
Y = 45
Color = ColorLightest
Size = 10
Text = SING_OPTIONS_ADVANCED_DESC

[OptionsAdvancedText2]
X = 95
Y = 65
Color = White
Size = 10
Text = SING_OPTIONS_ADVANCED_WHEREAMI

[OptionsAdvancedStatic2]
X = 0
Y = 545
W = 250
H = 30
Tex = Leiste1
Color = ColorLight
Type = Colorized
Reflection = 1
ReflectionSpacing = 2

[OptionsAdvancedStatic3]
X = 250
Y = 545
W = 550
H = 30
Tex = Leiste2
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsAdvancedStatic4]
X = 260
Y = 545
W = 32
H = 30
Tex = ButtonNavi
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsAdvancedText4]
X = 300
Y = 548
Z = 0.5
Color = Black
Size = 8
Reflection = 1
ReflectionSpacing = 20
Text = SING_LEGEND_NAVIGATE

[OptionsAdvancedStatic5]
X = 400
Y = 545
W = 32
H = 30
Tex = ButtonEsc
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsAdvancedText5]
X = 440
Y = 548
Z = 0.5
Color = Black
Size = 8
Reflection = 1
ReflectionSpacing = 20
Text = SING_LEGEND_ESC

#########unused at the moment#########
#[OptionsAdvancedSelectLoadAnimation]
#Text = SING_OPTIONS_ADVANCED_LOADANIMATION
#Tex = MainBar
#TexSBG = SelectBG
#X = 40
#Y = 85
#W = 230
#H = 70
#SkipX = 10

#Color = ColorDark
#DColor = ColorLight
#TColor = White
#TDColor = White
 
#SBGColor = DarkBlue
#SBGDColor = LightBlue
#STColor = White
#STDColor = GrayDark

[OptionsAdvancedSelectScreenFade]
Text = SING_OPTIONS_ADVANCED_SCREENFADE
Tex = MainBar
TexSBG = SelectBG
X = 70
Y = 85
W = 230
H = 40
SkipX = 10

Color = ColorDark
DColor = ColorLight
TColor = White
TDColor = White

SBGColor = DarkBlue
SBGDColor = LightBlue
STColor = White
STDColor = GrayDark

[OptionsAdvancedSelectEffectSing]
Text = SING_OPTIONS_ADVANCED_EFFECTSING
Tex = MainBar
TexSBG = SelectBG
X = 70
Y = 135
W = 230
H = 40
SkipX = 10

Color = ColorDark
DColor = ColorLight
TColor = White
TDColor = White

SBGColor = DarkBlue
SBGDColor = LightBlue
STColor = White
STDColor = GrayDark

[OptionsAdvancedSelectLineBonus]
Text = SING_OPTIONS_GRAPHICS_LINEBONUS
Tex = MainBar
TexSBG = SelectBG
X = 70
Y = 185
W = 230
H = 40
SkipX = 10

Color = ColorDark
DColor = ColorLight
TColor = White
TDColor = White

SBGColor = DarkBlue
SBGDColor = LightBlue
STColor = White
STDColor = GrayDark

[OptionsAdvancedSelectSlideOnSongClick]
Text = SING_OPTIONS_ADVANCED_ONSONGCLICK
Tex = MainBar
TexSBG = SelectBG
X = 70
Y = 235
W = 230
H = 40
SkipX = 10

Color = ColorDark
DColor = ColorLight
TColor = White
TDColor = White

SBGColor = DarkBlue
SBGDColor = LightBlue
STColor = White
STDColor = GrayDark

[OptionsAdvancedSelectAskbeforeDel]
Text = SING_OPTIONS_ADVANCED_ASKBEFOREDEL
Tex = MainBar
TexSBG = SelectBG
X = 70
Y = 285
W = 230
H = 40
SkipX = 10

Color = ColorDark
DColor = ColorLight
TColor = White
TDColor = White

SBGColor = DarkBlue
SBGDColor = LightBlue
STColor = White
STDColor = GrayDark

[OptionsAdvancedSelectPartyPopup]
Text = SING_OPTIONS_ADVANCED_PARTYPOPUP
Tex = MainBar
TexSBG = SelectBG
X = 70
Y = 335
W = 230
H = 40
SkipX = 10

Color = ColorDark
DColor = ColorLight
TColor = White
TDColor = White

SBGColor = DarkBlue
SBGDColor = LightBlue
STColor = White
STDColor = GrayDark


[OptionsAdvancedButtonExit]
X = 40
Y = 415
W = 230
H = 70
Tex = Button
Color = ColorLight
DColor = ColorDark
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[Top5]
Texts = 1

[Top5Background]
Tex = Top5BG

[Top5Text1]
X = 70
Y = 6
Color = White
Font = 0
Size = 20
Align = 0
Text = SING_TOP_5_CHARTS

[Top5TextArtistTitle]
X = 70
Y = 53
Color = White
Font = 0
Size = 10
Align = 0
Text = artist - title

[Top5Text4]
X = 70
Y = 73
Color = White
Font = 0
Size = 10
Align = 0
Text = SING_OPTIONS_GAME_DIFFICULTY

[Top5TextLevel]
X = 270
Y = 73
Color = White
Font = 0
Size = 10
Align = 1
Text = easy

[Top5Static1]
X = 40
Y = 22
W = 27
H = 27
Color = White
Tex = ScoreIcon
Type = Colorized

[Top5Static2]
X = 0
Y = 545
W = 250
H = 30
Tex = Leiste1
Color = ColorLight
Type = Colorized
Reflection = 1
ReflectionSpacing = 2

[Top5Static3]
X = 250
Y = 545
W = 550
H = 30
Tex = Leiste2
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[Top5Text2]
X = 238
Y = 552
Color = Black
Font = 0
Size = 7
Align = 2
Text = SING_TOP_5_CHARTS_WHEREAMI

[Top5Static4]
X = 260
Y = 552
W = 24
H = 23
Tex = ButtonEnter
Color = White
Type = Transparent

[Top5Text3]
X = 290
Y = 552
Color = Black
Font = 0
Size = 7
Align = 0
Text = SING_TOP_5_CHARTS_CONTINUE

[Top5TextName1]
X = 150
Y = 190
Color = White
Font = 0
Size = 14
Align = 0
Text = 1. Player1

[Top5TextName2]
X = 150
Y = 240
Color = White
Font = 0
Size = 14
Align = 0
Text = 2. Player2

[Top5TextName3]
X = 150
Y = 290
Color = White
Font = 0
Size = 14
Align = 0
Text = 3. Player3

[Top5TextName4]
X = 150
Y = 340
Color = White
Font = 0
Size = 14
Align = 0
Text = 4. Player4

[Top5TextName5]
X = 150
Y = 390
Color = White
Font = 0
Size = 14
Align = 0
Text = 5. Player5

[Top5TextScore1]
X = 680
Y = 190
Color = White
Font = 0
Size = 14
Align = 2
Text = 00000

[Top5TextScore2]
X = 680
Y = 240
Color = White
Font = 0
Size = 14
Align = 2
Text = 00000

[Top5TextScore3]
X = 680
Y = 290
Color = White
Font = 0
Size = 14
Align = 2
Text = 00000

[Top5TextScore4]
X = 680
Y = 340
Color = White
Font = 0
Size = 14
Align = 2
Text = 00000

[Top5TextScore5]
X = 680
Y = 390
Color = White
Font = 0
Size = 14
Align = 2
Text = 00000

[Top5TextNumber1]
X = 120
Y = 193
Color = White
Font = 1
Size = 9
Align = 1
Text = 1

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

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

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

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

[Top5StaticNumber1]
Tex = PlayerNumberBox
X = 100
Y = 186
W = 40
H = 40
Color = P1Dark
Type = Colorized

[Top5StaticNumber2]
Tex = PlayerNumberBox
X = 100
Y = 236
W = 40
H = 40
Color = P1Dark
Type = Colorized

[Top5StaticNumber3]
Tex = PlayerNumberBox
X = 100
Y = 286
W = 40
H = 40
Color = P1Dark
Type = Colorized

[Top5StaticNumber4]
Tex = PlayerNumberBox
X = 100
Y = 336
W = 40
H = 40
Color = P1Dark
Type = Colorized

[Top5StaticNumber5]
Tex = PlayerNumberBox
X = 100
Y = 386
W = 40
H = 40
Color = P1Dark
Type = Colorized

[Level]
Texts = 5

[LevelBackground]
Tex = MainBG

[LevelStatic1]
X = 65
Y = 205
W = 25
H = 23
Tex = MainIcon
Color = White
Type = Transparent

[LevelText1]
X = 95
Y = 190
Color = White
Font = 0
Size = 18
Align = 0
Text = SING_MODE

[LevelText2]
X = 95
Y = 230
Color = ColorLightest
Font = 0
Size = 10
Align = 0
Text = SING_DIFFICULTY_DESC

[LevelStatic2]
X = 0
Y = 545
W = 250
H = 30
Tex = Leiste1
Color = ColorLight
Type = Colorized
Reflection = 1
ReflectionSpacing = 2

[LevelStatic3]
X = 250
Y = 545
W = 550
H = 30
Tex = Leiste2
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[LevelStatic4]
X = 260
Y = 545
W = 32
H = 30
Tex = ButtonNavi
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[LevelStatic5]
X = 400
Y = 545
W = 32
H = 30
Tex = ButtonEnter
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[LevelText3]
X = 300
Y = 548
Color = Black
Font = 0
Size = 8
Align = 0
Text = SING_LEGEND_NAVIGATE
Reflection = 1
ReflectionSpacing = 20

[LevelText4]
X = 440
Y = 548
Color = Black
Font = 0
Size = 8
Align = 0
Text = SING_DIFFICULTY_CONTINUE
Reflection = 1
ReflectionSpacing = 20

[LevelButtonEasy]
X = 180
Y = 270
W = 150
H = 50
Tex = Button
Color = ColorLight
DColor = ColorDark
Type = Transparent
Texts = 1
Reflection = 1
ReflectionSpacing = 15
DeSelectReflectionSpacing = 280
Fade = 1
FadeText = 1
SelectH = 150
FadeTex = ButtonFade
FadeTexPos = 0

[LevelButtonMedium]
X = 335
Y = 270
W = 150
H = 50
Tex = Button
Color = ColorLight
DColor = ColorDark
Type = Transparent
Texts = 1
Reflection = 1
ReflectionSpacing = 15
DeSelectReflectionSpacing = 280
Fade = 1
FadeText = 1
SelectH = 150
FadeTex = ButtonFade
FadeTexPos = 0

[LevelButtonHard]
X = 490
Y = 270
W = 150
H = 50
Tex = Button
Color = ColorLight
DColor = ColorDark
Type = Transparent
Texts = 1
Reflection = 1
ReflectionSpacing = 15
DeSelectReflectionSpacing = 280
Fade = 1
FadeText = 1
SelectH = 150
FadeTex = ButtonFade
FadeTexPos = 0

[LevelButtonEasyText1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Color = White
Text = SING_EASY

[LevelButtonMediumText1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Color = White
Text = SING_MEDIUM

[LevelButtonHardText1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Color = White
Text = SING_HARD

[Name]
Texts = 2

[NameBackground]
Tex  = MainBG

[NameStatic1]
X = 65
Y = 205
W = 25
H = 23
Tex = MainIcon
Color = White
Type = Transparent

[NameText1]
X = 95
Y = 190
Color = White
Font = 0
Size = 18
Text = SING_MODE

[NameText2]
X = 95
Y = 230
Color = ColorLightest
Font = 0
Size = 10
Align = 0
Text = SING_PLAYER_DESC

[NameStatic2]
X = 0
Y = 545
W = 250
H = 30
Tex = Leiste1
Color = ColorLight
Type = Colorized
Reflection = 1
ReflectionSpacing = 2

[NameStatic3]
X = 250
Y = 545
W = 550
H = 30
Tex = Leiste2
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[NameStatic4]
X = 260
Y = 545
W = 32
H = 30
Tex = ButtonNavi
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[NameText3]
X = 300
Y = 548
Color = Black
Font = 0
Size = 8
Align = 0
Text = SING_LEGEND_NAVIGATE
Reflection = 1
ReflectionSpacing = 20

[NameStatic5]
X = 400
Y = 545
W = 32
H = 30
Tex = ButtonAZ
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[NameText4]
X = 440
Y = 548
Color = Black
Font = 0
Size = 8
Align = 0
Text = SING_PLAYER_ENTER_NAME
Reflection = 1
ReflectionSpacing = 20

[NameStatic6]
X = 590
Y = 545
W = 32
H = 30
Tex = ButtonEnter
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[NameText5]
X = 630
Y = 548
Color = Black
Font = 0
Size = 8
Align = 0
Text = SING_LEGEND_CONTINUE
Reflection = 1
ReflectionSpacing = 20

[NameButtonPlayer1]
X = 180
Y = 270
W = 150
H = 50
Tex = Button
Color = P1Dark
DColor = P1Light
Type = Transparent
Texts = 1
Reflection = 1
ReflectionSpacing = 2

[NameButtonPlayer1Text1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Color = White
Text =

[NameButtonPlayer2]
X = 335
Y = 270
W = 150
H = 50
Tex = Button
Color = P2Dark
DColor = P2Light
Type = Transparent
Texts = 1
Reflection = 1
ReflectionSpacing = 2

[NameButtonPlayer2Text1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Color = White
Text =

[NameButtonPlayer3]
X = 490
Y = 270
W = 150
H = 50
Tex = Button
Color = P3Dark
DColor = P3Light
Type = Transparent
Texts = 1
Reflection = 1
ReflectionSpacing = 2

[NameButtonPlayer3Text1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Color = White
Text =

[NameButtonPlayer4]
X = 180
Y = 400
W = 150
H = 50
Tex = Button
Color = P4Dark
DColor = P4Light
Type = Transparent
Texts = 1
Reflection = 1
ReflectionSpacing = 2

[NameButtonPlayer4Text1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Color = White
Text =

[NameButtonPlayer5]
X = 335
Y = 400
W = 150
H = 50
Tex = Button
Color = P5Dark
DColor = P5Light
Type = Transparent
Texts = 1
Reflection = 1
ReflectionSpacing = 2

[NameButtonPlayer5Text1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Color = White
Text =

[NameButtonPlayer6]
X = 490
Y = 400
W = 150
H = 50
Tex = Button
Color = P6Dark
DColor = P6Light
Type = Transparent
Texts = 1
Reflection = 1
ReflectionSpacing = 2

[NameButtonPlayer6Text1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Color = White
Text =

[PartyNewRound]
Texts = 7

[PartyNewRoundBackground]
Tex = MainBG

[PartyNewRoundStatic1]
X = 0
Y = 545
W = 250
H = 30
Tex = Leiste1
Color = ColorLight
Type = Colorized
Reflection = 1
ReflectionSpacing = 2

[PartyNewRoundStatic2]
X = 250
Y = 545
W = 550
H = 30
Tex = Leiste2
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[PartyNewRoundStatic3]
X = 40
Y = 22
W = 27
H = 27
Color = White
Tex = PartyIcon
Type = Colorized

[PartyNewRoundText1]
X = 70
Y = 6
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 0
Size = 20
Color = White
Text = PARTY_MODE

[PartyNewRoundText2]
X = 70
Y = 53
Color = White
Font = 0
Size = 10
Align = 0
Text = PARTY_ROUND_DESC

[PartyNewRoundText3]
X = 238
Y = 552
Color = Black
Font = 0
Size = 7
Align = 2
Text = PARTY_ROUND_WHEREAMI

[PartyNewRoundText4]
X = 290
Y = 552
Color = Black
Font = 0
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
Color = DarkBlue
Type = Colorized

[PartyNewRoundStatic5]
X = 260
Y = 552
W = 24
H = 23
Tex = ButtonEnter
Color = White
Type = Transparent

[PartyNewRoundStatic6]
Tex = PartyRoundBG3
X = 250
Y = 350
W = 300
H = 50
Color = DarkBlue
Type = Colorized

[PartyNewRoundStatic7]
Tex = PartyRoundBG4
X = 50
Y = 495
W = 700
H = 30
Color = LightBlue
Type = Colorized

[PartyNewRoundStaticTeam1]
Tex = PartyTeamButton1
X = 20
Y = 110
W = 400
H = 50
Color = P1Dark
Type = Colorized
Reflection = 0

[PartyNewRoundStaticTeam2]
Tex = PartyTeamButton1
X = 20
Y = 191
W = 400
H = 50
Color = P2Dark
Type = Colorized
Reflection = 0

[PartyNewRoundStaticTeam3]
Tex = PartyTeamButton1
X = 20
Y = 272
W = 400
H = 50
Color = P3Dark
Type = Colorized
Reflection = 0

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

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

[PartyNewRoundStaticNextPlayer3]
Tex = PartyPlayerButton
X = 495
Y = 415
W = 150
H = 50
Type = Colorized
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 = LightBlue
Type = Colorized

[PartyNewRoundStaticRound2]
Tex = PartyRoundBG2
X = 450
Y = 164
W = 330
H = 20
Color = LightBlue
Type = Colorized

[PartyNewRoundStaticRound3]
Tex = PartyRoundBG2
X = 450
Y = 193
W = 330
H = 20
Color = LightBlue
Type = Colorized

[PartyNewRoundStaticRound4]
Tex = PartyRoundBG2
X = 450
Y = 222
W = 330
H = 20
Color = LightBlue
Type = Colorized

[PartyNewRoundStaticRound5]
Tex = PartyRoundBG2
X = 450
Y = 251
W = 330
H = 20
Color = LightBlue
Type = Colorized

[PartyNewRoundStaticRound6]
Tex = PartyRoundBG2
X = 450
Y = 280
W = 330
H = 20
Color = LightBlue
Type = Colorized

[PartyNewRoundStaticRound7]
Tex = PartyRoundBG2
X = 450
Y = 309
W = 330
H = 20
Color = LightBlue
Type = Colorized

[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 = Colorized
FirstColor = Gold

SecondTexture = PartyScoreDeco
SecondTyp = Colorized
SecondColor = Silver

ThirdTexture = PartyScoreDeco
ThirdTyp = Colorized
ThirdColor = Bronze

[PartyScoreStatic1]
X = 0
Y = 545
W = 250
H = 30
Tex = Leiste1
Color = ColorLight
Type = Colorized
Reflection = 1
ReflectionSpacing = 2

[PartyScoreStatic2]
X = 250
Y = 545
W = 550
H = 30
Tex = Leiste2
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[PartyScoreStatic3]
X = 40
Y = 22
W = 27
H = 27
Color = White
Tex = PartyIcon
Type = Colorized

[PartyScoreStatic4]
X = 260
Y = 552
W = 24
H = 23
Tex = ButtonEnter
Color = White
Type = Transparent

[PartyScoreText1]
X = 70
Y = 6
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 0
Size = 20
Color = White
Text = PARTY_MODE

[PartyScoreText2]
X = 70
Y = 53
Color = White
Font = 0
Size = 10
Align = 0
Text = PARTY_SCORE_DESC

[PartyScoreText3]
X = 238
Y = 552
Color = Black
Font = 0
Size = 7
Align = 2
Text = PARTY_SCORE_WHEREAMI

[PartyScoreText4]
X = 290
Y = 552
Color = Black
Font = 0
Size = 7
Align = 0
Text = PARTY_LEGEND_CONTINUE

[PartyScoreStatic5]
Tex = PartyScoreBG1
X = 50
Y = 100
W = 700
H = 80
Color = DarkBlue
Type = Colorized

[PartyScoreStatic6]
Tex = PartyScoreBG2
X = 50
Y = 495
W = 700
H = 20
Color = LightBlue
Type = Colorized

[PartyScoreText5]
X = 400
Y = 136
Color = White
Font = 0
Size = 15
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
Type = Colorized
Reflection = 1
ReflectionSpacing = 12

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

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

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

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

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

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

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

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

[PartyWin]
Texts = 4

[PartyWinBackground]
Tex = PartyBG

[PartyWinStatic1]
X = 0
Y = 545
W = 250
H = 30
Tex = Leiste1
Color = ColorLight
Type = Colorized
Reflection = 1
ReflectionSpacing = 2

[PartyWinStatic2]
X = 250
Y = 545
W = 550
H = 30
Tex = Leiste2
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[PartyWinStatic3]
X = 40
Y = 22
W = 27
H = 27
Color = White
Tex = PartyIcon
Type = Colorized

[PartyWinStatic4]
X = 260
Y = 552
W = 24
H = 23
Tex = ButtonEnter
Color = White
Type = Transparent

[PartyWinText1]
X = 70
Y = 6
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 0
Size = 20
Color = White
Text = PARTY_MODE

[PartyWinText2]
X = 70
Y = 53
Color = White
Font = 0
Size = 10
Align = 0
Text = PARTY_WIN_DESC

[PartyWinText3]
X = 238
Y = 552
Color = Black
Font = 0
Size = 7
Align = 2
Text = PARTY_WIN_WHEREAMI

[PartyWinText4]
X = 290
Y = 552
Color = Black
Font = 0
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
Type = Colorized
Reflection = 1
ReflectionSpacing = 12

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[PartyOptions]
Texts = 5

[PartyOptionsBackground]
Tex = PartyBG

[PartyOptionsStatic1]
X = 0
Y = 545
W = 250
H = 30
Tex = Leiste1
Color = ColorLight
Type = Colorized
Reflection = 1
ReflectionSpacing = 2

[PartyOptionsStatic2]
X = 250
Y = 545
W = 550
H = 30
Tex = Leiste2
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[PartyOptionsStatic3]
X = 40
Y = 22
W = 27
H = 27
Color = White
Tex = PartyIcon
Type = Colorized

[PartyOptionsStatic4]
X = 260
Y = 552
W = 24
H = 23
Tex = ButtonNavi
Color = White
Type = Transparent

[PartyOptionsStatic5]
X = 388
Y = 552
W = 24
H = 23
Tex = ButtonEnter
Color = White
Type = Transparent

[PartyOptionsText1]
X = 70
Y = 6
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 0
Size = 20
Color = White
Text = PARTY_MODE

[PartyOptionsText2]
X = 70
Y = 53
Color = White
Font = 0
Size = 10
Align = 0
Text = PARTY_OPTIONS_DESC

[PartyOptionsText3]
X = 238
Y = 552
Color = Black
Font = 0
Size = 7
Align = 2
Text = PARTY_OPTIONS_WHEREAMI

[PartyOptionsText4]
X = 294
Y = 552
Color = Black
Font = 0
Size = 7
Align = 0
Text = SING_LEGEND_NAVIGATE

[PartyOptionsText5]
X = 418
Y = 552
Color = Black
Font = 0
Size = 7
Align = 0
Text = SING_LEGEND_CONTINUE

[PartyOptionsSelectLevel]
Tex = MainBar
TexSBG = SelectBG
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 = SelectBG
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 = SelectBG
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 = SelectBG
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 = SelectBG
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 = SelectBG
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 = SelectBG
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 = SelectBG
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 = 0
Y = 545
W = 250
H = 30
Tex = Leiste1
Color = ColorLight
Type = Colorized
Reflection = 1
ReflectionSpacing = 2

[PartyPlayerStatic2]
X = 250
Y = 545
W = 550
H = 30
Tex = Leiste2
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[PartyPlayerStatic3]
X = 40
Y = 22
W = 27
H = 27
Color = White
Tex = PartyIcon
Type = Colorized

[PartyPlayerStatic4]
X = 260
Y = 552
W = 24
H = 23
Tex = ButtonNavi
Color = White
Type = Transparent

[PartyPlayerStatic5]
X = 388
Y = 552
W = 32
H = 23
Tex = ButtonAZ
Color = White
Type = Transparent

[PartyPlayerStatic6]
X = 556
Y = 552
W = 24
H = 23
Tex = ButtonEnter
Color = White
Type = Transparent

[PartyPlayerText1]
X = 70
Y = 6
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 0
Size = 20
Color = White
Text = PARTY_MODE

[PartyPlayerText2]
X = 70
Y = 53
Color = White
Font = 0
Size = 10
Align = 0
Text = PARTY_PLAYER_DESC

[PartyPlayerText3]
X = 238
Y = 552
Color = Black
Font = 0
Size = 7
Align = 2
Text = PARTY_PLAYER_WHEREAMI

[PartyPlayerText4]
X = 294
Y = 552
Color = Black
Font = 0
Size = 7
Align = 0
Text = SING_LEGEND_NAVIGATE

[PartyPlayerText5]
X = 418
Y = 552
Color = Black
Font = 0
Size = 7
Align = 0
Text = PARTY_PLAYER_ENTER_NAME

[PartyPlayerText6]
X = 586
Y = 552
Color = Black
Font = 0
Size = 7
Align = 0
Text = PARTY_PLAYER_LEGEND_CONTINUE

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

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

[PartyPlayerPlayer1Name]
Tex = Button
X = 85
Y = 160
W = 150
H = 50
Type = Transparent
Texts = 1
Color = P1Lightest
DColor = P1Light
Reflection = 1
ReflectionSpacing = 1

[PartyPlayerPlayer1NameText1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Text = Player 1
Color = White

[PartyPlayerPlayer2Name]
Tex = Button
X = 245
Y = 160
W = 150
H = 50
Type = Transparent
Texts = 1
Color = P1Lightest
DColor = P1Light
Reflection = 1
ReflectionSpacing = 1

[PartyPlayerPlayer2NameText1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Text = Player 2
Color = White

[PartyPlayerPlayer3Name]
Tex = Button
X = 405
Y = 160
W = 150
H = 50
Type = Transparent
Texts = 1
Color = P1Lightest
DColor = P1Light
Reflection = 1
ReflectionSpacing = 1

[PartyPlayerPlayer3NameText1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Text = Player 3
Color = White

[PartyPlayerPlayer4Name]
Tex = Button
X = 565
Y = 160
W = 150
H = 50
Type = Transparent
Texts = 1
Color = P1Lightest
DColor = P1Light
Reflection = 1
ReflectionSpacing = 1

[PartyPlayerPlayer4NameText1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Text = Player 4
Color = White

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

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

[PartyPlayerPlayer5Name]
Tex = Button
X = 85
Y = 300
W = 150
H = 50
Type = Transparent
Texts = 1
Color = P2Lightest
DColor = P2Light
Reflection = 1
ReflectionSpacing = 1

[PartyPlayerPlayer5NameText1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Text = Player 5
Color = White

[PartyPlayerPlayer6Name]
Tex = Button
X = 245
Y = 300
W = 150
H = 50
Type = Transparent
Texts = 1
Color = P2Lightest
DColor = P2Light
Reflection = 1
ReflectionSpacing = 1

[PartyPlayerPlayer6NameText1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Text = Player 6
Color = White

[PartyPlayerPlayer7Name]
Tex = Button
X = 405
Y = 300
W = 150
H = 50
Type = Transparent
Texts = 1
Color = P2Lightest
DColor = P2Light
Reflection = 1
ReflectionSpacing = 1

[PartyPlayerPlayer7NameText1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Text = Player 7
Color = White

[PartyPlayerPlayer8Name]
Tex = Button
X = 565
Y = 300
W = 150
H = 50
Type = Transparent
Texts = 1
Color = P2Lightest
DColor = P2Light
Reflection = 1
ReflectionSpacing = 1

[PartyPlayerPlayer8NameText1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Text = Player 8
Color = White

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

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

[PartyPlayerPlayer9Name]
Tex = Button
X = 85
Y = 440
W = 150
H = 50
Type = Transparent
Texts = 1
Color = P3Lightest
DColor = P3Light
Reflection = 1
ReflectionSpacing = 1

[PartyPlayerPlayer9NameText1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Text = Player 9
Color = White

[PartyPlayerPlayer10Name]
Tex = Button
X = 245
Y = 440
W = 150
H = 50
Type = Transparent
Texts = 1
Color = P3Lightest
DColor = P3Light
Reflection = 1
ReflectionSpacing = 1

[PartyPlayerPlayer10NameText1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Text = Player 10
Color = White

[PartyPlayerPlayer11Name]
Tex = Button
X = 405
Y = 440
W = 150
H = 50
Type = Transparent
Texts = 1
Color = P3Lightest
DColor = P3Light
Reflection = 1
ReflectionSpacing = 1

[PartyPlayerPlayer11NameText1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Text = Player 11
Color = White

[PartyPlayerPlayer12Name]
Tex = Button
X = 565
Y = 440
W = 150
H = 50
Type = Transparent
Texts = 1
Color = P3Lightest
DColor = P3Light
Reflection = 1
ReflectionSpacing = 1

[PartyPlayerPlayer12NameText1]
X = 75
Y = 10
Font = 0
Size = 10
Align = 1
Text = Player 12
Color = White

[SongMenu]

[SongMenuBackground]
Type=Fade
ColR=0
ColG=0
ColB=0
Alpha=0.4

[SongMenuStatic1]
Tex = interface_dialog_background
X = 500
Y = 120
W = 280
H = 200
Z = 0.96
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 0

[SongMenuStatic2]
X = 508
Y = 131
W = 24
H = 24
Color = White
Tex = icon_song_menu
Type = Colorized
Z = 0.97

[SongMenuTextMenu]
X = 538
Y = 125
Z = 0.97
Color = ColorLight
Size = 12
Text = MENU

[SongMenuButton1]
X = 530
Y = 175
Z = 0.97
W = 220
H = 25
Tex = Rectangle
Color = LightBlue
DColor = DarkBlue
Type = Colorized
Texts = 1

[SongMenuButton1Text1]
X = 6
Y = 0
Z = 0.97
Color = White
Size = 8
Text = SONG_MENU_PLAY

[SongMenuButton2]
X = 530
Y = 205
Z = 0.97
W = 220
H = 25
Tex = Rectangle
Color = LightBlue
DColor = DarkBlue
Type = Colorized
Texts = 1

[SongMenuButton2Text1]
X = 6
Y = 0
Color = White
Size = 8
Text = SONG_MENU_EDIT
Z = 0.97

[SongMenuButton3]
X = 530
Y = 235
Z = 0.97
W = 220
H = 25
Tex = Rectangle
Color = LightBlue
DColor = DarkBlue
Type = Colorized
Texts = 1

[SongMenuButton3Text1]
X = 6
Y = 0
Color = White
Font = 0
Size = 8
Text = SONG_MENU_MODI
Align = 0
Z = 0.97

[SongMenuButton4]
X = 530
Y = 265
Z = 0.97
W = 220
H = 25
Tex = Rectangle
Color = LightBlue
DColor = DarkBlue
Type = Colorized
Texts = 1

[SongMenuButton4Text1]
X = 6
Y = 0
Color = White
Font = 0
Size = 8
Text = SONG_MENU_CANCEL
Align = 0
Z = 0.97

# uncommented cause it's not appearing anyways
# TODO: why is this here?
#[SongMenuSelectSlide1]
#Tex = Rectangle
#TexSBG = Top5BG 
#Text =lalalalalalalala
#Type
#X = 524
#Y = 295
#W = 0
#H = 25
#Z = 0.97
#SkipX = 0
#SBGW = 270
#TextSize = 8
#Color = LightBlue
#DColor = DarkBlue
#TColor = White
#TDColor = White
#SBGTex = MainBar
#SBGColor = LightBlue
#SBGDColor = DarkBlue
#STColor = White
#STDColor = GrayDark

[SongJumpto]

[SongJumptoBackground]
Type=Fade
ColR=0
ColG=0
ColB=0
Alpha=0.5

[SongJumptoStatic1]
Tex = interface_dialog_background
X = 500
Y = 320
W = 280
H = 160
Z = 0.965
Color = White
Type = Transparent

[SongJumptoStatic2]
X = 508
Y = 328
W = 24
H = 24
Color = White
Tex = icon_song_search
Type = Colorized
Z = 0.97

[SongJumptoText1]
X = 538
Y = 323
Color = ColorLight
Size = 12
Text = SONG_JUMPTO_TYPE_DESC
Z = 0.97

#arrows over the select
#TODO: remove, add this for all in code
[SongJumptoStatic3]
X = 510
Y = 363
W = 260
H = 30
Color = ColorLightest
Tex = interface_selectbg_search
Type = Colorized
Z = 0.97

[SongJumptoSelectSlideType]
#Text = SONG_JUMPTO_TYPE_DESC
X = 516
Y = 363
Z = 0.97
H = 30
SBGW = 150
SkipX = 4

Size = 12

#text
TColor = White
TDColor = Red
#Select0r.Text.Color
STColor = White
STDColor = Red

[SongJumptoButtonSearchText]
X = 526
Y = 375
Z = 0.97
W = 160
H = 50
Size = 12
Font = 1
Align = 0

[SongJumptoTextFound]
X = 539
Y = 425
Color = White
Font = 0
Size = 8
Text = SONG_JUMPTO_HELP
Align = 0
Z = 0.97


[StatMain]
Texts = 0
Statics = 0

[StatMainBackground]
Tex = MainBG

[StatMainButtonScores]
X = 589
Y = 100
W = 190
H = 50
Tex = Button
Color = DarkBlue
DColor = LightBlue
Type = Transparent
Texts = 1
Reflection = 0

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

[StatMainButtonSingers]
X = 589
Y = 160
W = 190
H = 50
Tex = Button
Color = DarkBlue
DColor = LightBlue
Type = Transparent
Texts = 1
Reflection = 0

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

[StatMainButtonSongs]
X = 589
Y = 220
W = 190
H = 50
Tex = Button
Color = DarkBlue
DColor = LightBlue
Type = Transparent
Texts = 1
Reflection = 0

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

[StatMainButtonBands]
X = 589
Y = 280
W = 190
H = 50
Tex = Button
Color = DarkBlue
DColor = LightBlue
Type = Transparent
Texts = 1
Reflection = 0

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

[StatMainButtonExit]
X = 589
Y = 340
W = 190
H = 50
Tex = Button
Color = DarkBlue
DColor = LightBlue
Type = Transparent
Texts = 1
Reflection = 0

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

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

[StatMainStatic1]
X = 40
Y = 22
W = 27
H = 27
Color = White
Tex = StatIcon
Type = Colorized

[StatMainStatic2]
X = 0
Y = 545
W = 250
H = 30
Tex = Leiste1
Color = ColorLight
Type = Colorized
Reflection = 1
ReflectionSpacing = 2

[StatMainStatic3]
X = 250
Y = 545
W = 550
H = 30
Tex = Leiste2
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[StatMainStatic4]
X = 260
Y = 552
W = 24
H = 23
Tex = ButtonNavi
Color = White
Type = Transparent

[StatMainStatic5]
X = 388
Y = 552
W = 32
H = 23
Tex = ButtonEsc
Color = White
Type = Transparent

[StatMainStatic6]
X = 40
Y = 100
W = 520
H = 20
Tex = StatMainBG1
Color = ColorLight
Type = Colorized

[StatMainStatic7]
X = 40
Y = 120
W = 520
H = 300
Tex = StatMainBG2
Color = ColorDark
Type = Colorized

[StatMainStatic8]
X = 40
Y = 420
W = 520
H = 20
Tex = StatMainBG3
Color = ColorLight
Type = Colorized

[StatMainText1]
X = 70
Y = 6
Color = White
Font = 0
Size = 20
Text = STAT_MAIN
Align = 0

[StatMainText2]
X = 238
Y = 552
Color = Black
Font = 0
Size = 7
Align = 2
Text = STAT_MAIN_WHEREAMI

[StatMainText3]
X = 70
Y = 53
Color = White
Font = 0
Size = 10
Align = 0
Text = STAT_MAIN_DESC

[StatMainText4]
X = 294
Y = 552
Color = Black
Font = 0
Size = 7
Align = 0
Text = SING_LEGEND_NAVIGATE

[StatMainText5]
X = 418
Y = 552
Color = Black
Font = 0
Size = 7
Align = 0
Text = SING_LEGEND_ESC

[StatDetail]
Texts = 0
Statics = 0

[StatDetailBackground]
Tex = MainBG

[StatDetailButtonNext]
X = 589
Y = 100
W = 190
H = 50
Tex = Button
Color = DarkBlue
DColor = LightBlue
Type = Transparent
Texts = 1
Reflection = 0

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

[StatDetailButtonPrev]
X = 589
Y = 160
W = 190
H = 50
Tex = Button
Color = DarkBlue
DColor = LightBlue
Type = Transparent
Texts = 1
Reflection = 0

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

[StatDetailButtonReverse]
X = 589
Y = 220
W = 190
H = 50
Tex = Button
Color = DarkBlue
DColor = LightBlue
Type = Transparent
Texts = 1
Reflection = 0

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

[StatDetailButtonExit]
X = 589
Y = 280
W = 190
H = 50
Tex = Button
Color = DarkBlue
DColor = LightBlue
Type = Transparent
Texts = 1
Reflection = 0

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

[StatDetailTextDescription]
X = 70
Y = 53
Color = White
Font = 0
Size = 10
Align = 0
Text =

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

[StatDetailTextList1]
X = 45
Y = 122
Color = White
Font = 0
Size = 7
Text = Stat1

[StatDetailTextList2]
X = 45
Y = 160
Color = White
Font = 0
Size = 7
Text = Stat2

[StatDetailTextList3]
X = 45
Y = 198
Color = White
Font = 0
Size = 7
Text =

[StatDetailTextList4]
X = 45
Y = 236
Color = White
Font = 0
Size = 7
Text =

[StatDetailTextList5]
X = 45
Y = 274
Color = White
Font = 0
Size = 7
Text =

[StatDetailTextList6]
X = 45
Y = 312
Color = White
Font = 0
Size = 7
Text =

[StatDetailTextList7]
X = 45
Y = 350
Color = White
Font = 0
Size = 7
Text =

[StatDetailTextList8]
X = 45
Y = 388
Color = White
Font = 0
Size = 7
Text =

[StatDetailTextList9]
X = 45
Y = 426
Color = White
Font = 0
Size = 7
Text =

[StatDetailTextList10]
X = 45
Y = 464
Color = White
Font = 0
Size = 7
Text =

[StatDetailStatic1]
X = 40
Y = 22
W = 27
H = 27
Color = White
Tex = StatIcon
Type = Colorized

[StatDetailStatic2]
X = 0
Y = 545
W = 250
H = 30
Tex = Leiste1
Color = ColorLight
Type = Colorized
Reflection = 1
ReflectionSpacing = 2

[StatDetailStatic3]
X = 250
Y = 545
W = 550
H = 30
Tex = Leiste2
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[StatDetailStatic4]
X = 260
Y = 552
W = 24
H = 23
Tex = ButtonNavi
Color = White
Type = Transparent

[StatDetailStatic5]
X = 388
Y = 552
W = 32
H = 23
Tex = ButtonEsc
Color = White
Type = Transparent

[StatDetailStatic6]
X = 40
Y = 100
W = 520
H = 24
Tex = StatDetailBG1
Color = ColorLight
Type = Colorized

[StatDetailStatic7]
X = 40
Y = 124
W = 520
H = 376
Tex = StatMainBG2
Color = ColorDark
Type = Colorized

[StatDetailStatic8]
X = 40
Y = 500
W = 520
H = 20
Tex = StatMainBG3
Color = ColorLight
Type = Colorized

[StatDetailText1]
X = 70
Y = 6
Color = White
Font = 0
Size = 20
Text = STAT_DETAIL
Align = 0

[StatDetailText2]
X = 238
Y = 552
Color = Black
Font = 0
Size = 7
Align = 2
Text = STAT_DETAIL_WHEREAMI

[StatDetailText3]
X = 294
Y = 552
Color = Black
Font = 0
Size = 7
Align = 0
Text = SING_LEGEND_NAVIGATE

[StatDetailText4]
X = 418
Y = 552
Color = Black
Font = 0
Size = 7
Align = 0
Text = SING_LEGEND_ESC

[CheckPopup]

[CheckPopupBackground]
Type=Fade
ColR=0
ColG=0
ColB=0
Alpha=0.4

[CheckPopupStatic1]
Tex = interface_dialog_background
X = 200
Y = 150
W = 400
H = 200
Z = 1
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 15

[CheckPopupText1]
X = 400
Y = 160
W = 400
Color = ColorLight
Font = 0
Size = 10
Text = MSG_QUESTION_TITLE
Align = 1
Z = 1

[CheckPopupText]
X = 400
Y = 210
W = 280
Color = White
Font = 0
Size = 10
Text = error text
Align = 1
Z = 1

[CheckPopupButton1]
X = 285
Y = 310
W = 100
H = 25
Tex = Button
Color = ColorLight
DColor = ColorDark
Type = Transparent
Texts = 1
Z = 1

[CheckPopupButton1Text1]
X = 50
Y = 0
Color = White
Font = 0
Size = 8
Text = YES
Align = 1
Z = 1

[CheckPopupButton2]
X = 415
Y = 310
W = 100
H = 25
Tex = Button
Color = ColorLight
DColor = ColorDark
Type = Transparent
Texts = 1
Z = 1

[CheckPopupButton2Text1]
X = 50
Y = 0
Color = White
Font = 0
Size = 8
Text = NO
Align = 1
Z = 1


[ErrorPopup]

[ErrorPopupBackground]
Type=Fade
ColR=0
ColG=0
ColB=0
Alpha=0.4

[ErrorPopupStatic1]
Tex = interface_dialog_background
X = 200
Y = 150
W = 400
H = 200
Z = 0.98
Color = White
Type = Transparent
Reflection = 1
ReflectionSpacing = 15

[ErrorPopupText1]
X = 400
Y = 160
W = 400
Color = ColorLight
Font = 0
Size = 10
Text = MSG_ERROR_TITLE
Align = 1
Z = 1

[ErrorPopupText]
X = 400
Y = 210
W = 280
Color = White
Font = 0
Size = 10
Text = error text
Align = 1
Z = 1

[ErrorPopupButton1]
X = 350
Y = 310
W = 100
H = 25
Tex = Button
Color = ColorLight
DColor = ColorDark
Type = Transparent
Texts = 1
Z = 1

[ErrorPopupButton1Text1]
X = 50
Y = 0
Color = White
Font = 0
Size = 8
Text = OK
Align = 1
Z = 1


[PausePopUpStatic]
Tex = Pause
X = 0
Y = 0
W = 800
H = 600
Z = 0.95
Color = White
Type = Colorized