-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release export config. Windows icon. Updated readme.
- Loading branch information
AaronWizard
committed
Feb 8, 2018
1 parent
a37a54d
commit 0c9fcb1
Showing
4 changed files
with
60 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
.import | ||
export.cfg | ||
export_presets.cfg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
[preset.0] | ||
|
||
name="Mac OSX" | ||
platform="Mac OSX" | ||
runnable=true | ||
custom_features="" | ||
export_filter="all_resources" | ||
include_filter="" | ||
exclude_filter="*.ttf, docs/*, *.ico" | ||
patch_list=PoolStringArray( ) | ||
|
||
[preset.0.options] | ||
|
||
custom_package/debug="" | ||
custom_package/release="" | ||
application/name="The Falling Blocks Experience" | ||
application/info="Game about falling blocks" | ||
application/icon="res://icon.png" | ||
application/identifier="org.aaronwisardstar" | ||
application/signature="aaronwizardstar" | ||
application/short_version="1.0" | ||
application/version="1.0" | ||
application/copyright="AaronWizard, 2018" | ||
application/bits_mode=0 | ||
display/high_res=false | ||
codesign/identity="" | ||
codesign/entitlements="" | ||
texture_format/s3tc=true | ||
texture_format/etc=false | ||
texture_format/etc2=false | ||
|
||
[preset.1] | ||
|
||
name="Windows Desktop" | ||
platform="Windows Desktop" | ||
runnable=true | ||
custom_features="" | ||
export_filter="all_resources" | ||
include_filter="" | ||
exclude_filter="*.ttf, docs/*" | ||
patch_list=PoolStringArray( ) | ||
|
||
[preset.1.options] | ||
|
||
texture_format/s3tc=true | ||
texture_format/etc=false | ||
texture_format/etc2=false | ||
binary_format/64_bits=true | ||
custom_template/release="" | ||
custom_template/debug="" | ||
application/icon="" | ||
application/file_version="1.0" | ||
application/product_version="1.0" | ||
application/company_name="" | ||
application/product_name="The Falling Blocks Experience" | ||
application/file_description="Game about falling blocks" | ||
application/copyright="AaronWizard, 2018" | ||
application/trademarks="" |