Remove unused var in doc
This commit is contained in:
parent
3d0c3f1cc6
commit
c0fbbd42b1
1 changed files with 0 additions and 1 deletions
|
|
@ -147,7 +147,6 @@ extends Node
|
||||||
# The URL we will connect to.
|
# The URL we will connect to.
|
||||||
var websocket_url = "ws://localhost:4008"
|
var websocket_url = "ws://localhost:4008"
|
||||||
var socket := WebSocketPeer.new()
|
var socket := WebSocketPeer.new()
|
||||||
var connected := false
|
|
||||||
|
|
||||||
@onready var output_label = $"../Panel/VBoxContainer/RichTextLabel"
|
@onready var output_label = $"../Panel/VBoxContainer/RichTextLabel"
|
||||||
@onready var text_edit = $"../Panel/VBoxContainer/HBoxContainer/TextEdit"
|
@onready var text_edit = $"../Panel/VBoxContainer/HBoxContainer/TextEdit"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue