feat(assets): add new assets and art for project

This commit is contained in:
illyum 2024-08-29 22:28:36 -06:00
parent 7de5a8a681
commit 69be7aa529
3 changed files with 19 additions and 0 deletions

View File

@ -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==\"}]}"]}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 B

18
assets/scene/title.json Normal file
View File

@ -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
}
}
]
}