aboutsummaryrefslogblamecommitdiffstats
path: root/cmake/game/themes/Deluxe.ini
blob: f2bafc889db4a2dbd8ef329714d8fc28230ea2ef (plain) (tree)
1
2
3
4
5
6
7
8
9
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
5505
5506
5507
5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
5830
5831
5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
5959
5960
5961
5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
5985
5986
5987
5988
5989
5990
5991
5992
5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
6043
6044
6045
6046
6047
6048
6049
6050
6051
6052
6053
6054
6055
6056
6057
6058
6059
6060
6061
6062
6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
6093
6094
6095
6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
6106
6107
6108
6109
6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
6124
6125
6126
6127
6128
6129
6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
6140
6141
6142
6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
6153
6154
6155
6156
6157
6158
6159
6160
6161
6162
6163
6164
6165
6166
6167
6168
6169
6170
6171
6172
6173
6174
6175
6176
6177
6178
6179
6180
6181
6182
6183
6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
6213
6214
6215
6216
6217
6218
6219
6220
6221
6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
6262
6263
6264
6265
6266
6267
6268
6269
6270
6271
6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
6292
6293
6294
6295
6296
6297
6298
6299
6300
6301
6302
6303
6304
6305
6306
6307
6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
6325
6326
6327
6328
6329
6330
6331
6332
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
6346
6347
6348
6349
6350
6351
6352
6353
6354
6355
6356
6357
6358
6359
6360
6361
6362
6363
6364
6365
6366
6367
6368
6369
6370
6371
6372
6373
6374
6375
6376
6377
6378
6379
6380
6381
6382
6383
6384
6385
6386
6387
6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412
6413
6414
6415
6416
6417
6418
6419
6420
6421
6422
6423
6424
6425
6426
6427
6428
6429
6430
6431
6432
6433
6434
6435
6436
6437
6438
6439
6440
6441
6442
6443
6444
6445
6446
6447
6448
6449
6450
6451
6452
6453
6454
6455
6456
6457
6458
6459
6460
6461
6462
6463
6464
6465
6466
6467
6468
6469
6470
6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
6513
6514
6515
6516
6517
6518
6519
6520
6521
6522
6523
6524
6525
6526
6527
6528
6529
6530
6531
6532
6533
6534
6535
6536
6537
6538
6539
6540
6541
6542
6543
6544
6545
6546
6547
6548
6549
6550
6551
6552
6553
6554
6555
6556
6557
6558
6559
6560
6561
6562
6563
6564
6565
6566
6567
6568
6569
6570
6571
6572
6573
6574
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591
6592
6593
6594
6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
6618
6619
6620
6621
6622
6623
6624
6625
6626
6627
6628
6629
6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
6650
6651
6652
6653
6654
6655
6656
6657
6658
6659
6660
6661
6662
6663
6664
6665
6666
6667
6668
6669
6670
6671
6672
6673
6674
6675
6676
6677
6678
6679
6680
6681
6682
6683
6684
6685
6686
6687
6688
6689
6690
6691
6692
6693
6694
6695
6696
6697
6698
6699
6700
6701
6702
6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
7874
7875
7876
7877
7878
7879
7880
7881
7882
7883
7884
7885
7886
7887
7888
7889
7890
7891
7892
7893
7894
7895
7896
7897
7898
7899
7900
7901
7902
7903
7904
7905
7906
7907
7908
7909
7910
7911
7912
7913
7914
7915
7916
7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
7927
7928
7929
7930
7931
7932
7933
7934
7935
7936
7937
7938
7939
7940
7941
7942
7943
7944
7945
7946
7947
7948
7949
7950
7951
7952
7953
7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
7969
7970
7971
7972
7973
7974
7975
7976
7977
7978
7979
7980
7981
7982
7983
7984
7985
7986
7987
7988
7989
7990
7991
7992
7993
7994
7995
7996
7997
7998
7999
8000
8001
8002
8003
8004
8005
8006
8007
8008
8009
8010
8011
8012
8013
8014
8015
8016
8017
8018
8019
8020
8021
8022
8023
8024
8025
8026
8027
8028
8029
8030
8031
8032
8033
8034
8035
8036
8037
8038
8039
8040
8041
8042
8043
8044
8045
8046
8047
8048
8049
8050
8051
8052
8053
8054
8055
8056
8057
8058
8059
8060
8061
8062
8063
8064
8065
8066
8067
8068
8069
8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
8084
8085
8086
8087
8088
8089
8090
8091
8092
8093
8094
8095
8096
8097
8098
8099
8100
8101
8102
8103
8104
8105
8106
8107
8108
8109
8110
8111
8112
8113
8114
8115
8116
8117
8118
8119
8120
8121
8122
8123
8124
8125
8126
8127
8128
8129
8130
8131
8132
8133
8134
8135
8136
8137
8138
8139
8140
8141
8142
8143
8144
8145
8146
8147
8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
8178
8179
8180
8181
8182
8183
8184
8185
8186
8187
8188
8189
8190
8191
8192
8193
8194
8195
8196
8197
8198
8199
8200
8201
8202
8203
8204
8205
8206
8207
8208
8209
8210
8211
8212
8213
8214
8215
8216
8217
8218
8219
8220
8221
8222
8223
8224
8225
8226
8227
8228
8229
8230
8231
8232
8233
8234
8235
8236
8237
8238
8239
8240
8241
8242
8243
8244
8245
8246
8247
8248
8249
8250
8251
8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
8264
8265
8266
8267
8268
8269
8270
8271
8272
8273
8274
8275
8276
8277
8278
8279
8280
8281
8282
8283
8284
8285
8286
8287
8288
8289
8290
8291
8292
8293
8294
8295
8296
8297
8298
8299
8300
8301
8302
8303
8304
8305
8306
8307
8308
8309
8310
8311
8312
8313
8314
8315
8316
8317
8318
8319
8320
8321
8322
8323
8324
8325
8326
8327
8328
8329
8330
8331
8332
8333
8334
8335
8336
8337
8338
8339
8340
8341
8342
8343
8344
8345
8346
8347
8348
8349
8350
8351
8352
8353
8354
8355
8356
8357
8358
8359
8360
8361
8362
8363
8364
8365
8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
8418
8419
8420
8421
8422
8423
8424
8425
8426
8427
8428
8429
8430
8431
8432
8433
8434
8435
8436
8437
8438
8439
8440
8441
8442
8443
8444
8445
8446
8447
8448
8449
8450
8451
8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
8463
8464
8465
8466
8467
8468
8469
8470
8471
8472
8473
8474
8475
8476
8477
8478
8479
8480
8481
8482
8483
8484
8485
8486
8487
8488
8489
8490
8491
8492
8493
8494
8495
8496
8497
8498
8499
8500
8501
8502
8503
8504
8505
8506
8507
8508
8509
8510
8511
8512
8513
8514
8515
8516
8517
8518
8519
8520
8521
8522
8523
8524
8525
8526
8527
8528
8529
8530
8531
8532
8533
8534
8535
8536
8537
8538
8539
8540
8541
8542
8543
8544
8545
8546
8547
8548
8549
8550
8551
8552
8553
8554
8555
8556
8557
8558
8559
8560
8561
8562
8563
8564
8565
8566
8567
8568
8569
8570
8571
8572
8573
8574
8575
8576
8577
8578
8579
8580
8581
8582
8583
8584
8585
8586
8587
8588
8589
8590
8591
8592
8593
8594
8595
8596
8597
8598
8599
8600
8601
8602
8603
8604
8605
8606
8607
8608
8609
8610
8611
8612
8613
8614
8615
8616
8617
8618
8619
8620
8621
8622
8623
8624
8625
8626
8627
8628
8629
8630
8631
8632
8633
8634
8635
8636
8637
8638
8639
8640
8641
8642
8643
8644
8645
8646
8647
8648
8649
8650
8651
8652
8653
8654
8655
8656
8657
8658








                                                           
                  
































                          























                     

              
       


             
         

                   
                      


              

             
        
         


                 
                      















                  
       







                         
       



















































                           
                      






















                         
                      







































































































































































































































































































































































                                                                  
                      






















                               
                      























                               
                      























                                      
                      























                                   
                      































                                     

                      




















                      

                      


















                                 

                      



                     
     

















                          


                                                   
       












                       
       












                       
       












                       
       












                       
       












                       
       












                       
       












                       
       












                       
       












                       
       












                       
       












                       
       












                       
       












                       
       












                       
       






















                
      



             
         





























                  
       



             
         































                                                                      
       










































                                                                      
       









                   
     






























                  
       


















                                                                          
      






















                       
      

















                     
      






















                  
       

















                
      






















                  
       




























                      
      
























































                           
                      





































































































































                                                                            
                         











                      
       





                 
                      


                      
       





              
                      





































                            
                     










                     
                     






















































































































                                                                            
       




                 
                      


                      
       





              
                      



















                     
                         

















































































































































































                            
       





                 
                      


                      
       





              
                      



















                     
                         













































































                                                                              







                           

































































                            
       




                 

                      


                      
       




             

                      














































































                     







                           

































































                            
       




                 

                      


                      
       




             

                      













































































                        







                           

































































                            
       




                 

                      


                      
       




             

                      















































































                     
       







                
       







                   
       












                        
      










































                           
                    




















                         
                    




















                      
                    







































































































                            
       
























                          
       

























                          
       

























                            
       





























                        
      







                  
      





                   

      




                             

      








































































                                 
                   
      

       







                   

                      







                                   
                   
      

       







                   

                      







                                 
                   
      

       







                   

                      







                             
                   
      

       







                   

                      







                                
                   
      

       







                   

                      







                              
                   
      

       







                   

                      



                       



       













                           
      







                      
      





                      

      




                                 

      









































































                                       
                   
      

       







                   

                      







                                       
                   
      

       







                   

                      







                                  
                   
      

       







                   

                      





                                       
                
                 
                   
      

       







                   

                      







                                         
                   
      

       







                   

                      







                                       
                   
      

       







                   

                      



                           



       













                        
      







                   
      





                   

      




                              

      





































































                                    
                
                 
                   

                                          


       


                 
                   

               
 
                    
                      




                                   
                
                 
                   

                                         


       


                 
                   

               
 
                    
                      




                            
                
                 
                   

                                   


       


                 
                   

               
 
                    
                      




                               
                
                 
                   

                                      


       


                 
                   

               
 
                    
                      




                             
                
                 
                   

                                    


       


                 
                   

               
 
                    
                      




                             
                
                 
                   

                                   


       


                 
                   

               
 
                    
                      




                                      
                
                 
                   

                                       


       


                 
                   

               
 
                    
                      




                                      
                
                 
                   

                                       


       


                 
                   

               
 
                    
                      



                        



       













                         
      







                    
      





                    

      




                               

      





































































                                   
                
                 
                   

                               

       



                 
                   

               
 
                    
                      




                                 
                
                 
                   

                                 

       



                 
                   

               
 
                    
                      




                              
                
                 
                   

                                    

       



                 
                   

               
 
                    
                      



                         



       













                         
      







                    
      





                    

      




                               

      






































































                                   
                
                 
                   
      

       







                   

                      





                               
                
                 
                   
      

       







                   

                      





                                
                
                 
                   
      

       







                   

                      



                         



       













                         
      







                    
      





                    

      




                               

      






































































                                   
                
                 
                   
      

       







                   

                      





                                
                
                 
                   
      

       







                   

                      





                                  
                
                 
                   
      

       







                   

                      



                         



       













                           
      







                      
      





                      

      




                                 

      


















































































                                           


                       





                                       
                
                 
                   
      

       







                   

                      





                                       
                
                 
                   
      

       







                   

                      





                                      
                
                 
                   
      

       







                   

                      





                                        
                
                 
                   
      

       







                   

                      





                                         
                
                 
                   
      

       







                   

                      





                                       
                
                 
                   
      

       







                   

                      



                           



       










































































































                                   

















                                          













































                 
       







                
       







                
       







                
       







                














































               















































































































































                                 
                      










                       
                    










                     
                    









































































































































                                
       







                
       


























































                           
                      









                               
                      





































































































                               
       






                
       















































                           
                      




















                             
                      




















                           
                      











































































































































































                         
     









                    
      


























































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































                                           
     









                   
      


































                             
                
                 
                   
                       

       
       


          

                 
                   

               
 
                    
                      


                   




                  

                            
                
                 
                   
                     

       
       

          


                 
                   

               
 
                    
                      




                             
                
                 
                   
                     

       
       

          


                 
                   

               
 
                    
                      




                          
                
                 
                   
                   
      

       

          


                 
                   

               
 
                    
                      













                       
       










                     
       



















                     
        








                    
        








                    
        



























































                              
































































































                            


                      

       







                           
       








                        

       



















                             

       



















                             

       



















                             

       



















                             

       







                           
       








                        

       



















                             

       



















                             

       



















                             

       



















                             

       

       
                




                           
       








                        


       



















                             


       



















                              


       



















                              


       

















                              






























































































































































































































































































                                   




































































































                                 
























                              






                 

                  












                       
















































































































































































































































































































































































































































































































































































































































































































































































































                                       







                  














                                     
;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
DefaultSkin = Blue

