7 Commits

Author SHA1 Message Date
Aaron Suen
45441071ab Make items on ground have a shadow.
There are 4 different states for things in the world:
- Regular node in world
- Item stack on ground
- Item entity (falling)
- Falling node entity

The entity states are not interactable at all, and regular node
doesn't rotate.  We can help differentiate node-in-air vs
node-stack-on-ground with a shadow visual.

Sometimes a node will get stuck as an entity inside another node's
negative space (e.g. a nodebox) and having a way to tell that it's
not a real one should maybe help.
2019-01-06 18:46:00 -05:00
Aaron Suen
c743199364 Clean up completed stuff from roadmap. 2019-01-06 15:34:14 -05:00
Aaron Suen
7835a357da API refacs, and some planning. 2018-11-05 20:03:05 -05:00
Aaron Suen
42989841a0 Update roadmap some more. 2018-11-03 19:20:13 -04:00
Aaron Suen
3c818895d0 Update roadmap. 2018-11-03 12:10:56 -04:00
Aaron Suen
7e9fcf296d API-ify some node behavior upon registration. 2018-11-02 18:47:44 -04:00
Aaron Suen
d8676bfdd7 Reorg and break down docs, add license. 2018-10-31 20:14:56 -04:00