parcels use struct, give initial parcels for city

This commit is contained in:
Antti Hakkarainen 2023-02-18 15:59:27 +02:00
parent 99b28ecfa3
commit 7486750ca2
7 changed files with 213 additions and 92 deletions

View file

@ -90,6 +90,7 @@ func create_buttons():
func update_debug_info_func():
debug_info.set_text(
"FPS " + str(Engine.get_frames_per_second()) + "\n" +
"Camera pos: " + str(Globals.CAMERA_POSITION) + "\n" +
"Chunks: " + str(self.amount_of_chunks) + "\n" +
"Chunk del: " + str(self.size_of_chunk_removal_queue)