More World Generation, more Camera, other stuff.

This commit is contained in:
gdz
2025-08-08 19:39:33 +02:00
parent 802918e5b8
commit b429afcb81
22 changed files with 382 additions and 334 deletions

View File

@@ -1,7 +1,7 @@
using Godot;
using System;
public partial class Bumblebee : BaseEntity
public partial class Bumblebee : Ecosystem.scenes.entities.BaseEntity
{
private FastNoiseLite fastNoise = new FastNoiseLite();