biome generator

This commit is contained in:
2026-04-17 15:31:28 +02:00
parent 060bccd96a
commit b77a6263aa
91 changed files with 4111 additions and 78 deletions

View File

@@ -0,0 +1,5 @@
extends Resource
class_name Biome
@export var name: String = "New Biome"
@export var available_chunks: Array[PackedScene]