Added setting to display culling distance

This commit is contained in:
Khopa
2020-10-12 20:57:32 +02:00
parent 5a245bf362
commit 411e71b9a2
4 changed files with 20 additions and 0 deletions

View File

@@ -421,6 +421,13 @@ class Game:
return False
return True
def get_culling_points(self):
"""
Check culling points
:return: List of culling points
"""
return self.__culling_points
# 1 = red, 2 = blue
def get_player_coalition_id(self):
return 2