From 5b9fd9229da5719da076f3d6d3453c745a60796e Mon Sep 17 00:00:00 2001 From: vaporvee Date: Sun, 11 Dec 2022 21:59:36 +0100 Subject: [PATCH] changed icon --- icon.svg | 1 - icon.svg.import | 37 ------------------------------------- project.godot | 2 +- 3 files changed, 1 insertion(+), 39 deletions(-) delete mode 100644 icon.svg delete mode 100644 icon.svg.import diff --git a/icon.svg b/icon.svg deleted file mode 100644 index adc26df..0000000 --- a/icon.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/icon.svg.import b/icon.svg.import deleted file mode 100644 index 237d253..0000000 --- a/icon.svg.import +++ /dev/null @@ -1,37 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c31svbjao0smt" -path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://icon.svg" -dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"] - -[params] - -compress/mode=0 -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/bptc_ldr=0 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 -svg/scale=1.0 -editor/scale_with_editor_scale=false -editor/convert_colors_with_editor_theme=false diff --git a/project.godot b/project.godot index b41f90b..019643c 100644 --- a/project.godot +++ b/project.godot @@ -13,7 +13,7 @@ config_version=5 config/name="RPG Test gd4" run/main_scene="res://scenes/main.tscn" config/features=PackedStringArray("4.0", "C#", "Forward Plus") -config/icon="res://icon.svg" +config/icon="res://assets/textures/debug/dummy-player-normal.png" [autoload]