tomato-dungeon

a game made in 1 day
git clone git://git.vgx.fr/tomato-dungeon
Log | Files | Refs | README

export_presets.cfg (3247B)


      1 [preset.0]
      2 
      3 name="HTML5"
      4 platform="HTML5"
      5 runnable=true
      6 custom_features=""
      7 export_filter="all_resources"
      8 include_filter=""
      9 exclude_filter="*src/*, export*"
     10 export_path="export-html/tomato-dungeon.html"
     11 script_export_mode=1
     12 script_encryption_key=""
     13 
     14 [preset.0.options]
     15 
     16 custom_template/debug=""
     17 custom_template/release=""
     18 variant/export_type=0
     19 vram_texture_compression/for_desktop=true
     20 vram_texture_compression/for_mobile=false
     21 html/export_icon=true
     22 html/custom_html_shell=""
     23 html/head_include=""
     24 html/canvas_resize_policy=2
     25 html/focus_canvas_on_start=true
     26 html/experimental_virtual_keyboard=false
     27 progressive_web_app/enabled=false
     28 progressive_web_app/offline_page=""
     29 progressive_web_app/display=1
     30 progressive_web_app/orientation=0
     31 progressive_web_app/icon_144x144=""
     32 progressive_web_app/icon_180x180=""
     33 progressive_web_app/icon_512x512=""
     34 progressive_web_app/background_color=Color( 0, 0, 0, 1 )
     35 
     36 [preset.1]
     37 
     38 name="Linux/X11"
     39 platform="Linux/X11"
     40 runnable=true
     41 custom_features=""
     42 export_filter="all_resources"
     43 include_filter=""
     44 exclude_filter=""
     45 export_path="./tomato-dungeon.x86_64"
     46 script_export_mode=1
     47 script_encryption_key=""
     48 
     49 [preset.1.options]
     50 
     51 custom_template/debug=""
     52 custom_template/release=""
     53 binary_format/64_bits=true
     54 binary_format/embed_pck=true
     55 texture_format/bptc=false
     56 texture_format/s3tc=true
     57 texture_format/etc=false
     58 texture_format/etc2=false
     59 texture_format/no_bptc_fallbacks=true
     60 
     61 [preset.2]
     62 
     63 name="HTML5 (itch.io)"
     64 platform="HTML5"
     65 runnable=false
     66 custom_features=""
     67 export_filter="all_resources"
     68 include_filter=""
     69 exclude_filter="*src/*, export*"
     70 export_path="export-itchio/index.html"
     71 script_export_mode=1
     72 script_encryption_key=""
     73 
     74 [preset.2.options]
     75 
     76 custom_template/debug=""
     77 custom_template/release=""
     78 variant/export_type=0
     79 vram_texture_compression/for_desktop=true
     80 vram_texture_compression/for_mobile=false
     81 html/export_icon=true
     82 html/custom_html_shell=""
     83 html/head_include=""
     84 html/canvas_resize_policy=2
     85 html/focus_canvas_on_start=true
     86 html/experimental_virtual_keyboard=false
     87 progressive_web_app/enabled=false
     88 progressive_web_app/offline_page=""
     89 progressive_web_app/display=1
     90 progressive_web_app/orientation=0
     91 progressive_web_app/icon_144x144=""
     92 progressive_web_app/icon_180x180=""
     93 progressive_web_app/icon_512x512=""
     94 progressive_web_app/background_color=Color( 0, 0, 0, 1 )
     95 
     96 [preset.3]
     97 
     98 name="Windows Desktop"
     99 platform="Windows Desktop"
    100 runnable=true
    101 custom_features=""
    102 export_filter="all_resources"
    103 include_filter=""
    104 exclude_filter=""
    105 export_path="./tomato-dungeon.exe"
    106 script_export_mode=1
    107 script_encryption_key=""
    108 
    109 [preset.3.options]
    110 
    111 custom_template/debug=""
    112 custom_template/release=""
    113 binary_format/64_bits=true
    114 binary_format/embed_pck=true
    115 texture_format/bptc=false
    116 texture_format/s3tc=true
    117 texture_format/etc=false
    118 texture_format/etc2=false
    119 texture_format/no_bptc_fallbacks=true
    120 codesign/enable=false
    121 codesign/identity=""
    122 codesign/password=""
    123 codesign/timestamp=true
    124 codesign/timestamp_server_url=""
    125 codesign/digest_algorithm=1
    126 codesign/description=""
    127 codesign/custom_options=PoolStringArray(  )
    128 application/icon=""
    129 application/file_version=""
    130 application/product_version=""
    131 application/company_name=""
    132 application/product_name=""
    133 application/file_description=""
    134 application/copyright=""
    135 application/trademarks=""