We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2367684 commit 889647bCopy full SHA for 889647b
1 file changed
Qualia/Qualia_S3_1D_Chomper_Game/chomper_1d_lib.py
@@ -14,7 +14,7 @@ class Entity:
14
"""
15
Entity helper class holds a TileGrid and keeps track of direction and a set of current sprites.
16
Includes functions for iterating through the sprites to make animations and
17
- for checking on collissions with other Entities.
+ for checking on collissions with other Entities.
18
19
20
# Direction Constants
@@ -769,7 +769,7 @@ def convert_pellet_to_big(self):
769
def big_pellet_exists(self):
770
771
Check if any big pellets exist
772
- :return: True if there is at least one big pellet on the map
+ :return: True if there is at least one big pellet on the map
773
774
for i in range(21):
775
if self._map_tilegrid[i, 1] == 9:
0 commit comments