Art: Made all trees 40% smaller + apple tree simple 2D flat style

This commit is contained in:
2025-12-15 19:43:26 +01:00
parent 2d0ef6d8b9
commit be374c6237
6 changed files with 46 additions and 46 deletions

View File

@@ -7,7 +7,7 @@
* - Connects to river system
*/
export default class LakeSystem {
class LakeSystem {
constructor(worldWidth, worldHeight, biomeSystem) {
this.worldWidth = worldWidth;
this.worldHeight = worldHeight;