[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

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

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

[LoadingText1]
X = 30
Y = 548
Color = White
Font = 0
Align = 0
Size = 24
Text = SING_LOADING
Reflection = 1
ReflectionSpacing = 13

[LoadingText2]
X = 790
Y = 548
Color = Black
Font = 0
Size = 24
Align = 2
Text = US_VERSION
Reflection = 1
ReflectionSpacing = 13

[Main]
[MainBackground]
Tex = MainBG

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

[MainText1]
X = 95
Y = 186
Color = White
Font = 0
Size = 54
Align = 0
Text = SING_MENU

[MainTextDescriptionLong]
X = 95
Y = 233
Color = ColorLightest
Font = 0
Size = 30
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 = 24
Align = 0
Text = SING_LEGEND_NAVIGATE
Reflection = 1
ReflectionSpacing = 13

[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 = 24
Align = 0
Text = SING_LEGEND_SELECT
Reflection = 1
ReflectionSpacing = 13

[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 = 30
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 = 30
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 = 30
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 = 24
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 = 24
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 = 24
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 = 30
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 = 30
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 = 24
Align = 1
Text =

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

[SongTextNumber]
X = 492
Y = 457
Z = 0.95
Color = White
Size = 18
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 = 60
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 = 24
Align = 0
Text = +
Reflection = 1
ReflectionSpacing = 13

[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 = 24
Align = 0
Text = SING_SONG_SELECTION_GOTO
Reflection = 1
ReflectionSpacing = 13

# 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 = 24
Align = 0
Text = SING_SONG_SELECTION_MENU
Reflection = 1
ReflectionSpacing = 13

# 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 = 24
Align = 0
Text = SONG_JUMPTO_DESC
Reflection = 1
ReflectionSpacing = 13

# [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 = 24
Align = 0
Text = SING_SONG_SELECTION_PLAYLIST
Reflection = 1
ReflectionSpacing = 13

#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 = 24
Align = 0
Text = SONG_MENU_NAME_PARTY_JOKER
Reflection = 1
ReflectionSpacing = 13

# 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 = 24
Align = 0
Text = PARTY_SONG_MENU
Reflection = 1
ReflectionSpacing = 13

[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 = 24
Align = 0
Text = PARTY_SONG_LEGEND_CONTINUE
Reflection = 1
ReflectionSpacing = 13

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

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

# Jokers, 5 for each team, only shown in party Mode
[SongStaticTeam1Joker1]
Tex = Joker
X = 505
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 = 555
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 = 605
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 = 655
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 = 705
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 = 505
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 = 555
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 = 605
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 = 655
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 = 705
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 = 505
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 = 555
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 = 605
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 = 655
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 = 705
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 = 43
Y = 577
Font = 1
Size = 18
Color = White
Align = 1

[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 = 761
Y = 577
Font = 1
Size = 18
Color = White
Align = 1

# 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 = 18
Color = White
Align = 0

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

[SingP1TextScore]
Text = 00000
X = 698
Y = 284
Font = 0
Size = 30
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 = 18
Color = White
Align = 0

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

[SingP1TwoPTextScore]
Text = 00000
X = 698
Y = 104
Font = 0
Size = 30
Color = White
Align = 0

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

#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 = 18
Color = White
Align = 0

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

[SingP2RTextScore]
Text = 00000
X = 698
Y = 284
Font = 0
Size = 30
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 = 44
Color = P1Dark
Type = Colorized

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

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

[SingP1ThreePTextScore]
Text = 00000
X = 93
Y = 63
Font = 0
Size = 30
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 = 44
Color = P2Dark
Type = Colorized

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

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

[SingP2MTextScore]
Text = 00000
X = 388
Y = 63
Font = 0
Size = 30
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 = 44
Color = P3Dark
Type = Colorized

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

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

[SingP3RTextScore]
Text = 00000
X = 688
Y = 63
Font = 0
Size = 30
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 = 60
Text = SONG_SCORE
Align = 0

[ScoreTextArtistTitle]
X = 70
Y = 59
Color = White
Font = 0
Size = 30
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 = 24
Align = 0
Text = SING_LEGEND_CONTINUE
Reflection = 1
ReflectionSpacing = 13
#end of main stuff

# # # # # # # # # # # # # # # # # # One Player Score # # # # # # # # # # # #
[ScoreTextName1]
X = 197
Y = 290
Font = 0
Size = 30
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 = 27
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 = 30
Text = SING_NOTES
Align = 0

[ScoreTextNotesScore1]
X = 487
Y = 322
Color = White
Font = 0
Size = 30
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 = 30
Text = SING_PHRASE_BONUS
Align = 0

[ScoreTextLineBonusScore1]
X = 487
Y = 352
Color = White
Font = 0
Size = 30
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 = 30
Text = SING_GOLDEN_NOTES
Align = 0

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

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

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

[ScoreTextTotalSCore1]
X = 487
Y = 444
Color = White
Font = 0
Size = 42
Align = 2
Text = 0
Reflection = 1
ReflectionSpacing = 24

#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

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

[ScorePlayer1Static4]
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 = 30
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 = 27
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 = 24
Text = SING_NOTES
Align = 0

[ScoreTextNotesScore2]
X = 282
Y = 324
Color = White
Font = 0
Size = 24
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 = 24
Text = SING_PHRASE_BONUS
Align = 0

[ScoreTextLineBonusScore2]
X = 282
Y = 355
Color = White
Font = 0
Size = 24
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 = 24
Text = SING_GOLDEN_NOTES
Align = 0

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

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

[ScoreTextTotalSCore2]
X = 283
Y = 444
Color = White
Font = 0
Size = 42
Align = 2
Text = 00000
Reflection = 1
ReflectionSpacing = 24

# 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

[ScoreStaticPlayerIdBox2]
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 = 30
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 = 27
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 = 24
Text = SING_NOTES
Align = 2

[ScoreTextNotesScore3]
X = 518
Y = 324
Color = White
Font = 0
Size = 24
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 = 24
Text = SING_PHRASE_BONUS
Align = 2

[ScoreTextLineBonusScore3]
X = 518
Y = 355
Color = White
Font = 0
Size = 24
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 = 24
Text = SING_GOLDEN_NOTES
Align = 2

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

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

[ScoreTextTotalScore3]
X = 517
Y = 444
Color = White
Font = 0
Size = 42
Align = 0
Text = 00000
Reflection = 1
ReflectionSpacing = 24

#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

[ScoreStaticPlayerIdBox3]
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 = 42
Align = 0
Text = P1
Color = White

# Rating
[ScoreStaticRatingPicture4]
X = 200
Y = 150
H = 60
W = 60

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

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

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

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

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

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

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

[ScoreTextTotal4]
X = 47
Y = 371
Font = 0
Size = 30
Align = 0
Text = SING_TOTAL
Color = White
Reflection = 1
ReflectionSpacing = -1

[ScoreTextTotalScore4]
X = 260
Y = 361
Font = 0
Size = 42
Align = 2
Text = 00000
Color = White
Reflection = 1
ReflectionSpacing = -3

[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 = 15
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 = 42
Align = 0
Text = P2
Color = White

# Rating
[ScoreStaticRatingPicture5]
X = 460
Y = 150
H = 60
W = 60

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

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

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

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

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

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

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

[ScoreTextTotal5]
X = 307
Y = 371
Font = 0
Size = 30
Align = 0
Text = SING_TOTAL
Color = White
Reflection = 1
ReflectionSpacing = -1

[ScoreTextTotalScore5]
X = 520
Y = 361
Font = 0
Size = 42
Align = 2
Text = 00000
Color = White
Reflection = 1
ReflectionSpacing = -3

[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 = 15
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 = 42
Align = 0
Text = P3
Color = White

# Rating
[ScoreStaticRatingPicture6]
X = 720
Y = 150
H = 60
W = 60

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

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

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

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

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

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

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

[ScoreTextTotal6]
X = 567
Y = 371
Font = 0
Size = 30
Align = 0
Text = SING_TOTAL
Color = White
Reflection = 1
ReflectionSpacing = -1

[ScoreTextTotalScore6]
X = 780
Y = 361
Font = 0
Size = 42
Align = 2
Text = 00000
Color = White
Reflection = 1
ReflectionSpacing = -3

[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 = 15
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 = 130
W = 25
H = 25
Color = White
Tex = IconOption
Type = Colorized

[OptionsText1]
X = 95
Y = 115
Color = White
Font = 0
Size = 54
Text = SING_OPTIONS
Align = 0

[OptionsText2]
X = 95
Y = 165
Color = ColorLightest
Font = 0
Size = 30
Align = 0
Text = SING_OPTIONS_DESC

[OptionsTextDescription]
X = 95
Y = 195
Color = White
Font = 0
Size = 30
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 = 24
Align = 0
Text = SING_LEGEND_NAVIGATE
Reflection=1
ReflectionSpacing=13

[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 = 24
Align = 0
Text = SING_LEGEND_SELECT
Reflection=1
ReflectionSpacing=13

[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 = 24
Align = 0
Text = SING_LEGEND_ESC
Reflection=1
ReflectionSpacing=13

[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 = 30
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 = 30
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 = 30
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 = 30
Align = 1
Text = SING_OPTIONS_LYRICS
Color = White

[OptionsButtonThemes]
X = 95
Y = 345
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 = 30
Align = 1
Text = SING_OPTIONS_THEMES
Color = White

[OptionsButtonRecord]
X = 250
Y = 345
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 = 30
Align = 1
Text = SING_OPTIONS_RECORD
Color = White
Texts = 1

[OptionsButtonAdvanced]
X = 405
Y = 345
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 = 30
Align = 1
Text = SING_OPTIONS_ADVANCED
Color = White
Texts = 1

[OptionsButtonExit]
X = 560
Y = 345
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 = 30
Align = 1
Text = SING_OPTIONS_EXIT
Color = White

[OptionsGame]
Texts = 5

[OptionsGameBackground]
Tex = OptionsBG

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

[OptionsGameText1]
X = 70
Y = 5
Color = White
Size = 54
Text = SING_OPTIONS

[OptionsGameText2]
X = 70
Y = 55
Color = ColorLightest
Size = 30
Text = SING_OPTIONS_GAME_DESC

[OptionsGameText3]
X = 70
Y = 85
Color = White
Size = 30
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 = 24
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 = 24
Reflection = 1
ReflectionSpacing = 20
Text = SING_LEGEND_ESC

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

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

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

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

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

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

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

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

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

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

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

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

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

[OptionsGraphics]
Texts = 5

[OptionsGraphicsBackground]
Tex = OptionsBG

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

[OptionsGraphicsText1]
X = 70
Y = 5
Color = White
Size = 54
Text = SING_OPTIONS

[OptionsGraphicsText2]
X = 70
Y = 55
Color = ColorLightest
Size = 30
Text = SING_OPTIONS_GRAPHICS_DESC

[OptionsGraphicsText3]
X = 70
Y = 85
Color = White
Size = 30
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 = 24
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 = 24
Text = SING_LEGEND_ESC
Reflection = 1
ReflectionSpacing = 20

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

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

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

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

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

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsGraphicsSelectVisualizer]
Text = SING_OPTIONS_GRAPHICS_VISUALIZER
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
X = 70
Y = 280
W = 250
H = 40
SkipX = 10

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

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

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

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

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

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

[OptionsSound]
Texts = 5

[OptionsSoundBackground]
Tex = OptionsBG

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

[OptionsSoundText1]
X = 70
Y = 5
Color = White
Size = 54
Text = SING_OPTIONS

[OptionsSoundText2]
X = 70
Y = 55
Color = ColorLightest
Size = 30
Text = SING_OPTIONS_SOUND_DESC

[OptionsSoundText3]
X = 70
Y = 85
Color = White
Size = 30
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 = 24
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 = 24
Text = SING_LEGEND_ESC
Reflection = 1
ReflectionSpacing = 20

[OptionsSoundSelectVoicePassthrough]
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
Text = SING_OPTIONS_SOUND_VOICEPASSTHROUGH
X = 70
Y = 130
W = 250
H = 35
SkipX = 10

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsSoundSelectBackgroundMusic]
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
Text = SING_OPTIONS_SOUND_BACKGROUNDMUSIC
X = 70
Y = 170
W = 250
H = 35
SkipX = 10

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsSoundSelectMicBoost]
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
Text = SING_OPTIONS_SOUND_MIC_BOOST
X = 70
Y = 210
W = 250
H = 35
SkipX = 10

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsSoundSelectClickAssist]
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
Text = SING_OPTIONS_SOUND_CLICK_ASSIST
X = 70
Y = 250
W = 250
H = 35
SkipX = 10

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsSoundSelectBeatClick]
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
Text = SING_OPTIONS_SOUND_BEAT_CLICK
X = 70
Y = 290
W = 250
H = 35
SkipX = 10

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsSoundSelectThreshold]
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
Text = SING_OPTIONS_SOUND_THRESHOLD
X = 70
Y = 330
W = 250
H = 35
SkipX = 10

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsSoundSelectSlidePreviewVolume]
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
Text = SING_OPTIONS_SOUND_PREVIEWVOLUME
X = 70
Y = 370
W = 250
H = 35
SkipX = 10

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsSoundSelectSlidePreviewFADING]
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
Text = SING_OPTIONS_SOUND_PREVIEWFADING
X = 70
Y = 410
W = 250
H = 35
SkipX = 10

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsSoundButtonExit]
X = 70
Y = 460
W = 250
H = 35
Tex = Button
Color = ColorLight
DColor = ColorDark
Type = Transparent
Reflection = 1
ReflectionSpacing = 2

[OptionsLyrics]
Texts = 1

[OptionsLyricsBackground]
Tex = OptionsBG

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

[OptionsLyricsText1]
X = 70
Y = 5
Color = White
Size = 54
Text = SING_OPTIONS

[OptionsLyricsText2]
X = 70
Y = 55
Color = ColorLightest
Size = 30
Text = SING_OPTIONS_LYRICS_DESC

[OptionsLyricsText3]
X = 70
Y = 85
Color = White
Size = 30
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 = 24
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 = 24
Text = SING_LEGEND_ESC
Reflection = 1
ReflectionSpacing = 20

[OptionsLyricsSelectLyricsFont]
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
Text = SING_OPTIONS_LYRICS_FONT
X = 70
Y = 130
W = 250
H = 40
SkipX = 10

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsLyricsSelectLyricsEffect]
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
Text = SING_OPTIONS_LYRICS_EFFECT
X = 70
Y = 180
W = 250
H = 40
SkipX = 10

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsLyricsSelectNoteLines]
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
Text = SING_OPTIONS_LYRICS_NOTELINES
X = 70
Y = 230
W = 250
H = 40
SkipX = 10

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

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

[OptionsThemes]
Texts = 5

[OptionsThemesBackground]
Tex = OptionsBG

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

[OptionsThemesText1]
X = 70
Y = 5
Color = White
Size = 54
Text = SING_OPTIONS

[OptionsThemesText2]
X = 70
Y = 55
Color = ColorLightest
Size = 30
Text = SING_OPTIONS_THEMES_DESC

[OptionsThemesText3]
X = 70
Y = 85
Color = White
Size = 30
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 = 24
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 = 24
Reflection = 1
ReflectionSpacing = 20
Text = SING_LEGEND_ESC

[OptionsThemesSelectTheme]
Text = SING_OPTIONS_THEMES_THEME
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
X = 70
Y = 130
W = 250
H = 40
SkipX = 10

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsThemesSelectSkin]
Text = SING_OPTIONS_THEMES_SKIN
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
X = 70
Y = 180
W = 250
H = 40
SkipX = 10

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsThemesSelectColor]
Text = SING_OPTIONS_THEMES_COLOR
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
X = 70
Y = 230
W = 250
H = 40
SkipX = 10

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

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

