Skip to content

Conversation

@Pensor
Copy link

@Pensor Pensor commented Jul 8, 2024

No description provided.

if event.key == pygame.K_a:
show_axes = not show_axes
if event.key == pygame.K_p:
paused = not paused
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When paused, the animation pauses but if I click somewhere while it is paused, it spawns a planet there which isn't visible while it is still paused, but after resuming it, you can see the spawned planet entering the animation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants