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:
2026-05-31 13:47:41 +02:00
co-authored by Cursor
parent 440b49c889
commit 70e66f4d60
7 changed files with 219 additions and 268 deletions
+1 -1
View File
@@ -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