[OptionsRecord]
Texts = 5

[OptionsRecordBackground]
Tex = OptionsBG

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

[OptionsRecordText1]
X = 70
Y = 5
Color = White
Size = 54
Text = SING_OPTIONS

[OptionsRecordText2]
X = 70
Y = 55
Color = ColorLightest
Size = 30
Text = SING_OPTIONS_RECORD_DESC

[OptionsRecordText3]
X = 70
Y = 85
Color = White
Size = 30
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 = 24
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 = 24
Reflection = 1
ReflectionSpacing = 20
Text = SING_LEGEND_ESC

[OptionsRecordSelectSlideCard]
Text = SING_OPTIONS_RECORD_CARD
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
X = 70
Y = 130
W = 250
H = 40
SkipX = 10

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsRecordSelectSlideInput]
Text = SING_OPTIONS_RECORD_INPUT
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
X = 70
Y = 180
W = 250
H = 40
SkipX = 10

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsRecordSelectSlideChannel]
Text = SING_OPTIONS_RECORD_CHANNEL
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
X = 70
Y = 230
W = 250
H = 40
SkipX = 10

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

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

[OptionsAdvanced]
Texts = 5

[OptionsAdvancedBackground]
Tex = OptionsBG

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

[OptionsAdvancedText1]
X = 70
Y = 5
Color = White
Size = 54
Text = SING_OPTIONS

