Skip to content

Commit

Permalink
Release export config. Windows icon. Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronWizard committed Feb 8, 2018
1 parent a37a54d commit 0c9fcb1
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
.import
export.cfg
export_presets.cfg
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AaronWizard, 2018

A game about falling blocks.

## Default Keys
## Keys

| Action | Default Key |
|--------------------------|-------------|
Expand All @@ -16,7 +16,7 @@ A game about falling blocks.
| Drop | Space |
| Rotate Counter Clockwise | z |
| Rotate Clockwise | x |
| Pause/Quit | Escape |
| Pause | Escape |

## Tools and resources

Expand Down
58 changes: 58 additions & 0 deletions export_presets.cfg
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=""
Binary file added icon.ico
Binary file not shown.

0 comments on commit 0c9fcb1

Please sign in to comment.