diff --git a/2d/bullet_shower/bullet.png.import b/2d/bullet_shower/bullet.png.import index d5c2702c..480819e5 100644 --- a/2d/bullet_shower/bullet.png.import +++ b/2d/bullet_shower/bullet.png.import @@ -16,9 +16,9 @@ dest_files=["res://.godot/imported/bullet.png-ff1424653e10246c11e3724e402c519e.c [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 diff --git a/2d/bullet_shower/face_happy.png.import b/2d/bullet_shower/face_happy.png.import index 029b4614..3f1a7684 100644 --- a/2d/bullet_shower/face_happy.png.import +++ b/2d/bullet_shower/face_happy.png.import @@ -16,9 +16,9 @@ dest_files=["res://.godot/imported/face_happy.png-38d387d31ec13459f749c93ce3d75d [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 diff --git a/2d/bullet_shower/face_sad.png.import b/2d/bullet_shower/face_sad.png.import index 840f6ee6..d3795d37 100644 --- a/2d/bullet_shower/face_sad.png.import +++ b/2d/bullet_shower/face_sad.png.import @@ -16,9 +16,9 @@ dest_files=["res://.godot/imported/face_sad.png-0ac7165eab24f595aba17a746a66c550 [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 diff --git a/2d/bullet_shower/icon.png b/2d/bullet_shower/icon.png deleted file mode 100644 index bc289228..00000000 Binary files a/2d/bullet_shower/icon.png and /dev/null differ diff --git a/2d/bullet_shower/icon.png.import b/2d/bullet_shower/icon.png.import deleted file mode 100644 index 280143a4..00000000 --- a/2d/bullet_shower/icon.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c8w03v671qh3y" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.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 diff --git a/2d/bullet_shower/icon.webp b/2d/bullet_shower/icon.webp new file mode 100644 index 00000000..74ac6fba Binary files /dev/null and b/2d/bullet_shower/icon.webp differ diff --git a/2d/finite_state_machine/icon.png.import b/2d/bullet_shower/icon.webp.import similarity index 70% rename from 2d/finite_state_machine/icon.png.import rename to 2d/bullet_shower/icon.webp.import index 05d4c7d8..cc29159c 100644 --- a/2d/finite_state_machine/icon.png.import +++ b/2d/bullet_shower/icon.webp.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cmdjuhfejngkf" -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] diff --git a/2d/bullet_shower/project.godot b/2d/bullet_shower/project.godot index bd20f848..4f5b6e8a 100644 --- a/2d/bullet_shower/project.godot +++ b/2d/bullet_shower/project.godot @@ -8,16 +8,13 @@ config_version=5 -_global_script_classes=[] -_global_script_class_icons={} - [application] config/name="Bullet Shower" config/description="Demonstrates how to manage large amounts of objects efficiently using low-level Servers." run/main_scene="res://shower.tscn" config/features=PackedStringArray("4.0") -config/icon="res://icon.png" +config/icon="res://icon.webp" [display] diff --git a/2d/bullet_shower/shower.tscn b/2d/bullet_shower/shower.tscn index 80231f0a..ce601608 100644 --- a/2d/bullet_shower/shower.tscn +++ b/2d/bullet_shower/shower.tscn @@ -7,7 +7,13 @@ [sub_resource type="SpriteFrames" id="1"] animations = [{ -"frames": [ExtResource("3"), ExtResource("4")], +"frames": [{ +"duration": 1.0, +"texture": ExtResource("3") +}, { +"duration": 1.0, +"texture": ExtResource("4") +}], "loop": true, "name": &"default", "speed": 5.0 @@ -25,7 +31,7 @@ script = ExtResource("2") script = ExtResource("5") [node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="Player"] -frames = SubResource("1") +sprite_frames = SubResource("1") [node name="CollisionShape2D" type="CollisionShape2D" parent="Player"] shape = SubResource("2") diff --git a/2d/dodge_the_creeps/icon.png b/2d/dodge_the_creeps/icon.png deleted file mode 100644 index d1e35a07..00000000 Binary files a/2d/dodge_the_creeps/icon.png and /dev/null differ diff --git a/2d/dodge_the_creeps/icon.webp b/2d/dodge_the_creeps/icon.webp new file mode 100644 index 00000000..29d09374 Binary files /dev/null and b/2d/dodge_the_creeps/icon.webp differ diff --git a/2d/isometric/icon.png.import b/2d/dodge_the_creeps/icon.webp.import similarity index 70% rename from 2d/isometric/icon.png.import rename to 2d/dodge_the_creeps/icon.webp.import index d53df211..cc29159c 100644 --- a/2d/isometric/icon.png.import +++ b/2d/dodge_the_creeps/icon.webp.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cyuecw0rd5i3y" -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] diff --git a/2d/dodge_the_creeps/project.godot b/2d/dodge_the_creeps/project.godot index 2c3b9878..aa0220c1 100644 --- a/2d/dodge_the_creeps/project.godot +++ b/2d/dodge_the_creeps/project.godot @@ -19,7 +19,7 @@ tutorial in the documentation. For more details, consider following the tutorial in the documentation." run/main_scene="res://Main.tscn" config/features=PackedStringArray("4.0") -config/icon="res://icon.png" +config/icon="res://icon.webp" [debug] diff --git a/2d/finite_state_machine/icon.png b/2d/finite_state_machine/icon.png deleted file mode 100644 index 2edde60d..00000000 Binary files a/2d/finite_state_machine/icon.png and /dev/null differ diff --git a/2d/finite_state_machine/icon.webp b/2d/finite_state_machine/icon.webp new file mode 100644 index 00000000..be13e88f Binary files /dev/null and b/2d/finite_state_machine/icon.webp differ diff --git a/2d/navigation_astar/icon.png.import b/2d/finite_state_machine/icon.webp.import similarity index 70% rename from 2d/navigation_astar/icon.png.import rename to 2d/finite_state_machine/icon.webp.import index b88c0877..cc29159c 100644 --- a/2d/navigation_astar/icon.png.import +++ b/2d/finite_state_machine/icon.webp.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://mra54hir677u" -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] diff --git a/2d/finite_state_machine/project.godot b/2d/finite_state_machine/project.godot index 57681cac..c3f8ffc6 100644 --- a/2d/finite_state_machine/project.godot +++ b/2d/finite_state_machine/project.godot @@ -16,7 +16,7 @@ pattern in GDscript, including Hierarchical States, and a pushdown automaton." run/main_scene="res://Demo.tscn" config/features=PackedStringArray("4.0") -config/icon="res://icon.png" +config/icon="res://icon.webp" [display] diff --git a/2d/glow/icon.png b/2d/glow/icon.png deleted file mode 100644 index 1b59418a..00000000 Binary files a/2d/glow/icon.png and /dev/null differ diff --git a/2d/glow/icon.png.import b/2d/glow/icon.png.import deleted file mode 100644 index d17199e9..00000000 --- a/2d/glow/icon.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bsjtxyyenw6db" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.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 diff --git a/2d/glow/icon.webp b/2d/glow/icon.webp new file mode 100644 index 00000000..fb272c35 Binary files /dev/null and b/2d/glow/icon.webp differ diff --git a/2d/dodge_the_creeps/icon.png.import b/2d/glow/icon.webp.import similarity index 70% rename from 2d/dodge_the_creeps/icon.png.import rename to 2d/glow/icon.webp.import index 3b712cb5..cc29159c 100644 --- a/2d/dodge_the_creeps/icon.png.import +++ b/2d/glow/icon.webp.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://brsl7ypls5f57" -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] diff --git a/2d/glow/project.godot b/2d/glow/project.godot index b5784875..5961bdeb 100644 --- a/2d/glow/project.godot +++ b/2d/glow/project.godot @@ -16,7 +16,7 @@ config/description="This showcases how to use glow in a 2D game via the WorldEnv Slide the cave image left and right to observe the glow effect at work." run/main_scene="res://beach_cave.tscn" config/features=PackedStringArray("4.0") -config/icon="res://icon.png" +config/icon="res://icon.webp" run/name="" [display] diff --git a/2d/hexagonal_map/icon.png b/2d/hexagonal_map/icon.png deleted file mode 100644 index 028704f5..00000000 Binary files a/2d/hexagonal_map/icon.png and /dev/null differ diff --git a/2d/hexagonal_map/icon.png.import b/2d/hexagonal_map/icon.png.import deleted file mode 100644 index ae055d1a..00000000 --- a/2d/hexagonal_map/icon.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ddqj5gbtw2cxw" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.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 diff --git a/2d/hexagonal_map/icon.webp b/2d/hexagonal_map/icon.webp new file mode 100644 index 00000000..fac317f4 Binary files /dev/null and b/2d/hexagonal_map/icon.webp differ diff --git a/2d/hexagonal_map/icon.webp.import b/2d/hexagonal_map/icon.webp.import new file mode 100644 index 00000000..cc29159c --- /dev/null +++ b/2d/hexagonal_map/icon.webp.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://brwp8bimc75uu" +path="res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +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/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 diff --git a/2d/hexagonal_map/project.godot b/2d/hexagonal_map/project.godot index b0da59c3..96761714 100644 --- a/2d/hexagonal_map/project.godot +++ b/2d/hexagonal_map/project.godot @@ -14,7 +14,7 @@ config/name="Hexagonal Game" config/description="Very simple demo showing a hexagonal TileMap and TileSet." run/main_scene="res://map.tscn" config/features=PackedStringArray("4.0") -config/icon="res://icon.png" +config/icon="res://icon.webp" [display] diff --git a/2d/instancing/icon.png b/2d/instancing/icon.png deleted file mode 100644 index 82ed6cca..00000000 Binary files a/2d/instancing/icon.png and /dev/null differ diff --git a/2d/instancing/icon.png.import b/2d/instancing/icon.png.import deleted file mode 100644 index eaff2b83..00000000 --- a/2d/instancing/icon.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://brbriwsl8w3bw" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.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 diff --git a/2d/instancing/icon.webp b/2d/instancing/icon.webp new file mode 100644 index 00000000..d3241480 Binary files /dev/null and b/2d/instancing/icon.webp differ diff --git a/2d/instancing/icon.webp.import b/2d/instancing/icon.webp.import new file mode 100644 index 00000000..cc29159c --- /dev/null +++ b/2d/instancing/icon.webp.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://brwp8bimc75uu" +path="res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +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/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 diff --git a/2d/instancing/project.godot b/2d/instancing/project.godot index b93a075b..9c589d53 100644 --- a/2d/instancing/project.godot +++ b/2d/instancing/project.godot @@ -15,7 +15,7 @@ config/description="A demo showing how to use scene instancing to make many duplicates of the same object." run/main_scene="res://scene_instancing.tscn" config/features=PackedStringArray("4.0") -config/icon="res://icon.png" +config/icon="res://icon.webp" [display] diff --git a/2d/isometric/icon.png b/2d/isometric/icon.png deleted file mode 100644 index 7e4eea54..00000000 Binary files a/2d/isometric/icon.png and /dev/null differ diff --git a/2d/isometric/icon.webp b/2d/isometric/icon.webp new file mode 100644 index 00000000..97de45bc Binary files /dev/null and b/2d/isometric/icon.webp differ diff --git a/2d/isometric/icon.webp.import b/2d/isometric/icon.webp.import new file mode 100644 index 00000000..cc29159c --- /dev/null +++ b/2d/isometric/icon.webp.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://brwp8bimc75uu" +path="res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +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/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 diff --git a/2d/isometric/project.godot b/2d/isometric/project.godot index 89b719f6..e281c403 100644 --- a/2d/isometric/project.godot +++ b/2d/isometric/project.godot @@ -17,7 +17,7 @@ A character can move around the level and will also slide around objects, as well as be occluded when standing in front or behind them." run/main_scene="res://dungeon.tscn" config/features=PackedStringArray("4.0") -config/icon="res://icon.png" +config/icon="res://icon.webp" [display] diff --git a/2d/kinematic_character/icon.png b/2d/kinematic_character/icon.png deleted file mode 100644 index 41e1f86b..00000000 Binary files a/2d/kinematic_character/icon.png and /dev/null differ diff --git a/2d/kinematic_character/icon.png.import b/2d/kinematic_character/icon.png.import deleted file mode 100644 index 6d6a9c9c..00000000 --- a/2d/kinematic_character/icon.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bpov140lx7at3" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.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 diff --git a/2d/kinematic_character/icon.webp b/2d/kinematic_character/icon.webp new file mode 100644 index 00000000..baf214f7 Binary files /dev/null and b/2d/kinematic_character/icon.webp differ diff --git a/2d/kinematic_character/icon.webp.import b/2d/kinematic_character/icon.webp.import new file mode 100644 index 00000000..cc29159c --- /dev/null +++ b/2d/kinematic_character/icon.webp.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://brwp8bimc75uu" +path="res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +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/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 diff --git a/2d/kinematic_character/project.godot b/2d/kinematic_character/project.godot index 30d050f2..5c00c108 100644 --- a/2d/kinematic_character/project.godot +++ b/2d/kinematic_character/project.godot @@ -16,7 +16,7 @@ CharacterBody2D. The character moves around, is affected by moving platforms, can jump through one-way collision platforms, etc." run/main_scene="res://world.tscn" config/features=PackedStringArray("4.0") -config/icon="res://icon.png" +config/icon="res://icon.webp" [display] diff --git a/2d/light2d_as_mask/icon.png b/2d/light2d_as_mask/icon.png deleted file mode 100644 index b7089faa..00000000 Binary files a/2d/light2d_as_mask/icon.png and /dev/null differ diff --git a/2d/light2d_as_mask/icon.png.import b/2d/light2d_as_mask/icon.png.import deleted file mode 100644 index 78d7e81b..00000000 --- a/2d/light2d_as_mask/icon.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://1obhenjndqh" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.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 diff --git a/2d/light2d_as_mask/icon.webp b/2d/light2d_as_mask/icon.webp new file mode 100644 index 00000000..d7109633 Binary files /dev/null and b/2d/light2d_as_mask/icon.webp differ diff --git a/2d/light2d_as_mask/icon.webp.import b/2d/light2d_as_mask/icon.webp.import new file mode 100644 index 00000000..cc29159c --- /dev/null +++ b/2d/light2d_as_mask/icon.webp.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://brwp8bimc75uu" +path="res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +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/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 diff --git a/2d/light2d_as_mask/project.godot b/2d/light2d_as_mask/project.godot index 3d6d3fb5..149c21ff 100644 --- a/2d/light2d_as_mask/project.godot +++ b/2d/light2d_as_mask/project.godot @@ -14,7 +14,7 @@ config/name="2D Lights as Mask" config/description="Example of how to use 2D lights to mask objects on screen." run/main_scene="res://lightmask.tscn" config/features=PackedStringArray("4.0") -config/icon="res://icon.png" +config/icon="res://icon.webp" [display] diff --git a/2d/lights_and_shadows/background.png.import b/2d/lights_and_shadows/background.png.import index 64eae3e5..e4d9be04 100644 --- a/2d/lights_and_shadows/background.png.import +++ b/2d/lights_and_shadows/background.png.import @@ -16,9 +16,9 @@ dest_files=["res://.godot/imported/background.png-98289422cd7d93003950872a7b9702 [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 diff --git a/2d/lights_and_shadows/caster.png.import b/2d/lights_and_shadows/caster.png.import index 41c26eda..9daa31e3 100644 --- a/2d/lights_and_shadows/caster.png.import +++ b/2d/lights_and_shadows/caster.png.import @@ -16,9 +16,9 @@ dest_files=["res://.godot/imported/caster.png-67727cb056b9e0209664a84f1653a25a.c [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 diff --git a/2d/lights_and_shadows/godot.png.import b/2d/lights_and_shadows/godot.png.import index 4082c93c..4579facf 100644 --- a/2d/lights_and_shadows/godot.png.import +++ b/2d/lights_and_shadows/godot.png.import @@ -16,9 +16,9 @@ dest_files=["res://.godot/imported/godot.png-5e0da45ed3d6786d5794553e04f58a8c.ct [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 diff --git a/2d/lights_and_shadows/godot_normal.png.import b/2d/lights_and_shadows/godot_normal.png.import index b10a8f7c..d55ac6ef 100644 --- a/2d/lights_and_shadows/godot_normal.png.import +++ b/2d/lights_and_shadows/godot_normal.png.import @@ -16,9 +16,9 @@ dest_files=["res://.godot/imported/godot_normal.png-7f91d6bfda6a23aaa1320ed999c2 [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 diff --git a/2d/lights_and_shadows/icon.png b/2d/lights_and_shadows/icon.png deleted file mode 100644 index 25b09b64..00000000 Binary files a/2d/lights_and_shadows/icon.png and /dev/null differ diff --git a/2d/lights_and_shadows/icon.png.import b/2d/lights_and_shadows/icon.png.import deleted file mode 100644 index 48fa6200..00000000 --- a/2d/lights_and_shadows/icon.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://byckt0v7uvncx" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.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 diff --git a/2d/lights_and_shadows/icon.webp b/2d/lights_and_shadows/icon.webp new file mode 100644 index 00000000..2d44fa17 Binary files /dev/null and b/2d/lights_and_shadows/icon.webp differ diff --git a/2d/lights_and_shadows/icon.webp.import b/2d/lights_and_shadows/icon.webp.import new file mode 100644 index 00000000..cc29159c --- /dev/null +++ b/2d/lights_and_shadows/icon.webp.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://brwp8bimc75uu" +path="res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +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/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 diff --git a/2d/lights_and_shadows/light.png.import b/2d/lights_and_shadows/light.png.import index d10308ea..f6bbaa61 100644 --- a/2d/lights_and_shadows/light.png.import +++ b/2d/lights_and_shadows/light.png.import @@ -16,9 +16,9 @@ dest_files=["res://.godot/imported/light.png-06e94102f0cce323cff7daad56cf3030.ct [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 diff --git a/2d/lights_and_shadows/project.godot b/2d/lights_and_shadows/project.godot index 6088ff82..d59a004a 100644 --- a/2d/lights_and_shadows/project.godot +++ b/2d/lights_and_shadows/project.godot @@ -15,7 +15,7 @@ config/description="Simple demo of 2D lights and shadows, using PointLight2D and LightOccluder2D." run/main_scene="res://light_shadows.tscn" config/features=PackedStringArray("4.0") -config/icon="res://icon.png" +config/icon="res://icon.webp" [display] @@ -27,21 +27,21 @@ window/stretch/aspect="expand" toggle_directional_light={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null) ] } toggle_point_lights={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":80,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":80,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null) ] } cycle_directional_light_shadows_quality={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":83,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":83,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null) ] } cycle_point_light_shadows_quality={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":72,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":72,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null) ] } diff --git a/2d/lights_and_shadows/spot.png.import b/2d/lights_and_shadows/spot.png.import index bcae2bad..4477ae9b 100644 --- a/2d/lights_and_shadows/spot.png.import +++ b/2d/lights_and_shadows/spot.png.import @@ -16,9 +16,9 @@ dest_files=["res://.godot/imported/spot.png-36b4dfbff4efeea17ec3137d266ffc4a.cte [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 diff --git a/2d/navigation/icon.png b/2d/navigation/icon.png deleted file mode 100644 index 1a93bea3..00000000 Binary files a/2d/navigation/icon.png and /dev/null differ diff --git a/2d/navigation/icon.png.import b/2d/navigation/icon.png.import deleted file mode 100644 index 5ca51d55..00000000 --- a/2d/navigation/icon.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://2ft5n3ts7upn" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.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 diff --git a/2d/navigation/icon.webp b/2d/navigation/icon.webp new file mode 100644 index 00000000..ba9523e4 Binary files /dev/null and b/2d/navigation/icon.webp differ diff --git a/2d/navigation/icon.webp.import b/2d/navigation/icon.webp.import new file mode 100644 index 00000000..cc29159c --- /dev/null +++ b/2d/navigation/icon.webp.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://brwp8bimc75uu" +path="res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +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/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 diff --git a/2d/navigation/project.godot b/2d/navigation/project.godot index f22cb1c6..6ca9924b 100644 --- a/2d/navigation/project.godot +++ b/2d/navigation/project.godot @@ -16,7 +16,7 @@ NavigationPolygonInstance node. It uses the 2D navigation API to request a path between two points, and then traverses the resulting path." run/main_scene="res://level.tscn" config/features=PackedStringArray("4.0") -config/icon="res://icon.png" +config/icon="res://icon.webp" [display] diff --git a/2d/navigation_astar/icon.png b/2d/navigation_astar/icon.png deleted file mode 100644 index ed470195..00000000 Binary files a/2d/navigation_astar/icon.png and /dev/null differ diff --git a/2d/navigation_astar/icon.webp b/2d/navigation_astar/icon.webp new file mode 100644 index 00000000..3cb5d82e Binary files /dev/null and b/2d/navigation_astar/icon.webp differ diff --git a/2d/navigation_astar/icon.webp.import b/2d/navigation_astar/icon.webp.import new file mode 100644 index 00000000..cc29159c --- /dev/null +++ b/2d/navigation_astar/icon.webp.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://brwp8bimc75uu" +path="res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +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/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 diff --git a/2d/navigation_astar/project.godot b/2d/navigation_astar/project.godot index ee0156d2..7013af9a 100644 --- a/2d/navigation_astar/project.godot +++ b/2d/navigation_astar/project.godot @@ -15,7 +15,7 @@ config/description="This is an example of using AStarGrid2D for navigation in 2D complete with Steering Behaviors in order to smooth the movement out." run/main_scene="res://game.tscn" config/features=PackedStringArray("4.0") -config/icon="res://icon.png" +config/icon="res://icon.webp" [display] diff --git a/2d/particles/icon.png b/2d/particles/icon.png deleted file mode 100644 index 298aef2d..00000000 Binary files a/2d/particles/icon.png and /dev/null differ diff --git a/2d/particles/icon.png.import b/2d/particles/icon.png.import deleted file mode 100644 index 07616b4d..00000000 --- a/2d/particles/icon.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c61wmjrccvfi4" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.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 diff --git a/2d/particles/icon.webp b/2d/particles/icon.webp new file mode 100644 index 00000000..18526c04 Binary files /dev/null and b/2d/particles/icon.webp differ diff --git a/2d/particles/icon.webp.import b/2d/particles/icon.webp.import new file mode 100644 index 00000000..cc29159c --- /dev/null +++ b/2d/particles/icon.webp.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://brwp8bimc75uu" +path="res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +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/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 diff --git a/2d/particles/project.godot b/2d/particles/project.godot index 4322bb59..3cb20155 100644 --- a/2d/particles/project.godot +++ b/2d/particles/project.godot @@ -14,7 +14,7 @@ config/name="2D GPUParticles3D" config/description="This demo showcases how 2D particle systems work in Godot." run/main_scene="res://particles.tscn" config/features=PackedStringArray("4.0") -config/icon="res://icon.png" +config/icon="res://icon.webp" [display] diff --git a/2d/physics_tests/assets/texture/godot-head.png.import b/2d/physics_tests/assets/texture/godot-head.png.import index 295126dc..eb9b7565 100644 --- a/2d/physics_tests/assets/texture/godot-head.png.import +++ b/2d/physics_tests/assets/texture/godot-head.png.import @@ -16,9 +16,9 @@ dest_files=["res://.godot/imported/godot-head.png-6a90da7ab6a8c80b4170f240c8e33e [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 diff --git a/2d/physics_tests/assets/tileset/tiles_demo.png.import b/2d/physics_tests/assets/tileset/tiles_demo.png.import index 91103831..f1b85d4b 100644 --- a/2d/physics_tests/assets/tileset/tiles_demo.png.import +++ b/2d/physics_tests/assets/tileset/tiles_demo.png.import @@ -16,9 +16,9 @@ dest_files=["res://.godot/imported/tiles_demo.png-4d398d5cc02bc85a2809dc13fbc9a3 [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 diff --git a/2d/physics_tests/icon.png b/2d/physics_tests/icon.png deleted file mode 100644 index 52ef6c0c..00000000 Binary files a/2d/physics_tests/icon.png and /dev/null differ diff --git a/2d/physics_tests/icon.png.import b/2d/physics_tests/icon.png.import deleted file mode 100644 index 40006724..00000000 --- a/2d/physics_tests/icon.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cpps5r8o4dfwo" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.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 diff --git a/2d/physics_tests/icon.webp b/2d/physics_tests/icon.webp new file mode 100644 index 00000000..bab9a126 Binary files /dev/null and b/2d/physics_tests/icon.webp differ diff --git a/2d/physics_tests/icon.webp.import b/2d/physics_tests/icon.webp.import new file mode 100644 index 00000000..cc29159c --- /dev/null +++ b/2d/physics_tests/icon.webp.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://brwp8bimc75uu" +path="res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +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/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 diff --git a/2d/physics_tests/project.godot b/2d/physics_tests/project.godot index 08ebab07..915d53e7 100644 --- a/2d/physics_tests/project.godot +++ b/2d/physics_tests/project.godot @@ -8,34 +8,12 @@ config_version=5 -_global_script_classes=[{ -"base": "MenuButton", -"class": &"OptionMenu", -"language": &"GDScript", -"path": "res://utils/option_menu.gd" -}, { -"base": "Node2D", -"class": &"Test", -"language": &"GDScript", -"path": "res://test.gd" -}, { -"base": "Test", -"class": &"TestCharacter", -"language": &"GDScript", -"path": "res://tests/functional/test_character.gd" -}] -_global_script_class_icons={ -"OptionMenu": "", -"Test": "", -"TestCharacter": "" -} - [application] config/name="2D Physics Tests" run/main_scene="res://main.tscn" config/features=PackedStringArray("4.0") -config/icon="res://icon.png" +config/icon="res://icon.webp" [autoload] @@ -67,45 +45,45 @@ ui_down={ } toggle_full_screen={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":70,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":70,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null) ] } exit={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777217,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777217,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null) ] } toggle_debug_collision={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":67,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":67,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null) ] } restart_test={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":82,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":82,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null) ] } toggle_pause={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":80,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":80,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null) ] } character_left={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777231,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null) ] } character_right={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777233,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null) ] } character_jump={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":16777232,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null) ] } diff --git a/2d/physics_tests/test.gd b/2d/physics_tests/test.gd index 2c58081e..1cbcf8e3 100644 --- a/2d/physics_tests/test.gd +++ b/2d/physics_tests/test.gd @@ -90,7 +90,7 @@ func create_rigidbody_box(size, pickable = false, use_icon = false, shape_transf var body = create_rigidbody(shape, pickable, shape_transform) if use_icon: - var texture = load("res://icon.png") + var texture = load("res://icon.webp") var icon = Sprite2D.new() icon.texture = texture icon.scale = size / texture.get_size() diff --git a/2d/physics_tests/tests/functional/test_one_way_collision.tscn b/2d/physics_tests/tests/functional/test_one_way_collision.tscn index 6293aede..5f877c10 100644 --- a/2d/physics_tests/tests/functional/test_one_way_collision.tscn +++ b/2d/physics_tests/tests/functional/test_one_way_collision.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=9 format=3 uid="uid://c85275leeliuq"] [ext_resource type="Script" path="res://tests/functional/test_one_way_collision.gd" id="1"] -[ext_resource type="Texture2D" uid="uid://cpps5r8o4dfwo" path="res://icon.png" id="2"] +[ext_resource type="Texture2D" uid="uid://cpps5r8o4dfwo" path="res://icon.webp" id="2"] [ext_resource type="PackedScene" uid="uid://blh3twy74kbkv" path="res://tests/test_options.tscn" id="3"] [ext_resource type="Script" path="res://utils/label_slider_value.gd" id="4"] [ext_resource type="Script" path="res://utils/slider.gd" id="5"] diff --git a/2d/pong/icon.png b/2d/pong/icon.png deleted file mode 100644 index b62e834e..00000000 Binary files a/2d/pong/icon.png and /dev/null differ diff --git a/2d/pong/icon.png.import b/2d/pong/icon.png.import deleted file mode 100644 index 2f7ca52f..00000000 --- a/2d/pong/icon.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b8ahegbmdpvli" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.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 diff --git a/2d/pong/icon.webp b/2d/pong/icon.webp new file mode 100644 index 00000000..c569be3c Binary files /dev/null and b/2d/pong/icon.webp differ diff --git a/2d/pong/icon.webp.import b/2d/pong/icon.webp.import new file mode 100644 index 00000000..cc29159c --- /dev/null +++ b/2d/pong/icon.webp.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://brwp8bimc75uu" +path="res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +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/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 diff --git a/2d/pong/project.godot b/2d/pong/project.godot index 53794a0d..818602bd 100644 --- a/2d/pong/project.godot +++ b/2d/pong/project.godot @@ -15,7 +15,7 @@ config/description="A simple Pong game. This demo shows best practices for game development in Godot, including signals." run/main_scene="pong.tscn" config/features=PackedStringArray("4.0") -config/icon="res://icon.png" +config/icon="res://icon.webp" [display] diff --git a/2d/role_playing_game/Game.tscn b/2d/role_playing_game/Game.tscn index 15157ad2..a3382137 100644 --- a/2d/role_playing_game/Game.tscn +++ b/2d/role_playing_game/Game.tscn @@ -1,17 +1,17 @@ -[gd_scene load_steps=5 format=2] +[gd_scene load_steps=6 format=3 uid="uid://dlec1sr72eb72"] -[ext_resource path="res://Game.gd" type="Script" id=1] -[ext_resource path="res://combat/Combat.tscn" type="PackedScene" id=2] -[ext_resource path="res://grid_movement/Exploration.tscn" type="PackedScene" id=3] +[ext_resource type="Script" path="res://Game.gd" id="1"] +[ext_resource type="PackedScene" path="res://combat/Combat.tscn" id="2"] +[ext_resource type="PackedScene" path="res://grid_movement/Exploration.tscn" id="3"] -[sub_resource type="Animation" id=1] +[sub_resource type="Animation" id="1"] length = 0.5 tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true tracks/0/path = NodePath("Transition/ColorRect:color") tracks/0/interp = 1 tracks/0/loop_wrap = true -tracks/0/imported = false -tracks/0/enabled = true tracks/0/keys = { "times": PackedFloat32Array(0, 0.5), "transitions": PackedFloat32Array(1, 1), @@ -19,30 +19,34 @@ tracks/0/keys = { "values": [Color(0.0703125, 0.0703125, 0.0703125, 0), Color(0.0703125, 0.0703125, 0.0703125, 1)] } +[sub_resource type="AnimationLibrary" id="AnimationLibrary_fep1f"] +_data = { +"fade": SubResource("1") +} + [node name="Game" type="Node"] -script = ExtResource( 1 ) +script = ExtResource("1") combat_screen = NodePath("Combat") exploration_screen = NodePath("Exploration") [node name="AnimationPlayer" type="AnimationPlayer" parent="."] -anims/fade = SubResource( 1 ) +libraries = { +"": SubResource("AnimationLibrary_fep1f") +} [node name="Transition" type="CanvasLayer" parent="."] [node name="ColorRect" type="ColorRect" parent="Transition"] +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 mouse_filter = 1 color = Color(0.0703125, 0.0703125, 0.0703125, 0) -__meta__ = { -"_edit_use_anchors_": false -} -[node name="Combat" parent="." instance=ExtResource( 2 )] +[node name="Combat" parent="." instance=ExtResource("2")] visible = false -[node name="Exploration" parent="." instance=ExtResource( 3 )] +[node name="Exploration" parent="." instance=ExtResource("3")] [node name="Camera2D" type="Camera2D" parent="."] offset = Vector2(640, 360) -current = true diff --git a/2d/role_playing_game/combat/combatants/Combatant.tscn b/2d/role_playing_game/combat/combatants/Combatant.tscn index 49f29f47..8469e100 100644 --- a/2d/role_playing_game/combat/combatants/Combatant.tscn +++ b/2d/role_playing_game/combat/combatants/Combatant.tscn @@ -1,15 +1,12 @@ -[gd_scene load_steps=4 format=2] +[gd_scene load_steps=3 format=3 uid="uid://4q6jsuyfs623"] -[ext_resource path="res://combat/combatants/Combatant.gd" type="Script" id=1] -[ext_resource path="res://combat/combatants/Health.gd" type="Script" id=2] -[ext_resource path="res://combat/combatants/sprites/Sprite2D.tscn" type="PackedScene" id=3] +[ext_resource type="Script" path="res://combat/combatants/Combatant.gd" id="1"] +[ext_resource type="Script" path="res://combat/combatants/Health.gd" id="2"] [node name="Combatant" type="Node2D"] -script = ExtResource( 1 ) +script = ExtResource("1") damage = 2 [node name="Health" type="Node" parent="."] -script = ExtResource( 2 ) +script = ExtResource("2") life = 10 - -[node name="Sprite2D" parent="." instance=ExtResource( 3 )] diff --git a/2d/role_playing_game/combat/combatants/sprites/blue.png.import b/2d/role_playing_game/combat/combatants/sprites/blue.png.import index 2020a2c6..51740190 100644 --- a/2d/role_playing_game/combat/combatants/sprites/blue.png.import +++ b/2d/role_playing_game/combat/combatants/sprites/blue.png.import @@ -16,9 +16,9 @@ dest_files=["res://.godot/imported/blue.png-8092cf6d59f8b71b187a850a15aa9759.cte [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 diff --git a/2d/role_playing_game/combat/combatants/sprites/green.png.import b/2d/role_playing_game/combat/combatants/sprites/green.png.import index ddd3f070..bdc04602 100644 --- a/2d/role_playing_game/combat/combatants/sprites/green.png.import +++ b/2d/role_playing_game/combat/combatants/sprites/green.png.import @@ -16,9 +16,9 @@ dest_files=["res://.godot/imported/green.png-d2deadceb974a66b9f9b9df11dc41501.ct [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 diff --git a/2d/role_playing_game/combat/combatants/sprites/shadow.png.import b/2d/role_playing_game/combat/combatants/sprites/shadow.png.import index e76af57e..cc38da0e 100644 --- a/2d/role_playing_game/combat/combatants/sprites/shadow.png.import +++ b/2d/role_playing_game/combat/combatants/sprites/shadow.png.import @@ -16,9 +16,9 @@ dest_files=["res://.godot/imported/shadow.png-d8772fa49c8867b55809e76164b76188.c [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 diff --git a/2d/role_playing_game/grid_movement/grid/lines/grid_lines.png.import b/2d/role_playing_game/grid_movement/grid/lines/grid_lines.png.import index 0f1a1559..ddce73e4 100644 --- a/2d/role_playing_game/grid_movement/grid/lines/grid_lines.png.import +++ b/2d/role_playing_game/grid_movement/grid/lines/grid_lines.png.import @@ -16,9 +16,9 @@ dest_files=["res://.godot/imported/grid_lines.png-52aa706884a3dba960110e63cdf54a [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 diff --git a/2d/role_playing_game/grid_movement/grid/tiles/actor.png.import b/2d/role_playing_game/grid_movement/grid/tiles/actor.png.import index 62a79060..b95bb1a8 100644 --- a/2d/role_playing_game/grid_movement/grid/tiles/actor.png.import +++ b/2d/role_playing_game/grid_movement/grid/tiles/actor.png.import @@ -16,9 +16,9 @@ dest_files=["res://.godot/imported/actor.png-c322bfa3077f1c55a7d6251f76155bcc.ct [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 diff --git a/2d/role_playing_game/grid_movement/grid/tiles/object.png.import b/2d/role_playing_game/grid_movement/grid/tiles/object.png.import index 2347b386..cc5ed0ef 100644 --- a/2d/role_playing_game/grid_movement/grid/tiles/object.png.import +++ b/2d/role_playing_game/grid_movement/grid/tiles/object.png.import @@ -16,9 +16,9 @@ dest_files=["res://.godot/imported/object.png-105b8788e1883723a96438fd97d5db23.c [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 diff --git a/2d/role_playing_game/grid_movement/grid/tiles/obstacle.png.import b/2d/role_playing_game/grid_movement/grid/tiles/obstacle.png.import index 4c9fc824..7f0ec478 100644 --- a/2d/role_playing_game/grid_movement/grid/tiles/obstacle.png.import +++ b/2d/role_playing_game/grid_movement/grid/tiles/obstacle.png.import @@ -16,9 +16,9 @@ dest_files=["res://.godot/imported/obstacle.png-bd15bb10c9507019dfb2cad5661bca49 [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 diff --git a/2d/role_playing_game/grid_movement/pawns/character.png.import b/2d/role_playing_game/grid_movement/pawns/character.png.import index 715cdd39..55f8bad4 100644 --- a/2d/role_playing_game/grid_movement/pawns/character.png.import +++ b/2d/role_playing_game/grid_movement/pawns/character.png.import @@ -16,9 +16,9 @@ dest_files=["res://.godot/imported/character.png-5e19af0401d52b4620fb84d898126e0 [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 diff --git a/2d/role_playing_game/icon.png b/2d/role_playing_game/icon.png deleted file mode 100755 index bcd30cec..00000000 Binary files a/2d/role_playing_game/icon.png and /dev/null differ diff --git a/2d/role_playing_game/icon.png.import b/2d/role_playing_game/icon.png.import deleted file mode 100644 index f79b2b07..00000000 --- a/2d/role_playing_game/icon.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cio5xcyg22hvu" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.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 diff --git a/2d/role_playing_game/icon.svg b/2d/role_playing_game/icon.svg index 03d8eed1..9ddac4b0 100644 --- a/2d/role_playing_game/icon.svg +++ b/2d/role_playing_game/icon.svg @@ -17,7 +17,7 @@ id="svg839" inkscape:version="0.92.2 2405546, 2018-03-11" sodipodi:docname="icon.svg" - inkscape:export-filename="/home/henrique/Documents/GitHub/godot-demo-projects/2d/role_playing_game/icon.png" + inkscape:export-filename="/home/henrique/Documents/GitHub/godot-demo-projects/2d/role_playing_game/icon.webp" inkscape:export-xdpi="96" inkscape:export-ydpi="96">