source:
framspy/gui/visual/modelTexture.py
@
1284
Last change on this file since 1284 was 1198, checked in by , 22 months ago | |
---|---|
File size: 124 bytes |
Rev | Line | |
---|---|---|
[1198] | 1 | class ModelTexture: |
2 | def __init__(self, texture: int) -> None: | |
3 | self.id = texture | |
4 | self.numberOfRows = 1 |
Note: See TracBrowser
for help on using the repository browser.