[OptionsAdvancedText3]
X = 70
Y = 55
Color = ColorLightest
Size = 30
Text = SING_OPTIONS_ADVANCED_DESC

[OptionsAdvancedText2]
X = 70
Y = 85
Color = White
Size = 30
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 = 24
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 = 24
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 = ColorDark
#SBGDColor = ColorLight
#STColor = White
#STDColor = GrayDark

[OptionsAdvancedSelectScreenFade]
Text = SING_OPTIONS_ADVANCED_SCREENFADE
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
X = 70
Y = 130
W = 250
H = 40
SkipX = 10

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsAdvancedSelectEffectSing]
Text = SING_OPTIONS_ADVANCED_EFFECTSING
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
X = 70
Y = 180
W = 250
H = 40
SkipX = 10

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsAdvancedSelectLineBonus]
Text = SING_OPTIONS_GRAPHICS_LINEBONUS
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
X = 70
Y = 230
W = 250
H = 40
SkipX = 10

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsAdvancedSelectSlideOnSongClick]
Text = SING_OPTIONS_ADVANCED_ONSONGCLICK
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
X = 70
Y = 280
W = 250
H = 40
SkipX = 10

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsAdvancedSelectAskbeforeDel]
Text = SING_OPTIONS_ADVANCED_ASKBEFOREDEL
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
X = 70
Y = 330
W = 250
H = 40
SkipX = 10

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsAdvancedSelectPartyPopup]
Text = SING_OPTIONS_ADVANCED_PARTYPOPUP
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
X = 70
Y = 380
W = 250
H = 40
SkipX = 10

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsAdvancedButtonExit]
X = 70
Y = 440
W = 250
H = 40
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 = 60
Align = 0
Text = SING_TOP_5_CHARTS

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

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

