Click see inside and click the script and add it t your backpack!
I was inspired by the python script: class Box: def __init__(self,x ,y,): self.x=x self.y=y self.width=70 self.height=70 def render(self): pygame.draw.rect(window,white(self.x,self.y,self.width,self.height))