megalith/src/world/generation/layer/generation_layer.gd

8 lines
250 B
GDScript3
Raw Normal View History

2025-10-02 16:42:27 -06:00
class_name GenerationLayer extends Node3D
## A composite layer of world generation logic.
## Probe this layer and any sub-layers at the world generation point, generating features as needed.
func probe() -> void:
pass # Implement in derived type