###############################################################################
# COBRA 2.X FOR VIPER GC EXTREME - THEME SCRIPT
###############################################################################

###############################################################################
# Image List Format :
#       Image Number, Image Name
#
# Image Number 0 must be the main menu background (640x480)
# Image Number 1 must be the submenus background (640x480)
#
# IMPORTANT! All images must have an horizontal (X) size multiple of 16 pixels!
#
###############################################################################
[Images]
0,back1.jpg
1,back2.jpg
2,boot.jpg
3,bios.jpg
4,settings.jpg
5,explorer.jpg
6,cheats.jpg
7,swap.jpg

###############################################################################
# Menu Items Format:
#     Item Number, Image Number, PosX, PosY, KeyUp, KeyDown, KeyLeft, KeyRight
#
# Item Numbers : 0 = Disc Boot
#                1 = Original BIOS
#                2 = Configuration
#                3 = Explorer
#                4 = Cheat Codes
#                5 = Disc Change
#
# PosX : X location of the image on the screen (must be a multiple of 2)
# PosY : Y location of the image on the screen
#
# KeyXXXX : Item number to be selected when XXXX key is pressed (-1=don't move)
#
# You can specify 2 images max per item Number, in 2 consecutive lines
###############################################################################
[Options]
0,2, 122, 202, -1, -1, -1, 1
1,3, 186, 202, -1, -1, 0, 2
2,4, 248, 202, -1, -1, 1, 3
3,5, 312, 202, -1, -1, 2, 4
4,6, 374, 202, -1, -1, 3, 5
5,7, 438, 202, -1, -1, 4, -1

###############################################################################
# Submenus Window Position Format :
#    X Position, Y Position
#
# The Submenu window Y component (in YCrCb colorsheme) will be cleared to 0.
# Window size is 480x266 
# Default position (without theme) is 80,110
#
# X position must be a multiple of 2
###############################################################################
[Window]
80,110

###############################################################################
# End of file
###############################################################################
[EOF]