Skip to content

Commit 385502a

Browse files
committed
chore: couple more boxarty image assets
Steam announcements also require some image assets!
1 parent 853a217 commit 385502a

10 files changed

+111
-13
lines changed
5.94 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[remap]
2+
3+
importer="aseprite_wizard.plugin.noop"
4+
type="PackedDataContainer"
5+
uid="uid://cut5uy1dqlnns"
6+
path="res://.godot/imported/event-cover-image.aseprite-bb6d6e52d3d471200e23f099c4669fa2.res"
7+
8+
[deps]
9+
10+
source_file="res://assets/boxart/event-cover-image.aseprite"
11+
dest_files=["res://.godot/imported/event-cover-image.aseprite-bb6d6e52d3d471200e23f099c4669fa2.res"]
12+
13+
[params]
14+

assets/boxart/event-cover-image.png

2.98 KB
Loading
+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
[remap]
2+
3+
importer="texture"
4+
type="CompressedTexture2D"
5+
uid="uid://d4cq3df83kju5"
6+
path="res://.godot/imported/event-cover-image.png-25ad3a61435bbcdd6244790da4c6c89b.ctex"
7+
metadata={
8+
"vram_texture": false
9+
}
10+
11+
[deps]
12+
13+
source_file="res://assets/boxart/event-cover-image.png"
14+
dest_files=["res://.godot/imported/event-cover-image.png-25ad3a61435bbcdd6244790da4c6c89b.ctex"]
15+
16+
[params]
17+
18+
compress/mode=0
19+
compress/high_quality=false
20+
compress/lossy_quality=0.7
21+
compress/hdr_compression=1
22+
compress/normal_map=0
23+
compress/channel_pack=0
24+
mipmaps/generate=false
25+
mipmaps/limit=-1
26+
roughness/mode=0
27+
roughness/src_normal=""
28+
process/fix_alpha_border=true
29+
process/premult_alpha=false
30+
process/normal_map_invert_y=false
31+
process/hdr_as_srgb=false
32+
process/hdr_clamp_exposure=false
33+
process/size_limit=0
34+
detect_3d/compress_to=1
25.4 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[remap]
2+
3+
importer="aseprite_wizard.plugin.noop"
4+
type="PackedDataContainer"
5+
uid="uid://dqkie6lfk38kb"
6+
path="res://.godot/imported/event-header-image.aseprite-275fabce87059f63e904a27a2776014e.res"
7+
8+
[deps]
9+
10+
source_file="res://assets/boxart/event-header-image.aseprite"
11+
dest_files=["res://.godot/imported/event-header-image.aseprite-275fabce87059f63e904a27a2776014e.res"]
12+
13+
[params]
14+

assets/boxart/event-header-image.png

6.68 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
[remap]
2+
3+
importer="texture"
4+
type="CompressedTexture2D"
5+
uid="uid://uo26pepsphdc"
6+
path="res://.godot/imported/event-header-image.png-e698f8ef9b19cb129118c6364ce786a7.ctex"
7+
metadata={
8+
"vram_texture": false
9+
}
10+
11+
[deps]
12+
13+
source_file="res://assets/boxart/event-header-image.png"
14+
dest_files=["res://.godot/imported/event-header-image.png-e698f8ef9b19cb129118c6364ce786a7.ctex"]
15+
16+
[params]
17+
18+
compress/mode=0
19+
compress/high_quality=false
20+
compress/lossy_quality=0.7
21+
compress/hdr_compression=1
22+
compress/normal_map=0
23+
compress/channel_pack=0
24+
mipmaps/generate=false
25+
mipmaps/limit=-1
26+
roughness/mode=0
27+
roughness/src_normal=""
28+
process/fix_alpha_border=true
29+
process/premult_alpha=false
30+
process/normal_map_invert_y=false
31+
process/hdr_as_srgb=false
32+
process/hdr_clamp_exposure=false
33+
process/size_limit=0
34+
detect_3d/compress_to=1

bb.edn

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
:requires ([babashka.http-server :as http-server])
2020
:task (http-server/exec {:port 3010 :dir (str "dist/dothop-web")})}
2121

22-
generate-steam-box-art
22+
generate-boxart
2323
{:description ""
24-
:task (tasks/generate-steam-box-art)}}}
24+
:task (tasks/generate-all-boxart)}}}

bb/tasks.clj

+13-11
Original file line numberDiff line numberDiff line change
@@ -225,17 +225,19 @@
225225

226226
(def boxart-defs
227227
(->>
228-
{:header-capsule {:width 460 :height 215 :base boxart-base-logo-wide}
229-
:small-capsule {:width 231 :height 87 :base boxart-base-logo-wide}
230-
:main-capsule {:width 616 :height 353}
231-
:vertical-capsule {:width 374 :height 448}
232-
:page-background {:width 1438 :height 810}
233-
:library-capsule {:width 600 :height 900}
234-
:library-header {:width 460 :height 215 :base boxart-base-logo-wide}
235-
:library-hero {:width 3840 :height 1240 :base boxart-base-bg-no-logo}
236-
:library-logo {:width 1280 :height 720 :base boxart-base-logo-no-bg}
237-
:client-icon {:width 16 :height 16 :skip-generate true :export-ext ".jpg"}
238-
:community-icon {:width 184 :height 184}}
228+
{:header-capsule {:width 460 :height 215 :base boxart-base-logo-wide}
229+
:small-capsule {:width 231 :height 87 :base boxart-base-logo-wide}
230+
:main-capsule {:width 616 :height 353}
231+
:vertical-capsule {:width 374 :height 448}
232+
:page-background {:width 1438 :height 810}
233+
:library-capsule {:width 600 :height 900}
234+
:library-header {:width 460 :height 215 :base boxart-base-logo-wide}
235+
:library-hero {:width 3840 :height 1240 :base boxart-base-bg-no-logo}
236+
:library-logo {:width 1280 :height 720 :base boxart-base-logo-no-bg}
237+
:client-icon {:width 16 :height 16 :skip-generate true :export-ext ".jpg"}
238+
:community-icon {:width 184 :height 184}
239+
:event-cover-image {:width 800 :height 450 :base boxart-base-logo-wide}
240+
:event-header-image {:width 1920 :height 622 :base boxart-base-logo-wide}}
239241
(map (fn [[label opts]] [label (assoc opts :label label)]))
240242
(into {})))
241243

0 commit comments

Comments
 (0)