refactor to use mediator pattern with EventBus
This commit is contained in:
parent
a4136c937f
commit
0cf64a4bc9
15 changed files with 212 additions and 225 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue