@@ -35,6 +35,12 @@ while(gamestate):
gamestate = False
player.handle_input(event)
if(player.keymap["left"] == True):
player.move("left")
print("links")
if(player.keymap["right"] == True):
player.move("right")
print("rechts")
image = screen.blit(testimage, (pos_x, pos_y))
The note is not visible to the blocked user.