Eetu Mäenpää
Eetu Mäenpää
Save the densities of all the chunks, so they can later be reloaded and thus save whole worlds
https://streamable.com/pwgb4r This happens on the develop branch
The chunks should be generated in a circle rather than a cube, to ensure that the chunks closest to the player will be generated before the ones that are further...
- Implemented "Jump to definition" for bracket syntax - Implemented autocomplete for bracket syntax Still missing support for combining optional chaining with bracket syntax, e.g. `styles?.["mainButton"]`. I didn't implement it...