Skip to content
Snippets Groups Projects
Commit 06d3f4fb authored by Fabian Heinrich's avatar Fabian Heinrich
Browse files

Removed debug

parent 094502c8
No related branches found
No related tags found
1 merge request!38Resolve "Finalize coordinate system"
Pipeline #45035 failed
...@@ -5,5 +5,5 @@ W__________I ...@@ -5,5 +5,5 @@ W__________I
#__A_____A_D #__A_____A_D
C__________E C__________E
C__________G C__________G
#___________ #__________#
#P#S+#X##S+# #P#S+#X##S+#
\ No newline at end of file
...@@ -320,8 +320,8 @@ class Environment: ...@@ -320,8 +320,8 @@ class Environment:
current_x += 1 current_x += 1
current_y += 1 current_y += 1
self.kitchen_width: float = len(lines[0]) + 2 self.kitchen_width: float = len(lines[0])
self.kitchen_height = len(lines) + 2 self.kitchen_height = len(lines)
self.counter_factory.post_counter_setup(counters) self.counter_factory.post_counter_setup(counters)
return counters, designated_player_positions, free_positions return counters, designated_player_positions, free_positions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment