Skip to content

Commit

Permalink
Added windows exports for the example games
Browse files Browse the repository at this point in the history
  • Loading branch information
edbeeching committed Oct 17, 2021
1 parent bd48644 commit 074766c
Show file tree
Hide file tree
Showing 9 changed files with 84 additions and 2 deletions.
Binary file added envs/builds/BallChase/ball_chase.exe
Binary file not shown.
Binary file modified envs/builds/BallChase/ball_chase.pck
Binary file not shown.
Binary file modified envs/builds/JumperHard/jumper_hard.pck
Binary file not shown.
Binary file added envs/builds/SpaceShooter/space_shooter.exe
Binary file not shown.
Binary file modified envs/builds/SpaceShooter/space_shooter.pck
Binary file not shown.
41 changes: 41 additions & 0 deletions envs/example_envs/BallChase/export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,44 @@ texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false
texture_format/no_bptc_fallbacks=true

[preset.1]

name="Windows Desktop"
platform="Windows Desktop"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="../../builds/BallChase/ball_chase.exe"
script_export_mode=1
script_encryption_key=""

[preset.1.options]

custom_template/debug=""
custom_template/release=""
binary_format/64_bits=true
binary_format/embed_pck=false
texture_format/bptc=false
texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false
texture_format/no_bptc_fallbacks=true
codesign/enable=false
codesign/identity=""
codesign/password=""
codesign/timestamp=true
codesign/timestamp_server_url=""
codesign/digest_algorithm=1
codesign/description=""
codesign/custom_options=PoolStringArray( )
application/icon=""
application/file_version=""
application/product_version=""
application/company_name=""
application/product_name=""
application/file_description=""
application/copyright=""
application/trademarks=""
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
39977
35149
/home/edward/Godot_v3.3.2-stable_mono_x11_64/Godot_v3.3.2-stable_mono_x11.64
2 changes: 1 addition & 1 deletion envs/example_envs/JumperHard/export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="../builds/JumperHard/jumper_hard.exe"
export_path="../../builds/JumperHard/jumper_hard.exe"
script_export_mode=1
script_encryption_key=""

Expand Down
41 changes: 41 additions & 0 deletions envs/example_envs/SpaceShooter/export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,44 @@ texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false
texture_format/no_bptc_fallbacks=true

[preset.1]

name="Windows Desktop"
platform="Windows Desktop"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="../../builds/SpaceShooter/space_shooter.exe"
script_export_mode=1
script_encryption_key=""

[preset.1.options]

custom_template/debug=""
custom_template/release=""
binary_format/64_bits=true
binary_format/embed_pck=false
texture_format/bptc=false
texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false
texture_format/no_bptc_fallbacks=true
codesign/enable=false
codesign/identity=""
codesign/password=""
codesign/timestamp=true
codesign/timestamp_server_url=""
codesign/digest_algorithm=1
codesign/description=""
codesign/custom_options=PoolStringArray( )
application/icon=""
application/file_version=""
application/product_version=""
application/company_name=""
application/product_name=""
application/file_description=""
application/copyright=""
application/trademarks=""

0 comments on commit 074766c

Please sign in to comment.