Initial commit for testing/fixing a deprecated godot-colyseus addon
This commit is contained in:
5
scenes/node.gd
Normal file
5
scenes/node.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
extends Node
|
||||
|
||||
func _input(event: InputEvent) -> void:
|
||||
if event is InputEventKey and event.pressed and event.keycode == KEY_C:
|
||||
Network.connect_and_join("ws://prospera:2567", "my_room")
|
||||
Reference in New Issue
Block a user