oldschool-toontown/libotp/settings/Settings.py

33 lines
500 B
Python
Raw Normal View History

class Settings:
@staticmethod
def readSettings():
pass # todo
@staticmethod
def getWindowedMode():
return 1
@staticmethod
def getMusic():
return 1
@staticmethod
def getSfx():
return 1
@staticmethod
def getToonChatSounds():
return 1
@staticmethod
def getMusicVolume():
return 1
@staticmethod
def getSfxVolume():
return 1
@staticmethod
def getResolution():
return 1