Add fly/dive command to XYZGrid to simulate full 3D movement
This commit is contained in:
parent
0938bf45fd
commit
55d2a67cc6
7 changed files with 304 additions and 43 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue