### FIX ME ### I don't know how to organize constants right =( ### Class with private properties is a bad idea ### Let them be just variables for some time ### Do we actually need this file? =) """Types of game items""" SCENE, XSCENE, OBJECT, DIALOG, FUNCTION, ANY = range(6) GLOBAL_CONTEXT = "global" MAIN_SCENE = "main"