diff --git a/JobServer.gd b/JobServer.gd index a904705..2b412ab 100644 --- a/JobServer.gd +++ b/JobServer.gd @@ -24,6 +24,7 @@ func InitWebsocket(): await PollWebsocket() RenderingServer.force_draw() DisplayServer.process_events() + await get_tree().create_timer(0.1).timeout func PollWebsocket(): diff --git a/example-config.cfg b/example-config.cfg index 7287147..4b6d726 100644 --- a/example-config.cfg +++ b/example-config.cfg @@ -1,5 +1,6 @@ [core] -auth_key=ay1234 +hostname="default" +auth_key="ay1234" websocket_url="ws://localhost:6980" public_path="http://localhost:8899/" output_dir="user://output" diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..90292eb Binary files /dev/null and b/icon.png differ