Fix Map Generating so that player is stuck in wall

This commit is contained in:
Snoweuph 2023-04-11 21:05:44 +02:00
parent c7a4901817
commit 189e20d2e4

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()