#Copyright eLearning Brothers LLC 2012 All Rights Reserved [-----------------------General Game Style/Design Information-----------------------] #Use this design.ini file to change visual elements of the game. #(I.e. logos, backgrounds, button styles, game elements, etc.) #Using colors #You can use HTML colors names or HEX codes. #Here is a link that has a lot of html colors that you can use: http://en.wikipedia.org/wiki/HTML_color_names#HTML_color_names #If you want to use a HEX code for colors then make sure you put a "#" in front of it. You don't need the "#" when using html color names. #Images and sounds that are specific to the game are found in the config/images and config/sounds folders in the game files. #IMPORTANT - Don't change any line that has something=@something. [-----------------------Page Background-----------------------] #You can change the page design that is outside of the game. #Uncomment the next line to use an image as the page background. (Place the file in the config/images folder. #body_texture=YourFile #Uncomment the next line to use a color in the page background. (Don't forget to comment out the line above also.) body_color=#ffffff [---------------------------Game Fonts-------------------------] font=@Game font #Usage: "font_fontFamily= font url". Example: font_testName=test.woff,test.ttf. Then add font with fontFamily to the game element. Example: game_fontFamily=test Name [-----------------------Game Background-----------------------] game=@Game container #The default background file in the game is a partially transparent .png. This allows you to overlay a color. #You can use a custom image(s) for the game background. #Copy the file into the config/images folder and then change the file name on the game_background_image line of code. To stack images just list them in order, comma-separated. game_background_image=eli_bg.png #You can change the game background color on the next line. You can also use left/right and top/bottom gradients. game_background_gradient_center=#0219C7 game_background_gradient_edge=#000841 [-----------------------Splash Page Logo-----------------------] logo1=@First logo on step-1 #You can upload any image that you'd like to use as a logo. Copy the file into the config/images folder and enter the information on the next lines. logo1_background_image=logo_with_bg.png #Make sure the width and height match the logo file. logo1_width=720 logo1_height=241 #Use the next 2 lines to adjust the positioning of the logo. logo1_X=0 logo1_Y=100 [-----------------------Introduction Page Logo-----------------------] logo2=@Second logo on step-2 #This is the logo on the introduction page. logo2_background_image=logo.png logo2_width=614 logo2_height=121 logo2_X=55 logo2_Y=15 [-----------------------Main Game Screen Logo-----------------------] logo3=@Small logo on top #This is the logo on the top of the main game screen logo3_background_image=bar.png logo3_width=720 logo3_height=62 logo3_X=0 logo3_Y=0 [-----------------Game Description Panel on Introduction Page-----------------] step2_description=@Game Description Panel [-----------------Game Results Description panel on last page-----------------] step5_description=@Game Results Description panel [----------------Main Game Buttons {i.e. Continue, Start, Replay}----------------] button_up=@Declaring default button button_up_gradient_top=#3787e0 button_up_gradient_bottom=#04389e button_up_gloss=true button_up_shadow=true button_over=@ button_over_gradient_top=#3787e0 button_over_gradient_bottom=#3787e0 button_down=@ button_down_gradient_top=#04389e button_down_gradient_bottom=#3787e0 #You can override some button styles for different screens: #Splash page splash_page_button_continue=@Splash page #Intro page intro_page_button_continue=@Intro page #Question page/continue button question_page_button_continue=@Question page/continue button #Question page/confirm button question_page_button_confirm=@Question page/confirm button #Result page/confirm button result_page_button_replay=@Result page/confirm button [-----------------------Main Game Screen-----------------------] question_table=@Questions table styles question_table_cellpadding=2 #Category background images question_category=@Category question_category_background_image=category.png question_score=@Question score block question_score_background_color=rgba(8,49,170, 0.5) #question_score_font=Anonymous Pro #question_score_style=opacity: 0.6;font-weight: bold; #question_score_shadow=true #question_score_gloss=true #Style for question block question_block=@Question block (TV-like) question_block_text_color=white question_block_gradient_center=#3264fb question_block_gradient_edge=#01226d question_block_gradient_radius=150 #Style for answered question block question_block_answered=@Answered question style question_block_answered_gradient_center=#01226d question_block_answered_gradient_edge=#00124d question_block_answered_gradient_radius=150 question_block_answered_text_color=gray #Additional images non-mandatory question_block_images=#Do not remove this line question_block_images_background=question.png #Overlay image for hovered style (is placed over background) question_block_images_hover=question_hover.png #Overlay image for correct style (is placed over background) question_block_images_correct=question_correct.png #Overlay image for incorrect style (is placed over background) question_block_images_incorrect=question_incorrect.png #Overlay image for Question BOX with question text question_block_images_big=question_big.png [-----------------------Question Screen-----------------------] #Box for question text question_box=@Question text box question_box_width=300 question_box_height=262 question_box_text_color=white question_box_gradient_center=#3264fb question_box_gradient_edge=#01226d question_box_gradient_radius=300 [-----------------------Question Button Styles-----------------------] question_button_up=@Default button style question_button_up_gradient_top=#FEF888 question_button_up_gradient_bottom=#FDD632 question_button_up_text_color=#000 question_button_up_width=330 question_button_over=@Mouse over button style question_button_over_gradient_top=#FFCC00 question_button_over_gradient_bottom=#FFCC00 question_button_over_text_color=#000 question_button_down=@Mouse pressed button style question_button_down_gradient_top=#FF9900 question_button_down_gradient_bottom=#FF9900 question_button_down_text_color=#000 question_button_selected=@Selected button style question_button_selected_gradient_top=#FF9900 question_button_selected_gradient_bottom=#FF9900 question_button_selected_text_color=#000 [------------eli custom config------------] game_background_gradient_radius=2 eli_anim_button_enabled=false question_button_up_background_image=eli_btn.png question_button_over_background_image=eli_btn.png question_button_down_background_image=eli_btn.png question_button_selected_background_image=eli_btn.png question_button_up_border=0px solid transparent question_button_up_backgroundSize=fill question_button_up_backgroundRepeat=no-repeat question_button_over_border=0px solid transparent question_button_over_backgroundSize=fill question_button_over_backgroundRepeat=no-repeat question_button_down_border=0px solid transparent question_button_down_backgroundSize=fill question_button_down_backgroundRepeat=no-repeat question_button_selected_border=0px solid transparent question_button_selected_backgroundSize=fill question_button_selected_backgroundRepeat=no-repeat timer_box_text_color=rgba(0,0,0,0)