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
I downloaded and started visgraph_simulator as mentioned in the README file.
After some experimenting with the UI and drawing some obstacles, I entered the S mode. I set the start point and then tried to move around with the end points by holding down the right mouse key. The "game" crashed almost instantly.
I retried this procedure with only two obstacles and by clicking instead of holding down the mouse. Same consequence.
Traceback:
pygame 1.9.5
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "visgraph_simulator/visgraph_simulator.py", line 237, in <module>
game_loop()
File "visgraph_simulator/visgraph_simulator.py", line 193, in game_loop
if pygame.mouse.get_pressed()[LEFT-1] or event.button == LEFT:
AttributeError: 'Event' object has no attribute 'button'
The text was updated successfully, but these errors were encountered:
I downloaded and started
visgraph_simulator
as mentioned in the README file.After some experimenting with the UI and drawing some obstacles, I entered the S mode. I set the start point and then tried to move around with the end points by holding down the right mouse key. The "game" crashed almost instantly.
I retried this procedure with only two obstacles and by clicking instead of holding down the mouse. Same consequence.
Traceback:
The text was updated successfully, but these errors were encountered: