Add timeout to handle close and add missing cfg template

Also adds the reno icon
This commit is contained in:
2023-07-31 16:56:07 +02:00
parent c84c79d966
commit d7d8dff736
3 changed files with 3 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ func InitWebsocket():
await PollWebsocket()
RenderingServer.force_draw()
DisplayServer.process_events()
await get_tree().create_timer(0.1).timeout
func PollWebsocket():

View File

@@ -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"

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 652 KiB