mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 20:52:26 -06:00
13 lines
375 B
Python
Executable file
13 lines
375 B
Python
Executable file
GENDERSHOP = 1
|
|
BODYSHOP = 2
|
|
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)
|