parcels use struct, give initial parcels for city
This commit is contained in:
parent
99b28ecfa3
commit
7486750ca2
7 changed files with 213 additions and 92 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue