We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b7f47 commit db80c33Copy full SHA for db80c33
godot_emu/Map.gd
@@ -39,11 +39,8 @@ func clear_display():
39
# Called every frame. 'delta' is the elapsed time since the previous frame.
40
func _process(delta):
41
if server.is_connection_available():
42
- print("conn available")
43
var conn = server.take_connection()
44
- print("bytes available ", conn.get_available_bytes())
45
var bs = conn.get_data(conn.get_available_bytes())
46
- print("bytes ", bs, len(bs))
47
process_bytes(bs[1])
48
49
0 commit comments