MCPcopy Create free account
hub / github.com/Blakkis/PyGLMaze / loadTexture2D

Method loadTexture2D

pymaze/textures.py:90–91  ·  view source on GitHub ↗
(cls, name, path)

Source from the content-addressed store, hash-verified

88
89 @classmethod
90 def loadTexture2D(cls, name, path):
91 cls.textures2D[name] = PWTexture2D(path)
92
93 @classmethod
94 def getTexture2D(cls, name):

Callers 1

parseTexturesMethod · 0.80

Calls 1

PWTexture2DClass · 0.85

Tested by

no test coverage detected