Use 128×128 WebP icons for all demos (#885)

This commit is contained in:
Hugo Locurcio
2023-03-29 18:59:57 +02:00
committed by GitHub
parent 4bbf04129a
commit 63d1cd9a60
468 changed files with 3096 additions and 3229 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@@ -2,23 +2,23 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://p4sshn67o4v6"
path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"
uid="uid://brwp8bimc75uu"
path="res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://icon.png"
dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"]
source_file="res://icon.webp"
dest_files=["res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/bptc_ldr=0
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false

View File

@@ -15,7 +15,7 @@ config/description="This demo demonstrates how to use ResourceLoader for backgro
run/main_scene="res://load_threaded.tscn"
config/features=PackedStringArray("4.0")
run/low_processor_mode=true
config/icon="res://icon.png"
config/icon="res://icon.webp"
[display]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 383 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 B

View File

@@ -2,23 +2,23 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://y4rcaycsgn4r"
path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"
uid="uid://brwp8bimc75uu"
path="res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://icon.png"
dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"]
source_file="res://icon.webp"
dest_files=["res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/bptc_ldr=0
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false

View File

@@ -34,7 +34,7 @@ For more information, see this documentation article:
https://docs.godotengine.org/en/latest/tutorials/io/saving_games.html"
run/main_scene="res://save_load.tscn"
config/features=PackedStringArray("4.0")
config/icon="res://icon.png"
config/icon="res://icon.webp"
[display]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

BIN
loading/threads/icon.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -2,23 +2,23 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://c0sgldp81v2h7"
path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"
uid="uid://brwp8bimc75uu"
path="res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://icon.png"
dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"]
source_file="res://icon.webp"
dest_files=["res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/bptc_ldr=0
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false

View File

@@ -15,7 +15,7 @@ config/description="An example using a thread to load an image."
run/main_scene="res://thread.tscn"
config/features=PackedStringArray("4.0")
run/low_processor_mode=true
config/icon="res://icon.png"
config/icon="res://icon.webp"
run/stretch/aspect="expand"
run/stretch/mode="canvas_items"