Updated ChatBox
Removed debug print.
This commit is contained in:
parent
3f30669f64
commit
b36822131a
1 changed files with 0 additions and 1 deletions
|
|
@ -23,7 +23,6 @@ func _ready() -> void:
|
||||||
print("Waiting for Twitcher Ready...")
|
print("Waiting for Twitcher Ready...")
|
||||||
waiting_for_ready = true
|
waiting_for_ready = true
|
||||||
await get_tree().process_frame
|
await get_tree().process_frame
|
||||||
print("Twitcher ready!")
|
|
||||||
_orientate_chatbox()
|
_orientate_chatbox()
|
||||||
|
|
||||||
Globals.twitcher.chat.message_received.connect(_handle_chat)
|
Globals.twitcher.chat.message_received.connect(_handle_chat)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue