Skip to content

Commit

Permalink
Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
hepfnepf committed Oct 23, 2021
1 parent 09d5daa commit 9576af3
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 1 deletion.
Binary file added Icon.ico
Binary file not shown.
Binary file added Scenes/Enemys/Icon.ico
Binary file not shown.
41 changes: 41 additions & 0 deletions export_presets.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
[preset.0]

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

[preset.0.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_type=0
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=""
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ _global_script_class_icons={
config/name="TopDownExperiment"
run/main_scene="res://Scenes/Game.tscn"
config/icon="res://Icon2.png"
config/windows_native_icon="res://Icon.ico"

[autoload]

Expand All @@ -55,7 +56,6 @@ SaveManager="*res://Scripts/SaveManager.gd"

[display]

window/size/width=1536
window/size/height=900
window/stretch/mode="2d"

Expand Down

0 comments on commit 9576af3

Please sign in to comment.