File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Qualia/Qualia_S3_1D_Chomper_Game Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class Entity:
14
14
"""
15
15
Entity helper class holds a TileGrid and keeps track of direction and a set of current sprites.
16
16
Includes functions for iterating through the sprites to make animations and
17
- for checking on collissions with other Entities.
17
+ for checking on collissions with other Entities.
18
18
"""
19
19
20
20
# Direction Constants
@@ -769,7 +769,7 @@ def convert_pellet_to_big(self):
769
769
def big_pellet_exists (self ):
770
770
"""
771
771
Check if any big pellets exist
772
- :return: True if there is at least one big pellet on the map
772
+ :return: True if there is at least one big pellet on the map
773
773
"""
774
774
for i in range (21 ):
775
775
if self ._map_tilegrid [i , 1 ] == 9 :
You can’t perform that action at this time.
0 commit comments