new (bi)weekly block game thread cause doors are done!
-
new (bi)weekly block game thread cause doors are done! \o/
not only are doors 2 blocks tall now, there's a generic system to create up to 16x16x16 multi-block structures just by specifying the positions and blocks in json
anyway, doors make a huge difference to the game's feel. with doors and tables and such these shacks are starting to feel like real houses
-
new (bi)weekly block game thread cause doors are done! \o/
not only are doors 2 blocks tall now, there's a generic system to create up to 16x16x16 multi-block structures just by specifying the positions and blocks in json
anyway, doors make a huge difference to the game's feel. with doors and tables and such these shacks are starting to feel like real houses
previous dev thread can be found here: https://mastodon.gamedev.place/@eniko/115700697065263159
and you can learn more about block game by visiting the website at https://enikofox.com/blockgame
-
previous dev thread can be found here: https://mastodon.gamedev.place/@eniko/115700697065263159
and you can learn more about block game by visiting the website at https://enikofox.com/blockgame
the json required to define multi-block structures is super simple btw. you just specify the x,y,z coords and the block type for each block. here's the json for a door:
"Structure": {
"0,0,0": "CrudeDoorX",
"0,1,0": "CrudeDoorUpperX"
}i think this could be real nice for modders in the future 🤔
-
undefined oblomov@sociale.network shared this topic on