Now the tests should trully be repaired
This commit is contained in:
		@@ -15,8 +15,8 @@ class Display:
 | 
			
		||||
        self.screen = screen
 | 
			
		||||
        self.texture = texture
 | 
			
		||||
        self.map = m
 | 
			
		||||
        self.mapdisplay = MapDisplay(self.map, self.texture, self.rows() * 4//5, self.cols())
 | 
			
		||||
        self.statsdisplay = StatsDisplay(self.rows()//5, self.cols(), self.rows() * 4//5, 0)
 | 
			
		||||
        self.mapdisplay = MapDisplay(self.map, self.texture, self.rows * 4//5, self.cols)
 | 
			
		||||
        self.statsdisplay = StatsDisplay(self.rows//5, self.cols, self.rows * 4//5, 0)
 | 
			
		||||
 | 
			
		||||
    def refresh(self, m : Map, p : Player) -> None:
 | 
			
		||||
        self.map = m
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user