Shot/levels.py

6 lines
84 B
Python
Raw Normal View History

2024-02-27 21:17:59 +01:00
levels = [
(2,[50,120]),
(3,[50,80,100]),
(4,[50,80,100,120]),
(4,[0,80,100,120]),
]