oldschool-toontown/toontown/makeatoon/MakeAToonGlobals.py
2024-07-14 15:28:28 -05:00

12 lines
360 B
Python

BODYSHOP = 1
COLORSHOP = 3
CLOTHESSHOP = 4
NAMESHOP = 5
halfButtonScale = (0.6, 0.6, 0.6)
halfButtonHoverScale = (0.7, 0.7, 0.7)
halfButtonInvertScale = (-0.6, 0.6, 0.6)
halfButtonInvertHoverScale = (-0.7, 0.7, 0.7)
buttonScale = (1.2, 1.2, 1.2)
buttonHoverScale = (1.4, 1.4, 1.4)
buttonInvertScale = (-1.2, 1.2, 1.2)
buttonInvertHoverScale = (-1.4, 1.4, 1.4)