Get Map Gernation in #17

Closed
Snoweuph wants to merge 85 commits from dev-base into dev-player-movement
Showing only changes of commit 189e20d2e4 - Show all commits

View file

@ -30,6 +30,7 @@ func generate() -> Dictionary:
for i in cave_gen_iterations:
change_cells_by_neighbor_thresholds()
set_borders_solid()
prepare_player_start_area()
tile_array_to_terrain()