Shadow casting, now debugged

This commit is contained in:
Steffen Illium
2021-07-27 15:43:46 +02:00
parent 69f573d9ba
commit 4db2acfd77
5 changed files with 17 additions and 11 deletions

View File

@ -263,6 +263,9 @@ class Agent(MoveableEntity):
# noinspection PyAttributeOutsideInit
def clear_temp_sate(self):
# for attr in self.__dict__:
# if attr.startswith('temp'):
self.temp_collisions = []
self.temp_valid = None
self.temp_action = -1
self.temp_action = -1
self.temp_light_map = None