You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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/
The text was updated successfully, but these errors were encountered: