Skip to content

Commit

Permalink
Tweak: added app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
haaspt committed Apr 28, 2019
1 parent 1118d44 commit ae7c46c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Binary file removed icon.png
Binary file not shown.
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ _global_script_class_icons={

config/name="Asteroids"
run/main_scene="res://scenes/Main.tscn"
config/icon="res://icon.png"
config/icon="res://sprites/ship_icon.png"

[display]

Expand Down
Binary file added sprites/ship_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions icon.png.import → sprites/ship_icon.png.import
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

importer="texture"
type="StreamTexture"
path="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"
path="res://.import/ship_icon.png-d9ad90fce1a2145099190c8e2eb42cd5.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://icon.png"
dest_files=[ "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" ]
source_file="res://sprites/ship_icon.png"
dest_files=[ "res://.import/ship_icon.png-d9ad90fce1a2145099190c8e2eb42cd5.stex" ]

[params]

Expand All @@ -20,7 +20,7 @@ compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
Expand All @@ -30,5 +30,5 @@ process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
detect_3d=false
svg/scale=1.0

0 comments on commit ae7c46c

Please sign in to comment.