Adapt game clients to the unified WebSocket input stream.
Replace separate accel/tap push handling with input messages, set_input_stream, and a single set_stream on port 8081. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ layout_mode = 2
|
||||
theme_override_colors/font_color = Color(0.75, 0.8, 0.9, 1)
|
||||
theme_override_font_sizes/font_size = 16
|
||||
horizontal_alignment = 1
|
||||
text = "WebSocket: ws://localhost:9090/ws"
|
||||
text = "WebSocket: ws://localhost:8081/ws"
|
||||
|
||||
[node name="ViewportLabel" type="Label" parent="UiLayer/Panel"]
|
||||
layout_mode = 2
|
||||
|
||||
Reference in New Issue
Block a user