PySide2extn icon indicating copy to clipboard operation
PySide2extn copied to clipboard

startPosition limited to only 4 cardinal directions?

Open JackOE3 opened this issue 3 years ago • 0 comments

It'd be more flexible if you could just enter the desired amount of degrees into setInitialPos() instead of only 'South', 'North', 'East', 'West'. Maybe add another elif into that method like this: elif type(pos)==int: self.startPosition = pos * 16

Asking because I'm looking to make smth similar to this: https://www.racedepartment.com/attachments/preview-png.523414/

JackOE3 avatar May 16 '22 20:05 JackOE3