This commit is contained in:
parent
5e8c1c17e3
commit
32d247d013
2 changed files with 9 additions and 0 deletions
BIN
res/projects/tiny.png
Normal file
BIN
res/projects/tiny.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 813 B |
|
@ -26,6 +26,15 @@ const projects = [{
|
|||
},
|
||||
icon: 'pp'
|
||||
},
|
||||
{
|
||||
name: "Tiny Life",
|
||||
desc: "Tiny Life is a fun simulation game that tries to capture the essence of games like The Sims, but in an isometric pixelart style. It's currently in development, but you can already play it and even make your own mods!",
|
||||
status: "In development",
|
||||
links: {
|
||||
"Check it out": "https://ellpeck.itch.io/tiny-life"
|
||||
},
|
||||
icon: "tiny"
|
||||
},
|
||||
{
|
||||
name: "MLEM",
|
||||
desc: "MLEM Library for Extending MonoGame is an addition to the game framework <a href=\"http://www.monogame.net/\">MonoGame</a> that provides extension methods, quality of life improvements and additional features like a Ui system and easy input handling.",
|
||||
|
|
Loading…
Reference in a new issue