[Top5TextLevel]
X = 270
Y = 73
Color = White
Font = 0
Size = 30
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 = 21
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 = 21
Align = 0
Text = SING_TOP_5_CHARTS_CONTINUE

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

[Top5Text5]
X = 560
Y = 552
Color = Black
Font = 0
Size = 21
Align = 0
Text = SING_TOP_5_CHARTS_SWITCH_DIFFICULTY

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

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

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

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

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

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

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

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

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

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


[Top5TextDate1]
X = 760
Y = 190
Color = White
Font = 0
Size = 42
Align = 2
Text = 00000

[Top5TextDate2]
X = 760
Y = 240
Color = White
Font = 0
Size = 42
Align = 2
Text = 00000

[Top5TextDate3]
X = 760
Y = 290
Color = White
Font = 0
Size = 42
Align = 2
Text = 00000

[Top5TextDate4]
X = 760
Y = 340
Color = White
Font = 0
Size = 42
Align = 2
Text = 00000

[Top5TextDate5]
X = 760
Y = 390
Color = White
Font = 0
Size = 42
Align = 2
Text = 00000

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

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

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

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

[Top5TextNumber5]
X = 120
Y = 393
Color = White
Font = 1
Size = 27
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

[Edit]
Texts = 5

[EditBackground]
Tex = EditBG

