Beispiel #1
0
class TEST_PLATFORM_L_LOAD(base_load.TestLoad):
    texture_file = 'l.png'
    decoder = dclass()
class TEST_PLATFORM_RGBA_LOAD(base_load.TestLoad):
    texture_file = 'rgba.png'
    decoder = dclass()