From 69be7aa5292f698734ead645eeadb509db400c04 Mon Sep 17 00:00:00 2001 From: illyum <90023277+itzilly@users.noreply.github.com> Date: Thu, 29 Aug 2024 22:28:36 -0600 Subject: [PATCH] feat(assets): add new assets and art for project --- art/player/player_icon.piskel | 1 + assets/player/player_icon.png | Bin 0 -> 117 bytes assets/scene/title.json | 18 ++++++++++++++++++ 3 files changed, 19 insertions(+) create mode 100644 art/player/player_icon.piskel create mode 100644 assets/player/player_icon.png create mode 100644 assets/scene/title.json diff --git a/art/player/player_icon.piskel b/art/player/player_icon.piskel new file mode 100644 index 0000000..98601f6 --- /dev/null +++ b/art/player/player_icon.piskel @@ -0,0 +1 @@ +{"modelVersion":2,"piskel":{"name":"New Piskel","description":"","fps":12,"height":16,"width":16,"layers":["{\"name\":\"Layer 1\",\"opacity\":1,\"frameCount\":1,\"chunks\":[{\"layout\":[[0]],\"base64PNG\":\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAOklEQVQ4T2NkoBAw4tD/H4s4VrX4DECXAxmKoX5wG4AeDBSHAdbwJiUMRg3AkWQHbyASnUdxeYFoAwAIchARgbIHwwAAAABJRU5ErkJggg==\"}]}"]}} \ No newline at end of file diff --git a/assets/player/player_icon.png b/assets/player/player_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..0d10af9f0089670802a6ebe99e53f3a1de719725 GIT binary patch literal 117 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`R-P`7Ar}70DGLM)9$ok^-)#}L z^#_l`bY{t}g>?ne4RSmp?TptxsHyU}@gA6%!k(`nG}pbbvN401ful%3uyGUnVW24t Op00i_>zopr7#IM_=^!Wo literal 0 HcmV?d00001 diff --git a/assets/scene/title.json b/assets/scene/title.json new file mode 100644 index 0000000..674c0e8 --- /dev/null +++ b/assets/scene/title.json @@ -0,0 +1,18 @@ +{ + "entities": [ + { + "type": "TextEntity", + "text": "Dana is a big nerd", + "position": { + "x": 0, + "y": 0 + }, + "color": { + "r": 255, + "g": 145, + "b": 123, + "a": 255 + } + } + ] +}