From 566ff4d00a0819854d4bcbdc9f12ab9b11436fa1 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 3 May 2024 02:41:13 +0200 Subject: [PATCH] Add media --- export_presets.cfg | 10 ++++---- media/icon-80x80.png | 3 +++ media/icon-80x80.png.import | 34 ++++++++++++++++++++++++++ media/icon-round-144x144.png | 3 +++ media/icon-round-144x144.png.import | 34 ++++++++++++++++++++++++++ media/icon-round-180x180.png | 3 +++ media/icon-round-180x180.png.import | 34 ++++++++++++++++++++++++++ media/icon-round-512x512.png | 3 +++ media/icon-round-512x512.png.import | 34 ++++++++++++++++++++++++++ media/itch-cover-630x500.png | 4 +-- media/ldjam-cover-640x512.png | 4 +-- media/screenshot-2-1280x720.png | 3 +++ media/screenshot-2-1280x720.png.import | 34 ++++++++++++++++++++++++++ project.godot | 6 +++-- 14 files changed, 198 insertions(+), 11 deletions(-) create mode 100644 media/icon-80x80.png create mode 100644 media/icon-80x80.png.import create mode 100644 media/icon-round-144x144.png create mode 100644 media/icon-round-144x144.png.import create mode 100644 media/icon-round-180x180.png create mode 100644 media/icon-round-180x180.png.import create mode 100644 media/icon-round-512x512.png create mode 100644 media/icon-round-512x512.png.import create mode 100644 media/screenshot-2-1280x720.png create mode 100644 media/screenshot-2-1280x720.png.import diff --git a/export_presets.cfg b/export_presets.cfg index 33f27b0..0863adf 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -20,18 +20,18 @@ custom_template/debug="" custom_template/release="" variant/extensions_support=false vram_texture_compression/for_desktop=true -vram_texture_compression/for_mobile=false +vram_texture_compression/for_mobile=true html/export_icon=true html/custom_html_shell="" html/head_include="" html/canvas_resize_policy=2 html/focus_canvas_on_start=true html/experimental_virtual_keyboard=false -progressive_web_app/enabled=false +progressive_web_app/enabled=true progressive_web_app/offline_page="" progressive_web_app/display=1 progressive_web_app/orientation=0 -progressive_web_app/icon_144x144="" -progressive_web_app/icon_180x180="" -progressive_web_app/icon_512x512="" +progressive_web_app/icon_144x144="res://media/icon-round-144x144.png" +progressive_web_app/icon_180x180="res://media/icon-round-180x180.png" +progressive_web_app/icon_512x512="res://media/icon-round-512x512.png" progressive_web_app/background_color=Color(0, 0, 0, 1) diff --git a/media/icon-80x80.png b/media/icon-80x80.png new file mode 100644 index 0000000..71d2c81 --- /dev/null +++ b/media/icon-80x80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e2f0690c032220abbf59dc3dad4f38d24146a955ad03266dba9f374db5f6908 +size 5694 diff --git a/media/icon-80x80.png.import b/media/icon-80x80.png.import new file mode 100644 index 0000000..bd3c36d --- /dev/null +++ b/media/icon-80x80.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ravevmullxpg" +path="res://.godot/imported/icon-80x80.png-dc0039c499216730e270cfe29176d13f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://media/icon-80x80.png" +dest_files=["res://.godot/imported/icon-80x80.png-dc0039c499216730e270cfe29176d13f.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/media/icon-round-144x144.png b/media/icon-round-144x144.png new file mode 100644 index 0000000..be855ae --- /dev/null +++ b/media/icon-round-144x144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b64276d8990bad5ecc600dd8fbe04fe5dae37360b1ab79aca7383f701f9f32 +size 8206 diff --git a/media/icon-round-144x144.png.import b/media/icon-round-144x144.png.import new file mode 100644 index 0000000..ba21ac5 --- /dev/null +++ b/media/icon-round-144x144.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://q8xy33yl41je" +path="res://.godot/imported/icon-round-144x144.png-d609352693416401e90b8350e667bb07.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://media/icon-round-144x144.png" +dest_files=["res://.godot/imported/icon-round-144x144.png-d609352693416401e90b8350e667bb07.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/media/icon-round-180x180.png b/media/icon-round-180x180.png new file mode 100644 index 0000000..142f15d --- /dev/null +++ b/media/icon-round-180x180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c9bf76e9477eff72246ebde57c23d5803d947a1377bec229fe739cb5a44f52 +size 8656 diff --git a/media/icon-round-180x180.png.import b/media/icon-round-180x180.png.import new file mode 100644 index 0000000..0b2870a --- /dev/null +++ b/media/icon-round-180x180.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dux6e28wr1dy0" +path="res://.godot/imported/icon-round-180x180.png-92e3d758e3c3d99d70b7f42203ec99b5.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://media/icon-round-180x180.png" +dest_files=["res://.godot/imported/icon-round-180x180.png-92e3d758e3c3d99d70b7f42203ec99b5.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/media/icon-round-512x512.png b/media/icon-round-512x512.png new file mode 100644 index 0000000..c051b13 --- /dev/null +++ b/media/icon-round-512x512.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c161d79cdefa2227d7782ff59a9df396d3e0e42bc1375abc0a6f27fad51a19a +size 16351 diff --git a/media/icon-round-512x512.png.import b/media/icon-round-512x512.png.import new file mode 100644 index 0000000..6dac1a1 --- /dev/null +++ b/media/icon-round-512x512.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://kw1vkqqft7dc" +path="res://.godot/imported/icon-round-512x512.png-9c7dde405a76fc620b31b6b1381310f3.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://media/icon-round-512x512.png" +dest_files=["res://.godot/imported/icon-round-512x512.png-9c7dde405a76fc620b31b6b1381310f3.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/media/itch-cover-630x500.png b/media/itch-cover-630x500.png index 3179dc8..619e605 100644 --- a/media/itch-cover-630x500.png +++ b/media/itch-cover-630x500.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e491665e280777510aa49e8325a79f4200f6ce860491f128a4cf09f8222211a -size 10960 +oid sha256:84500ad4be7a31863d78b1312cae837a1f78022676e1a214a97f069de833b1b0 +size 44473 diff --git a/media/ldjam-cover-640x512.png b/media/ldjam-cover-640x512.png index fb91710..6c03d8f 100644 --- a/media/ldjam-cover-640x512.png +++ b/media/ldjam-cover-640x512.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1d1dc36ee1b5c04f4b41bbcb282f59574b658a652c688f0874b8546609d0f675 -size 8010 +oid sha256:2f21139218acf3884cf094b25672a2a9e1facf32be54db93a5321611c87bb7db +size 45938 diff --git a/media/screenshot-2-1280x720.png b/media/screenshot-2-1280x720.png new file mode 100644 index 0000000..674224b --- /dev/null +++ b/media/screenshot-2-1280x720.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395cef0a4a85696350408bec19869de06b7e52a59ec1a24bcd5b08d91d9eb5ef +size 360053 diff --git a/media/screenshot-2-1280x720.png.import b/media/screenshot-2-1280x720.png.import new file mode 100644 index 0000000..7d66d1c --- /dev/null +++ b/media/screenshot-2-1280x720.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c6ae06imagsam" +path="res://.godot/imported/screenshot-2-1280x720.png-dfd1d3eab611f462bc76d9416632a352.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://media/screenshot-2-1280x720.png" +dest_files=["res://.godot/imported/screenshot-2-1280x720.png-dfd1d3eab611f462bc76d9416632a352.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/project.godot b/project.godot index 5766cad..420095e 100644 --- a/project.godot +++ b/project.godot @@ -17,12 +17,13 @@ config/features=PackedStringArray("4.2", "GL Compatibility") boot_splash/bg_color=Color(0, 0, 0, 1) boot_splash/image="res://media/screenshot-1-1280x720.png" boot_splash/use_filter=false -config/icon="res://entities/sheep_left.png" +config/icon="res://media/icon-round-512x512.png" [display] window/size/viewport_width=1280 window/size/viewport_height=720 +window/size/initial_position_type=3 window/size/resizable=false window/stretch/mode="viewport" window/stretch/scale_mode="integer" @@ -83,4 +84,5 @@ common/max_physics_steps_per_frame=15 textures/canvas_textures/default_texture_filter=0 renderer/rendering_method="gl_compatibility" renderer/rendering_method.mobile="gl_compatibility" -environment/defaults/default_clear_color=Color(0.0235294, 0.0235294, 0.0235294, 1) +textures/vram_compression/import_etc2_astc=true +environment/defaults/default_clear_color=Color(0, 0, 0, 1)