# HEADER

splash_path='/home/pi/ADMIN/MENU/.assets/media/splashscreen/img/splash1.jpg' # path
vidsaver_path='/home/pi/ADMIN/MENU/.assets/media/screensaver/vid/arcade.mp4' # path
music_path='/home/pi/ADMIN/MENU/.assets/media/audio/music/Live_to_tell.mp3'  # path
marquees_path='/home/pi/ADMIN/FILES/IMAGES/MARQUEES' # path

# --------------------------------------------------

remapping='UP=UP DOWN=DOWN LEFT=NULL RIGHT=NULL ENTER=ENTER SPACE=RIGHT PGUP=LEFT PGDOWN=SPACE S=S ESC=ESC' # array
page_titles='FAV=" ^^ TOP GAMES ^^", GUN=" ^^ GUN GAMES ^^", CAR="CAR", PIN="PIN", 80S="80S", BMU="BMU", ALL=" || ALL GAMES ||"' # array
pages='FAV GUN CAR PIN 80S BMU' # array
start_page='FAV' # opt_str
test_input=0 # opt_bool
edit_mode=0 # opt_bool
colors=1 # opt_bool
center=1 # opt_bool
show_splash=1 # opt_bool
show_marquee=1 # opt_bool
screensaver=1 # opt_bool
hide_term=1 # opt_bool
play_music=0 # opt_bool
play_video=1 # opt_bool
post_clear=1 # opt_bool
remap=1 # opt_bool
snd_vol=10 # opt_int
t_title=2 # opt_int
t_marquee=5 # opt_int
t_fbsaver=60 # opt_int
t_vidsaver=597 # opt_int
t_slidesaver=120 # opt_int
t_sleep=794 # opt_int
