refactor: Migrate features to a new module and remove legacy script reference

This commit is contained in:
Marc Emmanuel 2026-01-19 22:43:54 +01:00
parent b18732b8b8
commit e7c853bf52
5 changed files with 323 additions and 270 deletions

View file

@ -1,2 +1,3 @@
import "./voronoi";
import "./heightmap-generator";
import "./heightmap-generator";
import "./features";