aboutsummaryrefslogtreecommitdiffstats
path: root/src/resources/images.json
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2022-08-22 21:24:25 +0200
committerJF <JF002@users.noreply.github.com>2022-09-11 14:44:36 +0200
commitcfc055c978d98906a8090d092d4416cbfbd2bbce (patch)
tree1b92135e6717c8a56f57b2cc1474fe0d3f93ca5c /src/resources/images.json
parentf53e75063b6ef618d65a1f287df52ba01c3351f5 (diff)
Package resources + a metadata file into a single .zip file.
Diffstat (limited to 'src/resources/images.json')
-rw-r--r--src/resources/images.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/resources/images.json b/src/resources/images.json
new file mode 100644
index 00000000..764747ca
--- /dev/null
+++ b/src/resources/images.json
@@ -0,0 +1,9 @@
+{
+ "pine_small" : {
+ "sources": "images/pine_logo.png",
+ "color_format": "CF_TRUE_COLOR",
+ "output_format": "bin",
+ "binary_format": "ARGB8565_RBSWAP",
+ "target_path": "/images/"
+ }
+}