Relative Content

Tag Archive for pythonpython-3.xlist

List Override Issue Where 2 Completely Unrelated List Share Values

What I mean is that lists randomly decide to merge and combine values. I’m on Python 3.10.6. The lists are “buttons” (for storing button instances) and “keys” (for storing keys pressed). The issue specifically is in my Pause Menu. These lists stay separate anywhere else, but in the pause menu, the buttons list decides to share values with keys. Here is the entire pause script. The bottom is the part that matters, but I want to send in the whole thing anyway to be more specific.