# main icon
[EditStatic1]
X = 65
Y = 150
W = 25
H = 25
Color = White
Tex = IconEdit
Type = Transparent
# Type = Colorized

# main icon title
[EditText1]
X = 95
Y = 135
Color = White
Font = 0
Size = 54
Align = 0
Text = SING_EDIT

# main icon subtitle
[EditText2]
X = 95
Y = 175
Color = ColorLightest
Font = 0
Size = 30
Align = 0
Text = SING_EDIT_MENU_DESCRIPTION

# Navigate button text
[EditText3]
X = 300
Y = 548
Color = Black
Font = 0
Size = 24
Align = 0
Text = SING_EDIT_NAVIGATE
Reflection = 1
ReflectionSpacing = 13

# Select button text
[EditText4]
X = 440
Y = 548
Color = Black
Font = 0
Size = 24
Align = 0
Text = SING_EDIT_SELECT
Reflection=1
ReflectionSpacing=13

# Esc button text
[EditText5]
X = 590
Y = 548
Color = Black
Font = 0
Size = 24
Align = 0
Text = SING_EDIT_EXIT
Reflection=1
ReflectionSpacing=13

[EditTextDescription]
X = 95
Y = 195
Color = White
Font = 0
Size = 30
Align = 0
Text = SING_EDIT_TEXTDESCRIPTION

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

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

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

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

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

[EditButtonConvert]
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

[EditButtonConvertText1]
X = 75
Y = 10
Font = 0
Size = 30
Align = 1
Text = SING_EDIT_BUTTON_CONVERT
Color = White

[EditButtonExit]
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 = 1
SelectH = 150
FadeTex = ButtonFade
FadeTexPos = 0

[EditButtonExitText1]
X = 75
Y = 10
Font = 0
Size = 30
Align = 1
Text = SING_EDIT_BUTTON_EXIT
Color = White

