added name to entities
This commit is contained in:
		@@ -68,6 +68,7 @@ class Tile(Enum):
 | 
			
		||||
class Entity:
 | 
			
		||||
    x: int
 | 
			
		||||
    y: int
 | 
			
		||||
    name : str
 | 
			
		||||
 | 
			
		||||
    def move(self, x: int, y: int) -> None:
 | 
			
		||||
        self.x = x
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user