source:
framspy/gui/visual/player.py
@
1310
Last change on this file since 1310 was 1198, checked in by , 21 months ago | |
---|---|
File size: 173 bytes |
Line | |
---|---|
1 | from gui.visual.entity import Entity |
2 | |
3 | class Player(Entity): |
4 | def __init__(self, x, y, z, rotX, rotY, rotZ): |
5 | super().__init__(x, y, z, 0, [], rotX, rotY, rotZ) |
Note: See TracBrowser
for help on using the repository browser.