Skip to content

Commit 074766c

Browse files
committed
Added windows exports for the example games
1 parent bd48644 commit 074766c

File tree

9 files changed

+84
-2
lines changed

9 files changed

+84
-2
lines changed
39.9 MB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
39.9 MB
Binary file not shown.
-27.5 MB
Binary file not shown.

envs/example_envs/BallChase/export_presets.cfg

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,44 @@ texture_format/s3tc=true
2222
texture_format/etc=false
2323
texture_format/etc2=false
2424
texture_format/no_bptc_fallbacks=true
25+
26+
[preset.1]
27+
28+
name="Windows Desktop"
29+
platform="Windows Desktop"
30+
runnable=true
31+
custom_features=""
32+
export_filter="all_resources"
33+
include_filter=""
34+
exclude_filter=""
35+
export_path="../../builds/BallChase/ball_chase.exe"
36+
script_export_mode=1
37+
script_encryption_key=""
38+
39+
[preset.1.options]
40+
41+
custom_template/debug=""
42+
custom_template/release=""
43+
binary_format/64_bits=true
44+
binary_format/embed_pck=false
45+
texture_format/bptc=false
46+
texture_format/s3tc=true
47+
texture_format/etc=false
48+
texture_format/etc2=false
49+
texture_format/no_bptc_fallbacks=true
50+
codesign/enable=false
51+
codesign/identity=""
52+
codesign/password=""
53+
codesign/timestamp=true
54+
codesign/timestamp_server_url=""
55+
codesign/digest_algorithm=1
56+
codesign/description=""
57+
codesign/custom_options=PoolStringArray( )
58+
application/icon=""
59+
application/file_version=""
60+
application/product_version=""
61+
application/company_name=""
62+
application/product_name=""
63+
application/file_description=""
64+
application/copyright=""
65+
application/trademarks=""

envs/example_envs/SpaceShooter/.mono/metadata/ide_messaging_meta.txt renamed to envs/example_envs/JumperHard/.mono/metadata/ide_messaging_meta.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
39977
1+
35149
22
/home/edward/Godot_v3.3.2-stable_mono_x11_64/Godot_v3.3.2-stable_mono_x11.64

envs/example_envs/JumperHard/export_presets.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ custom_features=""
3232
export_filter="all_resources"
3333
include_filter=""
3434
exclude_filter=""
35-
export_path="../builds/JumperHard/jumper_hard.exe"
35+
export_path="../../builds/JumperHard/jumper_hard.exe"
3636
script_export_mode=1
3737
script_encryption_key=""
3838

envs/example_envs/SpaceShooter/export_presets.cfg

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,44 @@ texture_format/s3tc=true
2222
texture_format/etc=false
2323
texture_format/etc2=false
2424
texture_format/no_bptc_fallbacks=true
25+
26+
[preset.1]
27+
28+
name="Windows Desktop"
29+
platform="Windows Desktop"
30+
runnable=true
31+
custom_features=""
32+
export_filter="all_resources"
33+
include_filter=""
34+
exclude_filter=""
35+
export_path="../../builds/SpaceShooter/space_shooter.exe"
36+
script_export_mode=1
37+
script_encryption_key=""
38+
39+
[preset.1.options]
40+
41+
custom_template/debug=""
42+
custom_template/release=""
43+
binary_format/64_bits=true
44+
binary_format/embed_pck=false
45+
texture_format/bptc=false
46+
texture_format/s3tc=true
47+
texture_format/etc=false
48+
texture_format/etc2=false
49+
texture_format/no_bptc_fallbacks=true
50+
codesign/enable=false
51+
codesign/identity=""
52+
codesign/password=""
53+
codesign/timestamp=true
54+
codesign/timestamp_server_url=""
55+
codesign/digest_algorithm=1
56+
codesign/description=""
57+
codesign/custom_options=PoolStringArray( )
58+
application/icon=""
59+
application/file_version=""
60+
application/product_version=""
61+
application/company_name=""
62+
application/product_name=""
63+
application/file_description=""
64+
application/copyright=""
65+
application/trademarks=""

0 commit comments

Comments
 (0)