minecraft-py / minecraft

A Minecraft-like game written in python3
GNU General Public License v3.0
157 stars 25 forks source link

Issues on slots #22

Closed zhengxyz123 closed 1 year ago

zhengxyz123 commented 3 years ago
  1. Some slots don't receive on_mouse_press event (reproducible)
  2. Items aren't at right position(not reproducible)
  3. Background color will turn black and soon turn back(reproducible)

issue1

Slots in green rectangle don't receive event ↑

issue2

Strange ↑

zhengxyz123 commented 3 years ago

(1), was solved by changing 3 lines of code.