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 0000000..0d10af9 Binary files /dev/null and b/assets/player/player_icon.png differ 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 + } + } + ] +}