source: framspy/gui/visual/modelTexture.py

Last change on this file was 1198, checked in by Maciej Komosinski, 16 months ago

Added simple Python GUI for Framsticks library/server

File size: 124 bytes
Line 
1class 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.