moved chunkgen to 2nd thread, initial solution
This commit is contained in:
parent
675b451723
commit
ad598f980e
7 changed files with 134 additions and 70 deletions
|
@ -26,7 +26,7 @@ func _process(_delta):
|
|||
str(get_viewport().get_mouse_position()) +"\n" +
|
||||
"FPS " + str(Engine.get_frames_per_second()) + "\n" +
|
||||
"Zoom lvl: " + str(Globals.CAMERA_ZOOM_LEVEL) + "\n" +
|
||||
"Chunks loaded: " + str(Globals.chunks_loaded) + "\n" +
|
||||
"Chunk queue: " + str(Globals.chunk_queue.size()) + "\n" +
|
||||
"Camera pos: " + str(Globals.CAMERA_POSITION)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue