Drafted basic jumping.

This commit is contained in:
genxium
2022-12-10 00:07:03 +08:00
parent 62e50f8b6c
commit 9917a62526
7 changed files with 411 additions and 281 deletions

View File

@@ -34,6 +34,7 @@ message InputFrameDecoded {
int32 dx = 1;
int32 dy = 2;
int32 btnALevel = 3;
int32 btnBLevel = 4;
}
message InputFrameUpsync {