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:
1414 """
1515 Entity helper class holds a TileGrid and keeps track of direction and a set of current sprites.
1616 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.
1818 """
1919
2020 # Direction Constants
@@ -769,7 +769,7 @@ def convert_pellet_to_big(self):
769769 def big_pellet_exists (self ):
770770 """
771771 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
773773 """
774774 for i in range (21 ):
775775 if self ._map_tilegrid [i , 1 ] == 9 :
You can’t perform that action at this time.
0 commit comments