[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 = 186
Color = White
Font = 0
Size = 54
Align = 0
Text = SING_MODE

[LevelText2]
X = 95
Y = 233
Color = ColorLightest
Font = 0
Size = 30
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 = 24
Align = 0
Text = SING_LEGEND_NAVIGATE
Reflection = 1
ReflectionSpacing = 13

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

[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 = 30
Align = 1
Color = White
Text = SING_EASY

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

[LevelButtonHardText1]
X = 75
Y = 10
Font = 0
Size = 30
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 = 186
Color = White
Font = 0
Size = 54
Text = SING_MODE

[NameText2]
X = 95
Y = 233
Color = ColorLightest
Font = 0
Size = 30
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 = 24
Align = 0
Text = SING_LEGEND_NAVIGATE
Reflection = 1
ReflectionSpacing = 13

[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 = 24
Align = 0
Text = SING_PLAYER_ENTER_NAME
Reflection = 1
ReflectionSpacing = 13

[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 = 24
Align = 0
Text = SING_LEGEND_CONTINUE
Reflection = 1
ReflectionSpacing = 13

[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 = 30
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 = 30
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 = 30
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 = 30
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 = 30
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 = 30
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 = 5
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 0
Size = 60
Color = White
Text = PARTY_MODE

[PartyNewRoundText2]
X = 70
Y = 65
Color = White
Font = 0
Size = 30
Align = 0
Text = PARTY_ROUND_DESC

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

[PartyNewRoundText4]
X = 290
Y = 552
Color = Black
Font = 0
Size = 21
Align = 0
Text = PARTY_ROUND_LEGEND_CONTINUE

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

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

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

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

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

[PartyNewRoundTextTeam3Players]
X = 30
Y = 299
Color = White
Font = 0
Size = 21
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 = 24
Text = Round 1
Align = 0

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

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

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

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

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

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

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

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

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

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

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

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

[PartyNewRoundTextWinner7]
X = 600
Y = 307
Color = White
Font = 0
Size = 24
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 = 30
Text = Next Round
Align = 1

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

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

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

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

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

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

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

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

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

[PartyNewRoundTextNextPlayer3]
X = 570
Y = 425
Color = White
Font = 0
Size = 30
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 = 60
Color = White
Text = PARTY_MODE

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

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

[PartyScoreText4]
X = 290
Y = 552
Color = Black
Font = 0
Size = 21
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 = 45
Text = PARTY_SCORE_WINS2
Align = 1

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

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

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

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

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

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

[PartyScoreTextNameTeam3]
X = 188
Y = 398
Color = White
Font = 0
Size = 36
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 = 60
Color = White
Text = PARTY_MODE

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

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

[PartyWinText4]
X = 290
Y = 552
Color = Black
Font = 0
Size = 21
Align = 0
Text = PARTY_WIN_LEGEND_CONTINUE

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

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

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

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

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

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

[PartyWinTextNameTeam3]
X = 369
Y = 398
Color = White
Font = 0
Size = 27
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 = 5
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 0
Size = 60
Color = White
Text = PARTY_MODE

[PartyOptionsText2]
X = 70
Y = 65
Color = White
Font = 0
Size = 30
Align = 0
Text = PARTY_OPTIONS_DESC

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

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

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

[PartyOptionsSelectLevel]
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
Text = PARTY_DIFFICULTY
X = 70
Y = 110
W = 230
H = 40
SkipX = 10
Fields = 1

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

#TexSBG = SelectBG
#W = 230
#H = 40
#SkipX = 10

[PartyOptionsSelectPlayList]
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
Text = PARTY_PLAYLIST
X = 70
Y = 165
W = 230
H = 40
SkipX = 10
Fields = 1

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[PartyOptionsSelectPlayList2]
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
Text = PARTY_PLAYLIST
X = 70
Y = 220
W = 230
H = 40
SkipX = 10
Fields = 1

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[PartyOptionsSelectRounds]
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
Text = PARTY_ROUNDS
X = 70
Y = 250
W = 230
H = 40
SkipX = 10
Fields = 7

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark



[PartyPlayer]
Texts = 6

[PartyPlayerBackground]
Tex = PartyBG

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

[PartyPlayerStatic2]
X = 250
Y = 545
Z = 0.7
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
Z = 0.75
W = 24
H = 23
Tex = ButtonNavi
Color = White
Type = Transparent

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

[PartyPlayerStatic6]
X = 556
Y = 552
Z = 0.75
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 = 60
Color = White
Text = PARTY_MODE

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

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

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

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

[PartyPlayerText6]
X = 586
Y = 552
Color = Black
Font = 0
Size = 21
Align = 0
Text = SING_LEGEND_CONTINUE

[PartyPlayerSelectTeams]
Tex = MainBar
TexSBG = SelectBG
Type = Colorized
TypeSBG = Colorized
Text = PARTY_TEAMS
X = 45
Y = 90
W = 220
H = 40
SkipX = 10
Fields = 2

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[PartyPlayerSelectPlayers1]
Tex = MainBar
TexSBG = PartyPlayerSelectBG
Type = Colorized
TypeSBG = Colorized
Text = PARTY_TEAMS_PLAYER1
X = 365
Y = 145
W = 200
SBGW = 200
H = 40
SkipX = 10
Fields = 1

Color = P1Lightest
DColor = P1Light
TColor = White
TDColor = White

SBGColor = P1Lightest
SBGDColor = P1Light
STColor = White
STDColor = GrayDark

[PartyPlayerSelectPlayers2]
Tex = MainBar
TexSBG = PartyPlayerSelectBG
Type = Colorized
TypeSBG = Colorized
Text = PARTY_TEAMS_PLAYER2
X = 365
Y = 285
W = 200
SBGW = 200
H = 40
SkipX = 10
Fields = 1

Color = P2Lightest
DColor = P2Light
TColor = White
TDColor = White

SBGColor = P2Lightest
SBGDColor = P2Light
STColor = White
STDColor = GrayDark

[PartyPlayerSelectPlayers3]
Tex = MainBar
Type = Colorized
TypeSBG = Colorized
TexSBG = PartyPlayerSelectBG
Text = PARTY_TEAMS_PLAYER3
X = 365
Y = 425
W = 200
SBGW = 200
H = 40
SkipX = 10
Fields = 4

Color = P3Lightest
DColor = P3Light
TColor = White
TDColor = White

SBGColor = P3Lightest
SBGDColor = P3Light
STColor = White
STDColor = GrayDark


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[PartyPlayerTeam3Name]
Tex = PartyTeamButton2
X = 45
Y = 420
W = 310
H = 50
Type = Colorized
Texts = 1
Color = P3Lightest
DColor = P3Dark

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

[PartyPlayerPlayer9Name]
Tex = Button
X = 45
Y = 480
Z = 0.6
W = 150
H = 50
Type = Transparent
Texts = 1
Color = P3Lightest
DColor = P3Light
Reflection = 1
ReflectionSpacing = 1

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

[PartyPlayerPlayer10Name]
Tex = Button
X = 205
Y = 480
Z = 0.6
W = 150
H = 50
Type = Transparent
Texts = 1
Color = P3Lightest
DColor = P3Light
Reflection = 1
ReflectionSpacing = 1

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

[PartyPlayerPlayer11Name]
Tex = Button
X = 365
Y = 480
Z = 0.6
W = 150
H = 50
Type = Transparent
Texts = 1
Color = P3Lightest
DColor = P3Light
Reflection = 1
ReflectionSpacing = 1

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

[PartyPlayerPlayer12Name]
Tex = Button
X = 525
Y = 480
Z = 0.6
W = 150
H = 50
Type = Transparent
Texts = 1
Color = P3Lightest
DColor = P3Light
Reflection = 1
ReflectionSpacing = 1

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



[PartyRoundsBackground]
Tex = PartyBG

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

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

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

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

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

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

[PartyRoundsText2]
X = 70
Y = 53
Color = White
Font = 0
Size = 30
Align = 0
Text = PARTY_ROUNDS_DESC

[PartyRoundsText3]
X = 238
Y = 552
Color = Black
Font = 0
Size = 21
Align = 2
Text = PARTY_ROUNDS_WHEREAMI

[PartyRoundsText4]
X = 294
Y = 552
Color = Black
Font = 0
Size = 21
Align = 0
Text = SING_LEGEND_NAVIGATE

[PartyRoundsText5]
X = 418
Y = 552
Color = Black
Font = 0
Size = 21
Align = 0
Text = PARTY_ROUNDS_LEGEND_CONTINUE

[PartyRoundsSelectRoundCount]
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
Text = PARTY_ROUNDCOUNT
X = 70
Y = 100
W = 230
H = 40
SkipX = 10
Fields = 7

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[PartyRoundsSelectRound1]
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
Text = PARTY_SELECTMODE1
X = 70
Y = 155
W = 230
H = 40
SkipX = 10
Fields = 7

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[PartyRoundsSelectRound2]
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
Text = PARTY_SELECTMODE2
X = 70
Y = 210
W = 230
H = 40
SkipX = 10
Fields = 7

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[PartyRoundsSelectRound3]
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
Text = PARTY_SELECTMODE3
X = 70
Y = 265
W = 230
H = 40
SkipX = 10
Fields = 7

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[PartyRoundsSelectRound4]
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
Text = PARTY_SELECTMODE4
X = 70
Y = 320
W = 230
H = 40
SkipX = 10
Fields = 7

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[PartyRoundsSelectRound5]
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
Text = PARTY_SELECTMODE5
X = 70
Y = 375
W = 230
H = 40
SkipX = 10
Fields = 7

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[PartyRoundsSelectRound6]
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
Text = PARTY_SELECTMODE6
X = 70
Y = 430
W = 230
H = 40
SkipX = 10
Fields = 7

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[PartyRoundsSelectRound7]
Tex = MainBar
Type = Colorized
TexSBG = SelectBG
TypeSBG = Colorized
Text = PARTY_SELECTMODE7
X = 70
Y = 485
W = 230
H = 40
SkipX = 10
Fields = 7

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

SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark



[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 = 36
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 = 24
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 = 24
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 = 24
Text = SONG_MENU_MODI
Align = 0
Z = 0.97

# shows up instead of BUtton 3
# in some song menus
[SongMenuSelectSlide3]
TexSBG = Rectangle
Text = 
TypeSBG = Colorized
ShowArrows = 1
OneItemOnly = 1
X = 530
Y = 235
W = 0
H = 25
Z = 0.97
SkipX = 0
SBGW = 220
TextSize = 24
Color = LightBlue
DColor = DarkBlue
TColor = White
TDColor = White
SBGColor = LightBlue
SBGDColor = DarkBlue
STColor = White
STDColor = White

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

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

[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 = 36
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 = 36

#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 = 36
Font = 1
Align = 0

[SongJumptoTextFound]
X = 539
Y = 425
Color = White
Font = 0
Size = 24
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 = 30
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 = 30
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 = 24
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 = 24
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 = 30
Align = 1
Text = SING_OPTIONS_EXIT
Color = White

[StatMainTextOverview]
X = 45
Y = 125
W = 510
Color = White
Font = 0
Size = 27
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 = 60
Text = STAT_MAIN
Align = 0

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

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

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

[StatMainText5]
X = 418
Y = 552
Color = Black
Font = 0
Size = 21
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 = 30
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 = 30
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 = 30
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 = 30
Align = 1
Text = SING_OPTIONS_EXIT
Color = White

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

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

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

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

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

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

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

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

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

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

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

[StatDetailTextList10]
X = 45
Y = 464
Color = White
Font = 0
Size = 21
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 = 60
Text = STAT_DETAIL
Align = 0

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

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

[StatDetailText4]
X = 418
Y = 552
Color = Black
Font = 0
Size = 21
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 = 30
Text = MSG_QUESTION_TITLE
Align = 1
Z = 1

[CheckPopupText]
X = 400
Y = 210
W = 280
Color = White
Font = 0
Size = 30
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 = 24
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 = 24
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 = 30
Text = MSG_ERROR_TITLE
Align = 1
Z = 1

[ErrorPopupText]
X = 400
Y = 210
W = 280
Color = White
Font = 0
Size = 30
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 = 24
Text = OK
Align = 1
Z = 1

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

[SingLyricsUpperBar]
X = 80
W = 640
Y = 493
H = 41
;YOffSet (+/-) for the Sing-Indicator
IndicatorYOffset = 3

[SingLyricsLowerBar]
X = 80
W = 640
Y = 535
H = 41