mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Update changelog/docs
This commit is contained in:
parent
eab3f014fc
commit
25185a6b2c
2 changed files with 8 additions and 3 deletions
|
|
@ -64,7 +64,7 @@ This will connect when the Scene is ready, poll and print the data when we recei
|
|||
extends Node
|
||||
|
||||
# The URL we will connect to.
|
||||
var websocket_url = "ws://localhost:4008"
|
||||
var websocket_url = "ws://127.0.0.1:4008"
|
||||
var socket := WebSocketPeer.new()
|
||||
|
||||
func _ready():
|
||||
|
|
@ -144,7 +144,7 @@ func _on_button_pressed():
|
|||
extends Node
|
||||
|
||||
# The URL we will connect to.
|
||||
var websocket_url = "ws://localhost:4008"
|
||||
var websocket_url = "ws://127.0.0.1:4008"
|
||||
var socket := WebSocketPeer.new()
|
||||
|
||||
@onready var output_label = $"../Panel/VBoxContainer/RichTextLabel"
|
||||
|
|
@ -193,6 +193,7 @@ func _exit_tree():
|
|||
|
||||
```
|
||||
|
||||
|
||||
----
|
||||
|
||||
<small>This document page is generated from `evennia/contrib/base_systems/godotwebsocket/README.md`. Changes to this
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue