Poodletooth-iLand/toontown/makeatoon/MakeAToonGlobals.py
Master Jumblespeed d882959bfa switch to remote
2015-05-18 22:11:33 -04:00

14 lines
389 B
Python
Executable file

GENDERSHOP = 1
BODYSHOP = 2
COLORSHOP = 3
CLOTHESSHOP = 4
TRACKSHOP = 5
NAMESHOP = 6
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)