source: framspy/gui/visual/modelTexture.py @ 1198

Last change on this file since 1198 was 1198, checked in by Maciej Komosinski, 15 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.