We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6f03e commit de3d1ffCopy full SHA for de3d1ff
src/wmwpy/classes/texture.py
@@ -76,14 +76,14 @@ def __init__(
76
else:
77
raise TypeError('image must be PIL.Image.Image, Waltex, or filesystem.File.')
78
79
- this._textureSettings = TextureSettings(
80
- filesystem = this.filesystem,
81
- gamepath = this.gamepath,
82
- assets = this.assets,
83
- baseassets = this.baseassets,
84
- )
85
-
86
- this.textureSettings = this._textureSettings.get(this.filename)
+ # this._textureSettings = TextureSettings(
+ # filesystem = this.filesystem,
+ # gamepath = this.gamepath,
+ # assets = this.assets,
+ # baseassets = this.baseassets,
+ # )
+
+ # this.textureSettings = this._textureSettings.get(this.filename)
87
88
# if not this.textureSettings.premultiplyAlpha:
89
# this.image = this.image.convert('RGBa')
0 commit comments