refactor to use mediator pattern with EventBus

This commit is contained in:
Antti Hakkarainen 2023-02-17 21:07:11 +02:00
parent a4136c937f
commit 0cf64a4bc9
15 changed files with 212 additions and 225 deletions

View file

@ -96,7 +96,8 @@ func generate_biomes() -> void:
func generate_parcels() -> void:
# divide the land area Cadastres / Parcels
print("generating parcels")
#print("generating parcels")
pass
func generate_world(filename) -> bool: