Add fly/dive command to XYZGrid to simulate full 3D movement

This commit is contained in:
Griatch 2023-01-27 22:23:41 +01:00
parent 0938bf45fd
commit 55d2a67cc6
7 changed files with 304 additions and 43 deletions

View file

@ -212,7 +212,7 @@ class ServerSession(_BASE_SESSION_CLASS):
"""
flags = self.protocol_flags
print("session flags:", flags)
# print("session flags:", flags)
width = flags.get("SCREENWIDTH", {}).get(0, settings.CLIENT_DEFAULT_WIDTH)
height = flags.get("SCREENHEIGHT", {}).get(0, settings.CLIENT_DEFAULT_HEIGHT)
return width, height