Added buch of stuff

This commit is contained in:
douwe
2025-08-31 17:08:50 +02:00
parent 75770bb7ff
commit a232425980
32 changed files with 434 additions and 242 deletions

6
nodes/world/Terrain.gd Normal file
View File

@@ -0,0 +1,6 @@
class_name Terrain extends VoxelTerrain
static var instance:Terrain
func _init() -> void:
instance = self