mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-05 07:20:07 +01:00
Use 128×128 WebP icons for all demos (#885)
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 465 B |
BIN
networking/multiplayer_pong/icon.webp
Normal file
BIN
networking/multiplayer_pong/icon.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
@@ -2,23 +2,23 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://djyutu2uyhiw7"
|
||||
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
|
||||
@@ -16,7 +16,7 @@ One of the players should press 'host', while the
|
||||
other should select the address and press 'join'."
|
||||
run/main_scene="res://lobby.tscn"
|
||||
config/features=PackedStringArray("4.0")
|
||||
config/icon="res://icon.png"
|
||||
config/icon="res://icon.webp"
|
||||
|
||||
[display]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user